Stored Procedure outlining
I have stored procedure (unorganized - not properly outl开发者_Go百科ined)
I want automatic outlining in the stored procedure by using VS.
http://www.sqlinform.com/free_online_sw.html
Try this, or google "SQL Indentation"
You could create your own template file which you then load in.
http://www.switchonthecode.com/tutorials/visual-studio-how-to-create-item-templates
精彩评论