SQL Query Analyzer command line switches
Never really cared until I realized I was repeating the same old task over and over, and I love to automate that type of situation.
The graphical query analyzer tools has some command line switches that can enable to you launch, login and go to a specific db in one fell swoop.
You can do other stuff with the switches; setting input files or file lists as well as output files.
For example: isqlw –S(yourserver) –d(Database Name) –E(Trusted Connection)