Created
June 1, 2021 19:04
-
-
Save azzarello/ef9a0bf81dbaa8c04d66d4b499c64d3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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