USE statement is not supported in azure sql db. I want to create new login in master db from another database (for ex. Abc Database). Please let me know how i can achieve this.
I resolve the problem by changing the database connection string from my code. Because "USE statement" is not supported in azure sql db , i need to change lot of code. So i hope USE statement will come ASAP in azure.