Automatically formatting your T-SQL code
It is good business practice to format your T-SQL code in order to make it more readable to
others. The accepted standard includes capitalizing keywords, applying indentations before certain
clauses, using appropriate spacing, and others. However, many developers find it inconvenient to be
format-conscious while trying to code, especially if they have a lot of code to type and limited
time.
SQL Server 2000's Query Analyzer now includes several advanced formatting options. However,
there is no single function that can take your entire script and automatically apply all these
formatting standards in one easy step. If you would like an easy way to accomplish this, follow
these steps:
1. Open up a table in Enterprise Manager (any table will do), and click the SQL button
Dig Deeper
-
People who read this also read...
-
Premium Access
Register now for unlimited access to our premium content across our network of over 70 information Technology web sites.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
This was first published in February 2005
on the
toolbar.
2. Copy/paste your code into the top pane and click the checkmark icon on the toolbar. This will
parse your code, and will automatically format it with appropriate capitalizations, indentations,
spacing, and parenthesis.
3. Copy/paste your newly-formatted code back into Query Analyzer and save it.
For More Information
- What do you think about this tip? E-mail the Editor at [email protected] with your feedback.
- The Best
SQL Server Web Links: tips, tutorials, scripts, and more.
- Have an SQL Server tip to offer your fellow DBA's and developers? The best tips submitted will
receive a cool prize--submit your tip
today!
- Ask your technical SQL Server questions--or help out your peers by answering them--in our live discussion
forums.
- Check out our Ask the Experts
feature: Our SQL, Database Design, Oracle, SQL Server, DB2, metadata, and data warehousing gurus
are waiting to answer your toughest questions.
Disclaimer:
Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.