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
How to create a scrollable cursor with the scroll option?
What is report rendering ?
How to modify an existing user defined function?
What do you understand by a stored procedure?
What is SubQuery in SQL Server 2008
can you instantiate a com object by using t-sql? : Sql server database administration
Differentiate between ms sql server reporting services vs crystal reports?
What do you understand by the analysis services in sql server?
What is sql server query analyzer?
What is a partition key?
What are the types of subquery?
Explain few examples of RDBMS?
what is memory-optimized nonclustered indexes
What is indexing a document?
How to connect to a sql server using odbc_connect()?