Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 080232d

Browse files
committed
Corrected code block suggestions
1 parent 07da40f commit 080232d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/ssdt/required-permissions-for-sql-server-data-tools.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ Before you can perform an action on a database in Visual Studio, you must log on
3333
## <a name="DatabaseCreationAndDeploymentPermissions"></a>Permissions to Create or Deploy a Database
3434
You must have the following permissions to create or deploy a database.
3535

36-
|||
37-
|-|-|
3836
|Actions|Required Permissions|
37+
|-|-|
3938
|Import database objects and settings|You must be able to connect to the source database.<br /><br />If the source database is based on SQL Server 2005, you must also own or have the **VIEW DEFINITION** permission on each object.<br /><br />If the source database is based on SQL Server 2008 or later, you must also own or have the **VIEW DEFINITION** permission on each object. Your login must have the **VIEW SERVER STATE** permission (for database encryption keys).|
4039
|Import server objects and settings|You must be able to connect to the master database on the specified server.<br /><br />If the server is running SQL Server 2005, you must have the **VIEW ANY DEFINITION** permission on the server.<br /><br />If the source database is based on SQL Server 2008 or later, you must have the **VIEW ANY DEFINITION** permission on the server. Your login must have the **VIEW SERVER STATE** permission (for database encryption keys).|
4140
|Create or update a database project|You do not require any database permissions to create or modify a database project.|
@@ -52,9 +51,8 @@ For more information, see SQL Server Books Online.
5251
## <a name="DatabaseUnitTestingPermissions"></a>Permissions to Perform Unit Testing on a SQL Server Database
5352
You must have the following permissions to perform unit tests on a database.
5453

55-
|||
56-
|-|-|
5754
|Actions|Required Permissions|
55+
|-|-|
5856
|Execute a test action|You must use the execution context database connection. For more information, see [Overview of Connection Strings and Permissions](../ssdt/overview-of-connection-strings-and-permissions.md).|
5957
|Execute a pre-test or post-test action|You must use the privileged context database connection. This database connection has more permissions than the execution context connection does.|
6058
|Run TestInitialize and TestCleanup scripts|You must use the privileged context database connection.|

0 commit comments

Comments
 (0)