Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15264

View what queries have been run in SQL 2005

$
0
0
I've been asked to have a look at building an MI mart from a transactional DB.  The source Db is in SQL 2005. The transaction logs are showing that there are approx. 35-40 timeouts per day while the quantity of transactions written is  <1000 per day. 
Currently reporting is coming off of the source using nested views which I suspect are causing these timeouts.  Without using any third party tools, I'm thinking the best way to see sys.dm_exec_sql_text but I do not have access to run this.  Any ideas for work around ?

Viewing all articles
Browse latest Browse all 15264

Trending Articles