How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode?

Answer Posted / rahul

1) type cmd in rum
2) Stop the Server from configuration manager first and
then In Command Window, Type net start mssqlserver -m for
starting the Service in single user mode.
3) Type net start mssqlserver -f to start the Server in
minimal configration.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Other than truncate statement, which other command can by-pass the trigger on the tables?

807


What do you mean by subquery?

746


how can you check the level of fragmentation on a table? : Sql server administration

707


Write an SQL query to obtain the 2nd highest salary.

793


What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

786






What is shrink log file?

653


Explain the working of sql privileges?

797


How will you hide an attribute? : sql server analysis services, ssas

709


What is measure group, measure? : sql server analysis services, ssas

760


Explain how many normalization forms?

750


How to get all stored procedures in sql server?

681


How do we know if any query is retrieving a large amount of data or very little data?

730


Explain the database you used in your final year project?

710


What is nolock hint in sql server 2008

824


how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration

735