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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i modify the setup parameter.!

Status
Not open for further replies.

nowayout

Programmer
Feb 25, 2003
364
US
Hi all,

I am trying to change the setup parameter from
"-d"C:\Program Files\Microsoft SQL Server\MSSQL\Data\master.mdf"

To

"sqlservr -d"C:\Program Files\Microsoft SQL Server\MSSQL\Data\master.mdf" -T3111"

How can i do that???
 
Trace flags are edited in Enterprise Manager, by right clicking on the server, and clicking properties. There is a Startup Paramaters button.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
i did added the -T3111 but now how can i set it for the start up parameter to this:

-d"C:\Program Files\Microsoft SQL Server\MSSQL\Data\master.mdf" -T3111
 
I'm not sure what you mean. If you've added the trace flag in the Startup Paramaters button then you've changed it.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top