The -f startup option enables you to start the server with minimal configuration. The -f option is useful if the setting of a configuration value (for example, over-committing memory) has prevented the server from starting.
Note Use the minimal configuration option only for correcting configuration problems (when the server will not start because a configuration value is set to an unacceptable value). It should not be used as the standard way of starting the server.
When you start SQL Server using the minimal configuration option:
Once the server has been started with the minimal configuration option, you will likely want to do one or more of the following:
To start SQL Server with minimal configuration from a command promptsqlservr -f
To start SQL Server with minimal configuration and independent of the Windows NT Service Control Managersqlservr -c -f
To start the server with minimal configuration, using the Services application in the Control PanelUnder some conditions it may be necessary to stop the SQL Executive service (if it is running) in order to connect to SQL Server when it has been started with the -f option.