Tool for Formatting Sql Statements or TSQL
This tool will help us to format our TSQL statement many times we are spending more time to format the sql statements. Intellisense features which help us to increase code readability, finding the unused object etc. Problem and solution on Tool for Formatting Sql Statements or TSQL
Find Tool for Formatting Sql Statements or TSQL
Problem : Lot of time developer are spending their time on making readable sql statement and also need time to think about object some time we will remember few words only from the table. So sql server 2005 will not having this features of Intellisense.
Solution : SQL Prompt Tool
This tool help us to make our code more readable and vary useful for sql developers or database reviewers and this tool will enforce some common conventions or standards to developer to make or work on some standards which will really not required any additional time.
Benefit of Using this tool are as under :
1. Intellisense
2. Make our Sql Statements Readable
3. Find Un Used Variable in the Stored Procedure
4. Code Re factoring
5. Save Time of Formatting Sql Statements
This is one path we can download this tool :
http://download.cnet.com/SQL-Prompt/3000-2247_4-200997.html
I used this tool and find vary user friendly because no need to open some third window like other and it's sql addins so it's vary easy to use it.