How do I restart sql?



How do I restart sql?..

Answer / Mohammad Rais Khan

To restart SQL, you need to first stop the service. The command to stop and start SQL Server depends on your operating system. For example, on Windows: net stop MSSQLServer && net start MSSQLServer; On Linux: sudo systemctl stop mysql && sudo systemctl start mysql;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I start sql profiler?

1 Answers  


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

1 Answers  


How does a trigger work?

1 Answers  


Is sql low level language?

1 Answers  


What is the clause we need to add in function body to return variable?

1 Answers  


How many types of privileges are available in sql?

1 Answers  


What is composite primary key in sql?

1 Answers  


What is the mutating table and constraining table?

1 Answers  


How to come back in normal stage in Mutating Table if mutating table is locked or update data?

2 Answers  


Wat is SGA ?

3 Answers   ABB,


Why triggers are used?

1 Answers  


Why do we go for stored procedures?

1 Answers  


Categories