Duane

If you are looking to run a batch file from sql server you can use:

xp_cmdshell (T-SQL)
Executes a given command string as an operating-system command shell and
returns any output as rows of text. Grants nonadministrative users
permissions to execute xp_cmdshell.

You can find more info and the syntax in the sql server Books on Line (BOL).

If you are looking start sql server from the command line search the BOL for
"SQL Server Startup Options"

Guy


----- Original Message -----
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "CFTalk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 9:29 AM
Subject: OT: Command Line SQL7


> Hi All,
>
> This is OT, but does anyone know of a way to get to the MSSQL7 command
line
> interface? I've been thru the MSDN but can find reference to it.
>
> TIA,
> Duane
> Director, Web Technologies
> Ektron, Inc.
> http://www.ektron.com
> 5 Northern Blvd, Suite 6
> Amherst, NH 03031
> Tel: 603-594-0249
> Fax: 603-594-0258
> ICQ#: 18024374
> Jobs: [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to