Is it possible to find which sql statement is running?

N

nkw

I have a sql batch:

--1
select .... from ......

--2
insert into ....

-- 3
delete ....

-- 4
select something else....

Each step takes a long time to run. Is it possible to check which statement
the SS is running at a moment?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top