all groups > sql server msde > july 2007 >
You're in the

sql server msde

group:

Starting MSDE Server through a batch file



Starting MSDE Server through a batch file sme
7/30/2007 6:58:03 AM
sql server msde: I normally keep my MSDE server stopped and start it only when I run the app
that uses it (otherwise, my corporate backup prog complains abt files in use
being not updated).

How can I start my MSDE through a command line so that I can include it in a
batch file that starts the MSDE and my app?

ThanQ...
Re: Starting MSDE Server through a batch file sme
7/30/2007 8:58:08 AM
Thanks KB, it was helpful.

ThanQ...


[quoted text, click to view]
Re: Starting MSDE Server through a batch file kb
7/30/2007 4:12:29 PM
[quoted text, click to view]

NET START MSSQLServer

or

NET START MSSQL$YourInstanceName


--
Tom
http://kbupdate.info/ | http://suppline.com/

Re: Starting MSDE Server through a batch file Freaky
8/7/2007 12:00:00 AM
In addition to the other reply on XP/2003 you can also use the 'sc' command.

AddThis Social Bookmark Button