Skip to content

Instantly share code, notes, and snippets.

@sheldonhull
Created October 23, 2014 15:47
Show Gist options
  • Select an option

  • Save sheldonhull/ddb5bfbc16e550911a4b to your computer and use it in GitHub Desktop.

Select an option

Save sheldonhull/ddb5bfbc16e550911a4b to your computer and use it in GitHub Desktop.
create_date and create_by_user columns for tables
,create_date datetime2(3) not null default getdate()
,create_by_user varchar(50) default suser_sname() not null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment