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: SQL

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

Book Review: SQL Pocket Guide

September 27, 2010Brian ClineBook ReviewANSI SQL, DB2, MS SQL, MySQL, Oracle, SQL

SQL Pocket Guide by Jonathan Gennick is a small pocket sized guide published by O’Reilly. The book isn’t really meant to be a learning guide and more of a quick memory refresher for something not commonly used. There’s very little fluff in the this small tome on the different SQL implementations in DB2, MS SQL,…

Read More

Developed by Think Up Themes Ltd. Powered by WordPress.