6
Good afternoon, everyone!
Is there any keyboard shortcut that makes the Query SQL identation and leaves the code organized?
In the Database.Net application the command is Ctrl+M
If anyone knows please let me know, today I work with SSMS and use DB.Net just to ident the code
Thank you
There is a tool that does this for you, I don’t know if you’ve heard of Instant SQL Formatter.
– Victor Laio
I recommend the Sublime Text plugin Sqltools. It allows formatting SQL with the shortcut Ctrl+E Ctrl+B
– nullptr
I usually use the site http://www.dpriver.com/pp/sqlformat.htm. to carry out the automatic identification of the querys. It is possible to select several types of Dbms.
– Alex Souza
Another alternative is Poor Man’s, I’ve used it for a long time and it’s helped me. Project website Dowload Link for SSMS Version Response based on: Is it possible to auto-indent a query in Sql Server Management Studio Express?
– abnerfc01