Skip to content

Brian Cline

Solution Architect skilled in Salesforce, NetSuite and JavaScript Development

  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: Sys.Tables

Get List of Tables and Creation Date from SQL Server

June 17, 2011Brian ClineSQL ServerCreation_Date, SQL, Sys.Tables

Getting information from the SQL Server system tables is relatively easy and can be a great way of checking whether you completed some task or whatever. I use the following query or some variant to see when I’ve done something or what I named it or whatever. SELECT name, create_date FROM sys.tables order by create_date

Developed by Think Up Themes Ltd. Powered by WordPress.