Entry
Database: Microsoft SQL server: Start: How to start Microsoft SQL server from the command line?
Nov 11th, 2006 11:25
Matt Chatterley, Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 26 September 2020 - 01:43 am ------------------
Database: Microsoft SQL server: Start: How to start Microsoft SQL
server from the command line?
---
Steps: Overview:
1. -Open an MSDOS box, or use the 'Run' box
2. -Type the command
scm.exe -action 1 -service mssqlserver
(this program 'scm.exe' can be found in
your Microsoft SQL server directory,
e.g.
"c:\program files\microsoft sql server\80\tools\binn\scm.exe" -action
1 -service mssqlserver
---
---
Tested successfully on Microsoft Windows XP Professional,
using Microsoft SQL server v2000
---
---
Internet: see also:
---
Database: Microsoft SQL server: Stop: How to stop Microsoft SQL server
from the command line?
http://www.faqts.com/knowledge_base/view.phtml/aid/31610/fid/147
---
Start and Stop SQL Server 7.0 on Windows 98/95 With SCM.Exe Utility
[Internet: see also: http://www.google.com search for 'scm.exe
action': http://www.devx.com/tips/Tip/13435]
----------------------------------------------------------------------
For SQL 2000, issue the command "NET START MSSQLSERVER"