Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
qingchengottawa
Starting Member
7 Posts |
Posted - 2006-10-17 : 13:51:22
|
I tried to use SQL Server 2000 to access one Microsoft SQL server 2005 sample database, and got the following error message:[SQL-DMO] You must use SQL Server 2005 management tools to connect to this server. I could use Oracle 9i to access Oracle 10g database. Why Microsoft doesn't support this?Qing |
|
Luis Martin
Yak Posting Veteran
54 Posts |
Posted - 2006-10-17 : 13:56:03
|
Because 2000 and 2005 have differents desings.You can access 2000 with 2005 tools but not viceverza.All in Love is Fair Stevie Wonder |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-10-17 : 13:57:01
|
Well you can access SQL Server 2005 using Query Analyzer 2000, just not using Enterprise Manager 2000. QA 2000 provides limited functionality with 2005 databases though.Tara Kizer |
 |
|
|
|
|