Systems Engineering and RDBMS

  • Click Here for Decipher's Homepage


  • Categories

  • Questions?

    Please send your wish list of things that you would like us to write about or if you have suggestions to help improve this blog site. You can send all questions/suggestions to: Blog Support
  • Archives

  • Blog Stats

    • 7,603,928 Views

Start Up Options in SQL Server 2005

Posted by decipherinfosys on January 25, 2009

A reader recently asked how to access the start up options in SQL Server 2005.  In SQL Server 2000, they were able to access it through Enterprise Manager.  In SQL Server 2005, you can do so from the SQL Server Configuration Manager.  As you can see from the image below, you can right click on the service, select properties and then on the Advanced tab, you can get to the startup parameters for that instance – the ones shown in the image below are the default ones:

sql_2k5_startup_1

Besides the default ones, the most commonly used ones are the “-g” or “-T” options.  You can read more about all the   startup options that are available in SQL Server 2005 at this MSDN article here.

Leave a comment