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 |
|
sas0riza
Yak Posting Veteran
56 Posts |
Posted - 2008-11-16 : 00:42:33
|
| Hi, can someone tell me how to turn on the line numbers in SQL Management Studio Express? Like whenever I open a new query window, I don't see the line numbers. Thanks |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-11-16 : 11:56:53
|
| Can you explain clearly? |
 |
|
|
sas0riza
Yak Posting Veteran
56 Posts |
Posted - 2008-11-16 : 22:55:01
|
quote: Originally posted by sodeep Can you explain clearly?
If I open MS SQL Server Management Studio and then a new query window and write some code, I do not see the line numbers on the left side of the window. How can I turn that on? |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-16 : 23:28:35
|
quote: Originally posted by sas0riza
quote: Originally posted by sodeep Can you explain clearly?
If I open MS SQL Server Management Studio and then a new query window and write some code, I do not see the line numbers on the left side of the window. How can I turn that on?
Click Tools -> Options. Expand TextEditor->All Languages->General from left menu. Then select Line Numbers check box available under Display section. |
 |
|
|
sas0riza
Yak Posting Veteran
56 Posts |
Posted - 2008-11-17 : 11:24:12
|
quote: Originally posted by visakh16
quote: Originally posted by sas0riza
quote: Originally posted by sodeep Can you explain clearly?
If I open MS SQL Server Management Studio and then a new query window and write some code, I do not see the line numbers on the left side of the window. How can I turn that on?
Click Tools -> Options. Expand TextEditor->All Languages->General from left menu. Then select Line Numbers check box available under Display section.
Thank you!!! |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-17 : 11:29:15
|
Cheers |
 |
|
|
|
|
|