SQL Script to find the tables created from a given date

DBA SQL Advanced SQL Server
Below is the SQL query which can be used to find out the tables which are created or modified on or from a given date.

SELECT
        [name] as Tablename
       ,create_date
       ,modify_date
FROM
        sys.tables where cast(create_date as date)>=’Given date’ 

29 thoughts on “SQL Script to find the tables created from a given date

  1. Pingback: Great Child Toys
  2. Pingback: filler
  3. Pingback: คาสิโน
  4. Pingback: vegus
  5. Pingback: 온라인카지노
  6. Pingback: Website
  7. Pingback: Dream Market
  8. Pingback: rubiks.glove.co.il
  9. Pingback: pelangiqq
  10. Pingback: jaguar qq
  11. Pingback: kompasqqq
  12. Pingback: w88 casino online
  13. Pingback: senang poker
  14. Pingback: paragnost
  15. Pingback: daftar qiuqiu99
  16. Pingback: cbdadverts.com
  17. Pingback: duratrans printing

Leave a Reply