devxlogo

Start Your SQL Server in Minimal Configuration Mode From Command Line

Start Your SQL Server in Minimal Configuration Mode From Command Line

In a Command Prompt window, you can start the SQL server in minimal configuration mode by typing: sqlservr -c -f

This command also starts the SQL server in single-user mode. Also, the server will not run any startup stored procedures. Additionally, when you start the SQL server in minimum configuration mode, then SQL Server automatically sets the size of tempdb to 2 MB on its default device. You must then manually increase the size of tempdb as necessary.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist