9 lines
520 B
MySQL
9 lines
520 B
MySQL
|
|
/**********************************************************************/
|
||
|
|
/* 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'
|