How can I set up a custom formatting style in SQL Prompt
[Deleted User]
Posts: 0 Silver 1
in SQL Prompt
Best Answer
-
Grant Posts: 89 Silver 5It’s pretty straightforward. You have a “Sql Prompt” menu in SSMS or VS. Click on that and then select “Edit Formatting Styles”. It’ll open up the new editor. It’s really slick. You can edit the default style or create a new one. I’d go for creating a new one to start. Then just step through all the different options and save the work when you’re done. As you make changes you can see a sample query or even preview the current query. It makes it really easy to get exactly what you want in terms of style. We even have a nice article telling all about it.
Hope that helps