Skip to content

Instantly share code, notes, and snippets.

@azzarello
Created June 1, 2021 19:04
Show Gist options
  • Save azzarello/ef9a0bf81dbaa8c04d66d4b499c64d3a to your computer and use it in GitHub Desktop.
Save azzarello/ef9a0bf81dbaa8c04d66d4b499c64d3a to your computer and use it in GitHub Desktop.
USE PVFC
CREATE LOGIN student WITH PASSWORD = '@Password';
CREATE USER student FROM LOGIN student;
ALTER ROLE db_datareader ADD MEMBER student;
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment