'How to create certificate in AWS SQL Server database?
I connect to AWS RDS SQL server database instance. I need to create certificate and login.
When I do:
CREATE CERTIFICATE doom07
ENCRYPTION BY PASSWORD = 'pGFD4bb925DGvbd2439587y'
WITH SUBJECT = 'Do be do be do',
EXPIRY_DATE = '20231031';
GO
I receive:
Msg 15247, Level 16, State 1, Line 17 User does not have permission to perform this action.
Is it possible to create certificate in AWS RDS SQL Server Database?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
