Showing posts with label analyser. Show all posts
Showing posts with label analyser. Show all posts

Sunday, February 12, 2012

command line prompt to open sql server enterprise manager

Is there a command line prompt that will invoke SQL Server Enterprise
Manager, like 'isqlw' for Query Analyser?
I know that there used to be one for 6.5 to perform this.
Many thanks in advanceC:\WINDOWS\system32\mmc.exe /s "C:\Program Files\Microsoft SQL
Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC"
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"billu" <billu@.discussions.microsoft.com> wrote in message
news:E8719A48-FB22-4ED4-934C-5A2AB9D30636@.microsoft.com...
> Is there a command line prompt that will invoke SQL Server Enterprise
> Manager, like 'isqlw' for Query Analyser?
> I know that there used to be one for 6.5 to perform this.
> Many thanks in advance