In my application I need to create a user with the email id in the azure Sql server. Eg: The email id is: [email protected] create user [email protected] with password '123131'
The user gets created but when I try to login with that user a message is shown. Cannot open server "gmail.com" requested by the login. The login failed Click here
The issue is with @. If I change it with some other character it works. Is there any alternative because I need to create user with the email id.
Any help would be greatly appreciated.