Activity overview
Latest activity by bazza47
Just noticed that a Yellow bar appeared at the top of the window where you select the tables you wish to deploy
.
:!: 1 of N Warnings: [Schema].[TableName] columns were mapped automatically
I will look out for that. / comments
Just noticed that a Yellow bar appeared at the top of the window where you select the tables you wish to deploy
.
:!: 1 of N Warnings: [Schema].[TableName] columns were mapped automatically
I will ...
I too experienced the same behavior where a column was mapped unexpectedly. The data type was the same, but the name was wildly different. This caused issues as the renamed column contained data which was carried forward. My expected behavior was that the old column would be dropped and the new one created with a NULL default.
Is it possible to disable the rename option for the project, without having to notice that something "undesirable" is going on?
I would comment that this rename did not show on the Warnings tab of the Deployment Wizard.
Cheers
Colin / comments
I too experienced the same behavior where a column was mapped unexpectedly. The data type was the same, but the name was wildly different. This caused issues as the renamed column contained data wh...
Backups sent.
Cheers
Colin / comments
Backups sent.
Cheers
Colin
Computed Columns Using Same UDF Cause Syntax Error
SQL Compare version 6.2.1/SQL Server 2005
I have two tables, each of which has a computed column that uses the same user defined function.
I create a new database and use SQL Packager to sync the s...