Orchard/lib/msdeploy/createlogin.sql
2015-09-21 15:29:31 -07:00

9 lines
512 B
SQL

/**********************************************************************/
/* Install.SQL */
/* Creates a login and makes the user a member of db roles */
/* */
/* Modifications for SQL AZURE - ON MASTER */
/**********************************************************************/
CREATE LOGIN PlaceHolderForUser WITH PASSWORD = 'PlaceHolderForPassword'