Wednesday, April 22, 2009

Get Last Modified Date for SQL Server Objects

Execute the command below;


SELECT name
FROM sys.objects
WHERE DATEDIFF(D,modify_date, GETDATE()) <>



1 comment:

 
span.fullpost {display:inline;}