Results 1 to 2 of 2

Thread: Is it possible to find out when a particular column was added to a table?

  1. #1
    Join Date
    Aug 2004
    Location
    USA
    Posts
    80

    Is it possible to find out when a particular column was added to a table?

    Is it possible to find out when a particular column was added to any table?

    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    SQL Server only captures create date for a table, after that no date is captured for alters.

    Oracle captures createdate and last ddl time but it could be any DDL.

    So the answer is no. But log explorer or log miner can dig such information.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •