Showing posts with label SQL Server Management Studio. Show all posts
Showing posts with label SQL Server Management Studio. Show all posts
Saturday, February 26, 2011
How to Hide System Objects in Object Explorer?
Open SSMS -> GO TO Tools -> Option and Check the below highlighted check box and restart the Management Studio. It will hide all the system objects in Object Explorer.
Thursday, February 10, 2011
SQLWB.exe (SQL2k5) and SSMS.exe(SQL2K8)
SQLWB (sqlwb.exe) /SSMS(SSMS.exe) is the executable file that launches SQL Server Management Studio. I am usually using it to launch the SQL Server management studio instead of navigating through Start -> All Programs -> SQL Server 2005 -> SQL Server Management Studio.
Above command will launch the SQL Server 2005 Management Studio. You can launch the SQL2k8 management studio using SSMS.exe
You can also pass below list of argument with it, I am executing below command to see the list of parameters.
c:\sqlwb.exe -?
You can also pass below list of argument with it, I am executing below command to see the list of parameters.
c:\sqlwb.exe -?
Subscribe to:
Posts (Atom)