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?
 
Top