Options

Manage Startup Parameters in SQL Server 2005

DenSterDenSter Member Posts: 8,304
edited 2007-04-03 in SQL General
Okay so I spent a long time figuring this out... In the SQL Server 2000 Enterprise Manager the startup parameters are right on the server properties, so it was frustrating to try and figure out where it is in SQL Server 2005, and when I finally did figure it out I figured this might help someone.

Open Start -> SQL Server -> Configuration Tools -> Configuration Manager

In there click on SQL Server 2005 Services, right click your SQL Server instance, and select Properties. You'll find startup parameters on the advanced tab. You can add parameters here, make sure you separate them with a semicolon ( ; ) and apply. They take effect after you restart the service.

Comments

Sign In or Register to comment.