Add explicit CREATE TABLE permission check for table designer (#2128)

This commit is contained in:
Hai Cao
2023-07-06 16:19:50 -07:00
committed by GitHub
parent 11f632aaa9
commit b9277c3830
5 changed files with 101 additions and 1 deletions

View File

@@ -5440,6 +5440,16 @@ The Query Processor estimates that implementing the following index could improv
<value>I have read the summary and understand the potential risks.</value>
<comment></comment>
</data>
<data name="TableDesignerCreateTablePermissionDenied" xml:space="preserve">
<value>CREATE TABLE permission denied in database &apos;{0}&apos;.</value>
<comment>.
Parameters: 0 - db (string) </comment>
</data>
<data name="TableDesignerAlterTablePermissionDenied" xml:space="preserve">
<value>ALTER TABLE permission denied for table &apos;{0}&apos;.</value>
<comment>.
Parameters: 0 - table (string) </comment>
</data>
<data name="SqlProjectModelNotFound" xml:space="preserve">
<value>Could not find SQL model from project: {0}.</value>
<comment>.