sql-docs
sql-docs copied to clipboard
Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc.
In `sql-docs\azure-sql\database\transparent-data-encryption-byok-key-rotation.md` Added a note to provide clarification when using the same default TDE encryptor across a failover group. This is mentioned in a different page [here](https://learn.microsoft.com/en-us/azure/azure-sql/database/transparent-data-encryption-byok-overview?view=azuresql-mi#geo-replication-considerations-when-configuring-automated-rotation-of-the-tde-protector:~:text=TDE%20with%20automatic%20key%20rotation%20must%20be%20configured%20on%20all%20servers%20if%20you%27re%20configuring%20TDE%20in%20the%20Azure%20portal.); however, the article...
Fixes spacing used in examples for the "-V" (severity) command. Incorrect usage will cause the command to fail. See earlier discussion: https://github.com/Azure/sql-action/issues/235
Made modifications with respect to the suggestion from https://github.com/MicrosoftDocs/sql-docs/pull/9817#issuecomment-2163378325.
Fix Typo in Module Installation Code Block
Updating the "maxcmdsintran" warning to be clearer in that primary key errors can occur when modifying it under any circumstance, not just w/CDC.
…tive-mode.md The correct order is detach an attach
as per PG team, certificates are rotated once in a year
minor typo fixed
The current list of requirements is a mixture of requirements for the function definition and requirements for the context it is being used in. There are also duplicate requirements in...