adspace
Answer Posted / 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 View All Answers
Can delete statement be rollbacked?
what is collation? : Sql dba
what is sql server agent? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?
Do we need to rebuild index after truncate?
Is primary key clustered index?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
If a cursor is open, how can we find in a pl/sql block?
Is primary key always clustered index?
Does group by remove duplicates?
How do I remove duplicates in two columns?
What is the current version of postgresql?
what are the advantages of sql ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba