0
我想做一個主密鑰,但出現以下錯誤錯誤創建主密鑰
我的錯誤是
Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'master'.
我的代碼是
USE EncryptTest
GO
create master key encryption by password='[email protected]';
GO
我想做一個主密鑰,但出現以下錯誤錯誤創建主密鑰
我的錯誤是
Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'master'.
我的代碼是
USE EncryptTest
GO
create master key encryption by password='[email protected]';
GO
USE AdventureWorks2012;
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '23987hxJ#KL95234nl0zBe';
GO