December 26, 2007 at 10:28 pm
Hi,
Is there any query available to find out the Last Modified Date of the MS SQL - 2000 Table.
Regards,
S.Balavenkatesh
December 26, 2007 at 11:51 pm
SQL 2000 questions are best posted in the SQL 2000 forums.
Do you mean last change of structure or last change of data?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 27, 2007 at 12:23 am
i want when it was modified the table structure both sql 200 and sql2005
December 27, 2007 at 12:27 am
In SQL 2005 you can look at the modify_date in sys.tables
In SQL 2000 I don't think there's any way of checking, unless you've got a trace running.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 27, 2007 at 12:31 am
Thanks for your information
December 27, 2007 at 6:31 pm
Thanks for your information
December 27, 2007 at 10:34 pm
PLEASE don't double post anymore... spreads resources too thin.
http://www.sqlservercentral.com/Forums/Topic436564-5-1.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply