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
Describe in brief databases and sql server databases architecture.
What is msdb database? : SQL Server Architecture
How to use order by with union operators in ms sql server?
How to list all objects in a given schema?
What are the built in functions in sql server?
What are group functions in query statements in ms sql server?
What are difference between Cluster index and Non-Cluster index?
How to maintain a fill factor in existing indexes?
How do I find the sql server version?
What is a DBMS, query, SQL?
What the different components of Replication and what is their use?
How to replace the Query Result 'Null Value' with a text ?
What are secondary xml indexes?
What is the data type of time?
How would you add a section to a table?