Re: Compatibility Level
- From: "Rogers" <naissani@xxxxxxxxxxx>
- Date: Thu, 6 Sep 2007 00:30:00 -0400
Thanks Ekrem
"Ekrem Önsoy" <ekrem@xxxxxxxxxxxx> wrote in message
news:556BCA38-00F9-42EE-B27D-7C979B3AD3E2@xxxxxxxxxxxxxxxx
Hi Rogers,
You can not create a Master Key in SQL Server 2000 because it's a new
feature of SQL Server 2005.
You can not see 90 compatibility, because you are connecting to SQL Server
2000 via SQL Server Management Studio. Your 80 compatible database is
still on SQL Server 2000 that's why you can not convert it to 90. First,
you should Backup and Restore or Detach\Attach or Copy Database to your
SQL Server 2005 server. And after this operation, when you check it's
properties\options you will see 90 compatibility in the compatibility
list.
--
Ekrem Önsoy
MCBDA, MCTS: SQL Server 2005, MCSD.Net, MCSE, MCT
"Rogers" <naissani@xxxxxxxxxxx> wrote in message
news:Oe2cc1J8HHA.4712@xxxxxxxxxxxxxxxxxxxxxxx
Dear Professional,
Attached is the screen shot, I can't see compatibility level 9.0 in SQL
Server 2005.
I am using following commands
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'EncPassword'
It gave me following error:
Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'MASTER'.
.
- References:
- Re: Compatibility Level
- From: Ekrem Önsoy
- Re: Compatibility Level
- Prev by Date: SQL Server 2005 Installation Error
- Next by Date: Know the view name
- Previous by thread: Re: Compatibility Level
- Next by thread: Best approach
- Index(es):
Relevant Pages
|
Loading