Create Login in Azure Sql db with EXTERNAL DATA SOURCE or any other way

84 Views Asked by At

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.

Error ScreenShot

1

There are 1 best solutions below

0
On BEST ANSWER

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.