Update create-database-transact-sql.md#10332
Update create-database-transact-sql.md#10332sommarskog wants to merge 1 commit intoMicrosoftDocs:livefrom
Conversation
Removed text for DB_CHAINING and TRUSTWORTHY that only applies to ALTER DATABASE, but not to CREATE DATABASE. See also discussion in PR MicrosoftDocs#10326
|
Learn Build status updates of commit a966660: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the CREATE DATABASE (Transact-SQL) reference to remove DB_CHAINING and TRUSTWORTHY guidance that applies to altering existing databases (and/or system database defaults), rather than to CREATE DATABASE usage.
Changes:
- Removed the
DB_CHAININGnote about requiring sysadmin membership and system database limitations. - Removed the
TRUSTWORTHYparagraph describing system database defaults and recommendations formaster.
|
@sommarskog : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
#reassign:rwestMSFT |
Removed text for DB_CHAINING and TRUSTWORTHY that only applies to ALTER DATABASE, but not to CREATE DATABASE. See also discussion in PR #10326