what r steps to we need to fallow b4 kill the process?
Answer Posted / krishna reddy
first u know process number just run bellow command
sp_who it displays total process in your server..........
u don't kill your own process........Before killing process
Stop all executions in that process and give bellow
command........
kill n
kill processid
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
New concepts of sql server 2005 use in your project.
How to use copy and concatenate commands in SQL?
In which sql server version report builder introduced?
What the different components of Replication and what is their use?
How can I know what locks are running on which resource?
What is difference between views and tables?
What is the difference between primary key and unique constraints?
How to install sql server 2005 express edition?
How real and float literal values are rounded?
Explain throw statement in sql server 2008?
What is use of dbcc commands?
What is blocking and how would you troubleshoot it? : sql server database administration
What are different types of data sources?
Tell me what are the advantages of using stored procedures?
What are different types of table joins?