When I execute the following T-SQL DDL statement:
create login ravid with password = 'ravid' DEFAULT_DATABASE = plu
I get this syntax error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'DEFAULT_DATABASE'.
Please tell me what is the syntax error in the statement.