Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Incorrect statement_start_offset in DMV

Author  Topic 

denis_the_thief
Aged Yak Warrior

596 Posts

Posted - 2013-04-08 : 10:26:18
I have this query, here is my from clause:
sys.dm_exec_requests r CROSS APPLY sys.dm_exec_sql_text (r.sql_handle) s


I had something running that was only creating an index. But somehow the statement_start_offset from the sys.dm_exec_requests was around 4600. Has anyone else seen something like this - is it a bug? If it is a bug is there any workaround?

   

- Advertisement -