mkrausnick
Programmer
This has to be something simple. I start the Sql Server 2005 management console with the command:
and the console comes up connected (the list of databases in the dropdown is populated) but the object browser is blank. I have to click the Connect -> Database Engine button and go through the connection dialog. Then the object browser populates and displays.
How can I get the Management console to come up with the object browser populated so I don't have to go through the dialog each time?
Other information: The server name has a dash in it. I tried enclosing the server name in single quotes and double quotes. Same result.
Mike Krausnick
Dublin, California
Code:
"C:\...\SqlWb.exe" -S ServerName -E -nosplash
How can I get the Management console to come up with the object browser populated so I don't have to go through the dialog each time?
Other information: The server name has a dash in it. I tried enclosing the server name in single quotes and double quotes. Same result.
Mike Krausnick
Dublin, California