Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / August 2005

Tip: Looking for answers? Try searching our database.

Procedure update time

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Farhan - 30 Aug 2005 12:24 GMT
hi

How can I Identify when the procedure was updated last time.

Farhan Iqbal
David Gugick - 30 Aug 2005 13:56 GMT
> hi
>
> How can I Identify when the procedure was updated last time.
>
> Farhan Iqbal

There is nothing you can do except look at the log files with a log
reader. SQL Server 7/2000 does not track an "update" date. If the
procedure was dropped and re-created, rather than altered, you can check
the crdate column in sysobjects.

Signature

David Gugick
Quest Software
www.imceda.com
www.quest.com

msnews.microsoft.com - 31 Aug 2005 14:58 GMT
Farhan,

There is one way to track the last updated date of stored procedure in SQL
Server to recreate the stored procedure instead of alter......

Thanks
NOOR

> hi
>
> How can I Identify when the procedure was updated last time.
>
> Farhan Iqbal
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.