File tree Expand file tree Collapse file tree 4 files changed +29
-12
lines changed Expand file tree Collapse file tree 4 files changed +29
-12
lines changed Original file line number Diff line number Diff line change @@ -1365,7 +1365,7 @@ BEGIN
13651365 END TRY
13661366 BEGIN CATCH
13671367 IF (1=0)
1368- SELECT ''Nothingburger '';
1368+ SELECT ''SayTheirNames '';
13691369 END CATCH
13701370
13711371 IF (@SynonymDependencyExists = 1)
@@ -1393,7 +1393,7 @@ BEGIN
13931393 END TRY
13941394 BEGIN CATCH;
13951395 IF (1=0)
1396- SELECT ''Nothingburger '';
1396+ SELECT ''SayTheirNames '';
13971397 END CATCH;
13981398 END;' +
13991399
@@ -1564,7 +1564,7 @@ BEGIN
15641564 END TRY
15651565 BEGIN CATCH
15661566 IF (1=0)
1567- SELECT ''Nothingburger '';
1567+ SELECT ''SayTheirNames '';
15681568 END CATCH
15691569
15701570 IF (@UDTTDependencyExists = 1)
@@ -1592,7 +1592,7 @@ BEGIN
15921592 END TRY
15931593 BEGIN CATCH
15941594 IF (1=0)
1595- SELECT ''Nothingburger '';
1595+ SELECT ''SayTheirNames '';
15961596 END CATCH
15971597 END;' +
15981598
Original file line number Diff line number Diff line change 44* [ Arguments] ( #arguments )
55* [ Usage] ( #usage )
66* [ Output] ( #output )
7+ * [ Known Issues] ( #known-issues )
78* [ Contributing] ( #contributing )
89* [ More] ( #more )
910
@@ -116,6 +117,20 @@ Sample output for the [WideWorldImporters database][sample].
116117
117118* Note: Slight changes may be made to this database to better demo script capabilities.*
118119
120+ ## Known Issues
121+
122+ ### Missing Line Breaks
123+
124+ When executing in SSMS, even with [ 'Retain CR/LF on copy or save'] [ so ]
125+ setting enabled, line breaks may incorrectly
126+ not appear in the results.
127+ A [ UserVoice bug] [ UVBug ] exists for this bug - please :arrow_up : vote if you
128+ agree it should be addressed.
129+
130+ This should not affect the markdown rendering, but it is
131+ recommended to use another application for execution
132+ until this is fixed.
133+
119134## Contributing
120135
121136Missing a feature? Found a bug? Open an [ issue] [ issue ] to get some :heart :
@@ -127,3 +142,5 @@ Check out the other scripts in the [DBA MultiTool][tool].
127142[ tool ] : https://dba-multitool.org
128143[ issue ] : https://github.com/LowlyDBA/dba-multitool/issues
129144[ sample ] : assets/WideWorldImporters.md
145+ [ so ] : https://stackoverflow.com/a/37284582/4406684
146+ [ UVBug ] : https://feedback.azure.com/forums/908035-sql-server/suggestions/32899324-ssms-ignores-final-r-n-crlf-carriage-return
Original file line number Diff line number Diff line change @@ -1427,7 +1427,7 @@ BEGIN
14271427 END TRY
14281428 BEGIN CATCH
14291429 IF (1=0)
1430- SELECT ' ' Nothingburger ' ' ;
1430+ SELECT ' ' SayTheirNames ' ' ;
14311431 END CATCH
14321432
14331433 IF (@SynonymDependencyExists = 1)
@@ -1455,7 +1455,7 @@ BEGIN
14551455 END TRY
14561456 BEGIN CATCH;
14571457 IF (1=0)
1458- SELECT ' ' Nothingburger ' ' ;
1458+ SELECT ' ' SayTheirNames ' ' ;
14591459 END CATCH;
14601460 END;' +
14611461
@@ -1626,7 +1626,7 @@ BEGIN
16261626 END TRY
16271627 BEGIN CATCH
16281628 IF (1=0)
1629- SELECT ' ' Nothingburger ' ' ;
1629+ SELECT ' ' SayTheirNames ' ' ;
16301630 END CATCH
16311631
16321632 IF (@UDTTDependencyExists = 1)
@@ -1654,7 +1654,7 @@ BEGIN
16541654 END TRY
16551655 BEGIN CATCH
16561656 IF (1=0)
1657- SELECT ' ' Nothingburger ' ' ;
1657+ SELECT ' ' SayTheirNames ' ' ;
16581658 END CATCH
16591659 END;' +
16601660
Original file line number Diff line number Diff line change @@ -1427,7 +1427,7 @@ BEGIN
14271427 END TRY
14281428 BEGIN CATCH
14291429 IF (1=0)
1430- SELECT ' ' Nothingburger ' ' ;
1430+ SELECT ' ' SayTheirNames ' ' ;
14311431 END CATCH
14321432
14331433 IF (@SynonymDependencyExists = 1)
@@ -1455,7 +1455,7 @@ BEGIN
14551455 END TRY
14561456 BEGIN CATCH;
14571457 IF (1=0)
1458- SELECT ' ' Nothingburger ' ' ;
1458+ SELECT ' ' SayTheirNames ' ' ;
14591459 END CATCH;
14601460 END;' +
14611461
@@ -1626,7 +1626,7 @@ BEGIN
16261626 END TRY
16271627 BEGIN CATCH
16281628 IF (1=0)
1629- SELECT ' ' Nothingburger ' ' ;
1629+ SELECT ' ' SayTheirNames ' ' ;
16301630 END CATCH
16311631
16321632 IF (@UDTTDependencyExists = 1)
@@ -1654,7 +1654,7 @@ BEGIN
16541654 END TRY
16551655 BEGIN CATCH
16561656 IF (1=0)
1657- SELECT ' ' Nothingburger ' ' ;
1657+ SELECT ' ' SayTheirNames ' ' ;
16581658 END CATCH
16591659 END;' +
16601660
You can’t perform that action at this time.
0 commit comments