Skip to content

Instantly share code, notes, and snippets.

@tjlee
Created September 7, 2016 08:37
Show Gist options
  • Save tjlee/eade95bf1f3ed42a6bc54ee4face422c to your computer and use it in GitHub Desktop.
Save tjlee/eade95bf1f3ed42a6bc54ee4face422c to your computer and use it in GitHub Desktop.
use test
go
sp_adduser 'test', 'test', null
go
grant create default to test
go
grant create table to test
go
grant create view to test
go
grant create rule to test
go
grant create function to test
go
grant create procedure to test
go
commit
go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment