Feature Request for Format
Bill_Ross
Posts: 20
I recently discovered that Microsoft Sql Server will allow you to create a stored procedure, view, etc, with nested comments, but, once created, will not allow you to retrieve it. For example:
/*
One comment
/*
Nested Comment
/*
End of first comment
*/
Create Proc myproc...
This can result in loss of countless hours of programming.
Can you add a feature to the formatting to flag nested comments?
/*
One comment
/*
Nested Comment
/*
End of first comment
*/
Create Proc myproc...
This can result in loss of countless hours of programming.
Can you add a feature to the formatting to flag nested comments?
Comments
I have lodged this with our development team as an Enhancement Request, reference: SP-3605.
If you are using the SQL Prompt 5 EAP you can right click on the object name and "Script object as alter", which avoids hitting this (and several other) bugs in SSMS's script object as alter.