Posts
Sort by recent activity
syncing datetime columns broken on all german servers
The script produces the following line:
UPDATE xxx SET [TMS]='2009-07-30 16:59:18.537' WHERE [ID]=1
which should actually read
UPDATE xxx SET [TMS]=convert(datetime,'2009-07-30 16:59:18.537',121) W...
Changes within function in a calculated column not detected
It seems like Redgate Compare 6.2.0.271 is unable to detect changes within functions in calculated columns (tested on SQL Server 2005).
Here's a test case:
1. On both servers execute
create table d...