Altered Date and Time Of Table

  • Hai Everybody,

    I want to get the Last Altered Date and Time of the Table.

    and

    also want to know how to get the Last Updated Date and Time of Table(That means Date and Time of Last Operation(Insert or Update Or Delete).

     

    Thanks......

     

     

  • Does your table have those columns? Are you saving that data anywhere?

    When a transaction happens on the database, a date/time isn't recorded unless you create a trigger or some other way to record that information.

    -SQLBill

  • Thanks for your Confirmation.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply