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

torsten.strauss
0

Add comment

Please sign in to leave a comment.