Spaces between
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
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
ADD
CONSTRAINT PKCL_Synchronization_Status_synchronization_timestamp PRIMARY KEY
( synchronization_timestamp ) WITH ( FILLFACTOR = 100 ) ON [DEFAULT];
GO
[/code]
My stylsheet is available https://forum.red-gate.com/discussion/84483/case#latest here.
Thanks!
Torsten
Torsten
Tagged: