Skip to content

Instantly share code, notes, and snippets.

@tjlee
Created September 7, 2016 08:35
Show Gist options
  • Save tjlee/e0197e90a65567ad1759db1717239860 to your computer and use it in GitHub Desktop.
Save tjlee/e0197e90a65567ad1759db1717239860 to your computer and use it in GitHub Desktop.
use master
go
create database test
go
create login test with password test1234
go
exec sp_dboption test, 'abort tran on log full', true
go
exec sp_dboption test, 'allow nulls by default', true
go
exec sp_dboption test, 'ddl in tran', true
go
exec sp_dboption test, 'trunc log on chkpt', true
go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment