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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -