Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

starting SQL server

Status
Not open for further replies.

mlorencak

Programmer
Jul 13, 2003
36
SI
Hi...

can anyone help me. I would like to start and stop SQL
server 7 from the command prompt. I need that to backup
"cold" files from SQL server. Is it mybe possible to put
database in that condition that nobody can reach it and
system release all files so I can backup that. This will
also be a solution for me.

lp, Mitja
 
you can stop and start services from the command line using

net stop mssqlserver
and
net start mssqlserver

Matt

Brighton, UK
 
Thanks..

it works. I noticed that I must start also service "sqlserveragent", because stoping mssqlserver
also stops this one.


lp, mitja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top