You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE LOGIN surfriderreport
WITH PASSWORD ='34f80b80-5d59-4af4-840c-6282b5e9eb33'
GO
USE dev-trashroulette
GO
CREATEUSERsurfriderreport
FOR LOGIN surfriderreport
WITH DEFAULT_SCHEMA = dbo
GO
-- Add user to the database owner role
EXEC sp_addrolemember N'db_datareader', N'surfriderreport'
GO
Asked by Nicolas Charles (Microsoft).
Create a readonly user for dev-trashroulette-database.windows.net, database dev-trashroulette.
The text was updated successfully, but these errors were encountered: