you can use QA to kill a process. Use sp_who to find out what the users spid number is and then kill this process. BUT, don't kill the process if the cmd reads any of the following:
OK.. let me ask this question. In the profiler, I am tracking a Stored Procedure and it has Audit Login when it starts the SP and Audit Logout when it completes the SP.
Hi all,
I'm running a simple select * query in the QA. However, in QA it continues to state that the query is running which maybe taking about 2-3 mins!!
BUT, in the SQL profiler it comes up...
Objects, or classes, can hold a particular state, and, I'm probably sticking my neck out here by saying this, but encapsulation, ie. the parts of the class that you wish to hide...
You have all the steps in this thread to help you on your way. Have you looked at the link golanshahar gave you? I remember msdn giving a few examples... have you also looked on MSDN regarding...
Sorry folks, the hMutex is indeed defined and should've been defined in Module1, but I guess I must've omitted that out by accident. But the explanition given by NMTop40 has sufficed.
My understanding of using extern is;
1) It used as a declaration without being defined;
2) Any new declarion with definition of the same name will be treated as being the same as the extern...
I agree to a certain degree with what GCDEF has raised, particularly with the links to back him up, but there are a number of questions that needs to be asked before ANYONE decides if the question is...