June 2009
S M T W T F S
    Sep »
 123456
78910111213
14151617181920
21222324252627
282930  

How to programatically change SQL Server startup parameters (options)

Ok. First post. Let’s see how this goes.

So they’re called ‘Startup Options’ or ‘Startup Parameters’ interchangeably. I have no idea why. In this post, I intend to show you how to change these programatically (with a script). The example is restricted to one of the many Startup Options that SQL Server accepts.

Here’s the scenario. You [...]