Friday 28 October 2016

Find the table created date in sql server

Suppose we want to find the date when the table is created. We below sql script we will get the created and updated date of the table.
use AdventureWorks2012
SELECT
        [name] as [Table Name],
                                type_desc as [Table Type],
        create_date as [Created Date],
        modify_date as [Modify Date]
FROM
        sys.tables
order by create_date desc

All information is store in sys.table table

See the Output.

35 comments:

  1. Very nice post here thanks for it I always like and search such topics and everything connected to them. Keep update more information..

    MSBI Training in Chennai

    ReplyDelete
  2. Interesting blog which attracted me more.Spend a worthful time.keep updating more.
    Digital marketing company in Chennai

    ReplyDelete
    Replies
    1. IntelliMindz is a best IT Training in Bangalore with placement, offering 200 and more software courses with 100% Placement Assistance.
      MSBI Training In Bangalore
      MSBI Online Training
      MSBI Training In Chennai

      Delete
  3. Thanks for sharing this Informative content. Well explained. Got to learn new things from your Blog on. SQL server dba Online Training

    ReplyDelete
  4. Through this post, I know that your good knowledge in playing with all the pieces was very helpful. I notify that this is the first place where I find issues I've been searching for. You have a clever yet attractive way of writing on Msbi online training
    Msbi online training Hyderabad
    Msbi online training India
    Msbi online course
    Msbi course
    Msbi training
    Msbi certification training

    ReplyDelete
  5. Very nice article,keep sharing more with us.
    Thank you...
    MSBI Training

    ReplyDelete
  6. Thank you for sharing wonderful information with us to get some idea about it.

    tableau certification training

    ReplyDelete
  7. Thank you ever so for you article. Really Cool.
    net coure
    net training

    ReplyDelete


  8. https://intellimindz.com/sap-mm-training-in-chennai/

    https://intellimindz.com/sap-sd-training-in-chennai/

    https://intellimindz.com/sap-fico-training-in-chennai/

    https://intellimindz.com/sap-ariba-training-in-chennai/

    https://intellimindz.com/sap-abap-training-in-chennai/

    https://intellimindz.com/sap-hr-training-in-chennai/

    https://intellimindz.com/sap-hana-training-in-chennai/

    https://intellimindz.com/sap-scm-training-in-chennai/

    https://intellimindz.com/sap-bo-training-in-chennai/

    https://intellimindz.com/sap-pp-training-in-chennai/

    ReplyDelete
  9. it’s very helpful thanks for your valuable information follow us
    Tableau online training in Hyderabad

    ReplyDelete
  10. it’s very helpful thanks for your valuable information follow us
    Tableau online training in Hyderabad

    ReplyDelete
  11. it’s very helpful thanks for your valuable information follow us
    Tableau online training in Hyderabad

    ReplyDelete

If you have any doubt, please let me know.

Popular Posts