Re: SQL server service manager

From: Jacco Schalkwijk (NOSPAMjaccos_at_eurostop.co.uk)
Date: 03/15/04


Date: Mon, 15 Mar 2004 14:26:20 -0000

Check the registry key HKLM\SOFTWARE\Microsoft\Microsoft SQL
Server\Tools\Service Manager\Default. you can change that to the instance
you want the Service Manager to start with.

If that doesn't help, and you want a somewhat easier way to stop and start
SQL Server, you can create a batch file on your desktop consisting of:
NET STOP|PAUSE|START MSSQLSERVER (for the default instance)

You can combine STOP and START if you want to be able to do a one-click SQL
Server recycle:
NET STOP MSSQLSERVER
NET START MSSQLSERVER

-- 
Jacco Schalkwijk
SQL Server MVP
"Blickityblick" <paul.fredericks@ntlworld.com> wrote in message
news:cdc401c40a1e$03b385d0$a301280a@phx.gbl...
> I have msde installed.  Both the sql service manager and
> sql agent are set to start automatically, which they do.
> However, the service manager tray icon does not detect my
> instance of msde and has no start stop icon displayed.
>
> How do I get the service manager to recognise my database
> at start up.
>
> The database is used for providing data to a development
> website using aspx pages developed in VB.net, which it
> does.
>
> Everything was installed in the right order.  Everything
> else works fine, it's just that I can't stop or pause the
> server without going into my computer | admin tools |
> services.
>
> Any ideas would be greatly appreciated.
>
> Thanks in anticipation.
>


Relevant Pages

  • Re: Connecting to new SQL Server - database engine no local server
    ... Names\SQL" I have an entry of type Name "MSSQLSERVER and data "MSSQL.1 ... HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1 ... It's supposed to be MSSQL.1 if this is the first time you install a SQL Server instance and your SQL Server Instance's records should be under this key. ...
    (microsoft.public.sqlserver.setup)
  • Re: batch dateien
    ... > bin mit meiner Frage hier wahrscheinlich nicht im richtigen Forum, ... > bat Datei den sql server im Einzelbenutzermodus starten. ... > net start mssqlserver ...
    (microsoft.public.de.sqlserver)
  • RE: SQL Server Service Manager
    ... Microsoft CSS Online Newsgroup Support ... <Thread-Topic: SQL Server Service Manager ...
    (microsoft.public.windows.server.sbs)
  • RE: SQL Server Service Manager Problem on SBS2003 Standard
    ... You can remove the Service Manager shortcut from the Startup group. ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ... SQL Server Service Manager Problem on SBS2003 Standard ...
    (microsoft.public.windows.server.sbs)
  • MSDE Question
    ... uninstall it, or just disable the SQL Server Service from ... your service manager and remove the Service Manager ... has the SQL Service ...
    (microsoft.public.sqlserver.msde)