You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the project leads to the following error on my system (Windows 10, German):
Write-SqlTableData : The given value '(UTC+01:00) Belgrad, Bratislava (Pressburg), Budapest, Ljubljana, Prag (Praha)'
of type String from the data source cannot be converted to type nvarchar for Column 1 [DisplayName] Row 53.
In C:\dba-database\Install-LatestDbaDatabase.ps1:75 Zeichen:9
+ Write-SqlTableData -ServerInstance $instance -Database $Data ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: ([dbo].[TimeZones]:Table) [Write-SqlTableData], InvalidOperationException
+ FullyQualifiedErrorId : WriteToTableFailure,Microsoft.SqlServer.Management.PowerShell.WriteSqlTableData
The DisplayName has 78 characters which does not fit into 64 characters of the column DisplayName in table TimeZones.
The text was updated successfully, but these errors were encountered:
Installing the project leads to the following error on my system (Windows 10, German):
The DisplayName has 78 characters which does not fit into 64 characters of the column DisplayName in table TimeZones.
The text was updated successfully, but these errors were encountered: