Hi !
The following code is formatted with a lot of spaces between
[code]
ALTER TABLE mdm.Synchronization_Status
ADD
CONSTRAINT PKCL_Synchronization_Status_synchronization_timestamp PRIMARY KEY
( synchronization_timestamp ) WITH ( FILLFACTOR = 100 ) ON [DEFAULT];
GO
[/code]
Thanks!
Torsten
ADD
CONSTRAINT PKCL_Synchronization_Status_synchronization_timestamp PRIMARY KEY
( synchronization_timestamp ) WITH ( FILLFACTOR = 100 ) ON [DEFAULT];
GO
Torsten