SQL Server table creation date query -
How do I get the table creation date of a MS SQL table using SQL queries?
I could not see anyone in the table physically, but I can ask that particular table.
2005 For the above, you
<2000> 2000 you think auditing Have to be enabled. SELECT [name], create_date, modify_date to sys.tables
/ html>
Comments
Post a Comment