i am storing query's witch are used in ssms through application. I want to know which are tables used in those queries through application. My problem is i can't see those queries but i want to know which tables are used in those queries.
client want to see witch query's are useing or used in ssms.
so for that purpose i am storing those query's witch are used in ssms.
Thanks
Manju
why should you store it in table? FOr that you can make use of dmvs or profiler traces
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
client don't want to use profiler,and from Dmvs i cant get all data, in some case like dmvs have some time of pired to store data and if server restart then i cat get old data from dmvs and etc.
They want to analys these queries and now they want most used data in the database so for that they want to cxecut these query and i told them thats not a good idea but they are not listening me could you please tell me any way to get most used data and not used data from database
client don't want to use profiler,and from Dmvs i cant get all data, in some case like dmvs have some time of pired to store data and if server restart then i cat get old data from dmvs and etc.
Thanks
Manju
Then the client does not understand what they want.