Question : Closed. This question is off-topic. It is not currently accepting answers. Too localized – this could be because […]
Tag: contained-database
SQL Server – How does contained database user password expiration work?
Question : I’ve recently started working with contained databases and I do not understand if/how contained database users have passwords […]
Disable password policy for partially-contained database
Question : I’m stuck in a situation where I need to create a new user for a partially-contained database (SQL […]
sp_Blitz fails with collation error
Question : SQL Server version (output from select @@VERSION): Microsoft SQL Server 2017 (RTM-CU19) (KB4535007) – 14.0.3281.6 (X64) (Build 14393: […]
How can I send mail from a contained database is SQL Server?
Question : How can I send mail with a user within a contained database is SQL Server using Database Mail? […]
Creating contained users for Azure SQL Database
Question : What’s the difference between these two commands? CREATE USER abc FROM EXTERNAL PROVIDER CREATE USER abc FOR EXTERNAL […]
sp_help_revlogin for contained database users?
Question : I’ve been using sp_help_revlogin for a long time to transfer server principals from one SQL instance to another. […]
Contained User within a Non-Contained Azure SQL Database
Question : While granting access to Azure SQL databases I have been creating Contained Users directly in the SQL database […]
Support of SQL Server Containers running on container orchestrators
Question : The Microsoft documentation states the following about the supportability of SQL Server Containers running on container orchestrators: Microsoft […]
Partial Contained Databases
Question : I have a peculiar issue. I have some partial contained DBs that are being used by a CMS […]