Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cardgunner
326 Posts |
Posted - 2008-08-29 : 09:29:28
|
Is there a way to set how far the tab goes when you tab in query analyzer?After I write "select" I tab then I put in my first field. Is there a way to adjust that so it doesn't go 8 spaces but instead goes 12?Also adjusting the second tab and third and etc?CardGunner |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-08-29 : 09:33:27
|
All tabs have same width.Tools -> Option -> Text Editor -> ...Use 4 as tab width.SELECT "3*TAB" Field1, "2*TAB" E 12°55'05.63"N 56°04'39.26" |
 |
|
cardgunner
326 Posts |
Posted - 2008-08-29 : 09:57:44
|
Thanks Peso,That almost works for what I want. Good enough to scratch my itch.Thanks again.CardGunner |
 |
|
|
|
|