-2

When I perform this command: CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'mypassword' I get the error:

[Microsoft][ODBC SQL Server Driver][SQL Server]User does not have permission to perform this action.

Have any GRANT that I need take for this User?

1 Answers1

1

CREATE MASTER KEY

Permissions

Requires CONTROL permission on the database.

Remus Rusanu
  • 288,378
  • 40
  • 442
  • 569