web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Formatting SQL

Ian Grieve Profile Picture Ian Grieve 22,784

Microsoft SQL ServerI create a fair amount of T-SQL in the form of selects, views and stored procedures. While I try to format my code to make it easy to use, I do encounter code from other people which is not very well formatted; and if you look at the stored procedures or views which ship with Microsoft Dynamics GP, they are generally formatted with all of the code on a single line.

There are a variety of ways of formatting SQL and I’m sure there are be addins for SQL Server Management Studio; however, I often work on clients servers and can;t just install anything I want.

Therefore, a web based alternative is favourite and SQLFormat is the best one I have come across so far.

To use, simple paste your code into the big box and click the Format SQL button:

SQLFormat

You can even load a file should you wish.

I’m posting it here as a reminder to myself.

Read original post Formatting SQL at azurecurve|Ramblings of a Dynamics GP Consultant; post written by Ian Grieve (Lead ERP Consultant at ISC Software Solutions)

No visits yet

This was originally posted here.

Comments

*This post is locked for comments