Automate Standard Comment Blocks For New SQL Queries
Automate Standard Comment Blocks – If you write a lot of SQL stored procedures or functions in SQL Server Management Studio, you might like this tip. Many companies require a standard comment format at the beginning of a stored procedure or function. What would be the easiest way to always have this text available?
Looking for something else? Try these links instead:
- Shrink Bloated Development Databases – Save Precious Space
- Azure Databases – Restore Local Database To Azure
- Execute Script Error Resolved In SQL Server Management Studio
- ApexSQL Provides Excellent SQL Tools For Free
- Easily Generate Table Change Scripts In SQL Server Management Studio
Some might think to have it in a text file and just copy and paste every time you create a new script. Here is a little trick for those lazy developers (in other words, everyone). (more…)