Created
July 21, 2014 23:53
-
-
Save amoose/ace4559c2fafe127d364 to your computer and use it in GitHub Desktop.
formatted MSSQL
This file contains 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
INSERT INTO dbpermissionrequests | |
SELECT username, | |
servername, | |
dbname, | |
accesstype, | |
Getdate() AS reqDate, | |
projectid, | |
'EXTENSION [999]: ', | |
'1' AS isActive | |
FROM dbpermissionrequests | |
WHERE dbpermreqid = 999; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment