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 |
|
testing
Starting Member
3 Posts |
Posted - 2009-02-12 : 02:28:04
|
I would like to know the windows run command for going to Query analyser.. Could anyone help me on thisRegards,Tester |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-02-12 : 02:34:06
|
You probably have Query Analyzer as a shortcut on Start meny.Look at the properties and you have the path to the file. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
testing
Starting Member
3 Posts |
Posted - 2009-02-12 : 02:59:56
|
| Thank you for that, but i think there is a run command for this. On typing this command we can go directly to the query analyser. |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-02-12 : 03:04:18
|
The command is the path to the file. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
raky
Aged Yak Warrior
767 Posts |
Posted - 2009-02-12 : 03:50:06
|
| If u are using sql server 2000then go to start -- >Run -- > type ISQLWIf u are using sql server 2005then go to start -- >Run -- > type SQLWBIf u are using sql server 2008then go to start -- >Run -- > type SSMS |
 |
|
|
testing
Starting Member
3 Posts |
Posted - 2009-02-12 : 05:22:20
|
Thanks a lot mate , this was wht i was searching for.. |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-02-12 : 05:39:42
|
That will work as long as you have the catalog where query analyzer is installed in your environmental variables.The very same second when you don't have that catalog in the environmental variables (as me) it will not work. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
raky
Aged Yak Warrior
767 Posts |
Posted - 2009-02-12 : 05:41:02
|
quote: Originally posted by testing Thanks a lot mate , this was wht i was searching for..
Welcome... |
 |
|
|
|
|
|