Guest User

Untitled

a guest
Sep 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. use master
  2. create database a
  3. create login a_user with password='P@sssword*****'
  4. alter authorization on database::a to a_user
  5.  
  6. revoke view any database to public
Add Comment
Please, Sign In to add comment