Instant T-SQL Formatter

Imagine you are maintaining an existing system, there are countless of SP's already in use, and there are few other devs touching the sp's every now and then, and normally they look it up via sp_helptext without pressing CTRL+T, they copy and paste the result, modify it and execute it. The result is SP having white spaces and not properly formatted, wouldn't it be nice if we can format it with a click of a button? Yes, there's a tool for that.

I'm attaching a link to it giving credit to the the owner of the site and the one who created it.

http://architectshack.com/PoorMansTSqlFormatter.ashx#Download_5

Comments

Popular posts from this blog

XML to ExpandoObject using Recursion in C#

Adding an Obsolete Attribute to Class Methods in C#

Took a Codility Test : Decimal Reverse, Magnitude Pole and Most Number of Occurrence.