Microsoft
Software
Hardware
Network
Question : Find last time a stored procedure was used
I am using SQL Server 2005 and I have about 250 stored procedures which have been made over the years. Only about 150 of these are actually being used. The problem is, there are so many that I can't possible go through the whole application and find which stored procs are really being used... Is it possible to query sql server and find all stored procedures that have been used in the last 6 months? I would like to delete the rest...
Thanks,
Br
Answer : Find last time a stored procedure was used
Hi,
you can add some code to each of your procedures which writes off the last execution time of procedure to another table.
Random Solutions
Save FoxPro Form or Container as jpg or gif
Change backcolor in Access subform in Datasheet view
Access TRIM Field Name
I have downloaded the zip of windows 7 for 30 days evaluation version. but now i'm trying to write it to a DVD to make it to boot windows 7 to install in my laptop. i copied the files using nero 8.
Outlook 2007 Browser Link
Put Two Case conditions in same select statement - SQL Server 2005
Informix ODBC 64 bit drivers for Win 2003 server
mobile outlook
How to restore a database?
populate textbox value into table field using code