Groups | Blog | Home
all groups > sql server clients > september 2007 >

sql server clients : Error: AES128


Rogers
9/6/2007 12:55:23 AM
I am using Windows 2003 R2......

CREATE SYMMETRIC KEY CIS_Symmetric_Key
WITH ALGORITHM = AES128
ENCRYPTION BY CERTIFICATE CISEncryptionCertificate

Msg 102, Level 15, State 1, Line 2

Incorrect syntax near 'AES128'.



select @@version

Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86) Feb 9 2007 22:47:07
Copyright (c) 1988-2005 Microsoft Corporation Standard Edition on Windows
NT 5.2 (Build 3790: Service Pack 2)

Rogers
9/6/2007 1:25:34 AM
Thanks....

[quoted text, click to view]

Ekrem_Önsoy
9/6/2007 8:04:38 PM
It's not AES128, it's AES_128.

You forget to put the underscore between AES and 128

--
Ekrem Önsoy
MCBDA, MCTS: SQL Server 2005, MCSD.Net, MCSE, MCT



[quoted text, click to view]
AddThis Social Bookmark Button