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