November 10, 2006 at 3:44 am
Hi,
How can i save my password in the query analyser. When i start the query analyser it always asks me to login.
Regards
November 10, 2006 at 5:20 am
use windows authentication. Open QA from EM against a registerd server.
[font="Comic Sans MS"]The GrumpyOldDBA[/font]
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/
November 10, 2006 at 6:13 am
Yep i know. And what if i don't want to use the win. auth?
November 10, 2006 at 6:17 am
ISQLW accepts command line parameters. start>>Run isqlw /? will give you the list; then simply create a shortcut like isqlw.exe -s[localhost] -dmaster -Usa -Ppassword
Lowell
November 10, 2006 at 7:25 am
Which Query Analyzer version ur using, In Management Studio 2005 query analyzer has an option to save login id and password when selecting SQK authentication but in SQL Server 2000 Query Analyzer, you have to supply loginID and password.
November 10, 2006 at 7:27 am
That is what is was looking for. Thanks mate!
November 10, 2006 at 9:14 am
since he posted to this forum, I kind of assumed he was talking about SQL 2000; I've got an instance of 2005 as well, but I haven't used it enought to be aware of some of the differences; I'm just using it to test compatibility for applicaitons and procs/functions.
Lowell
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply