I'm looking to monitor a long running script in Sql Server 2008.
I'm searching for an equivalent of dbms_application_info
in oracle. I want to set a status on the session during runtime and monitor using some kind of v$session
table.
I know I can set up an event table but I thought that maybe there is a build in solution (though i highly doubt it having dealt with sql server for a while now).