![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I tried to upload my clients 2005 db to my webhosting site (MSSQL 2000) and ... "Error: The destination server is not 2005" Surely this can't be, no backwards compatibility?? there must be a way,...? (And no way am I purchasing 2000 just for this!, then manually re-creating the DB) Anybody Thanks -- Neal Rogers University of Cape Town |
#3
| |||
| |||
|
|
Why would you expect a database that has features that SQL2000 knows nothing about to be able to deal with it properly? Where do you find any product that is designed to incorporate new features into an older product? You will need to script out the DDL using the 2000 feature set and then export and import the data. -- Andrew J. Kelly SQL MVP "Neal" <Neal (AT) discussions (DOT) microsoft.com> wrote in message news:2803A053-1102-4001-BD4E-3821E09A92B1 (AT) microsoft (DOT) com... Hi All, I tried to upload my clients 2005 db to my webhosting site (MSSQL 2000) and ... "Error: The destination server is not 2005" Surely this can't be, no backwards compatibility?? there must be a way,...? (And no way am I purchasing 2000 just for this!, then manually re-creating the DB) Anybody Thanks -- Neal Rogers University of Cape Town |
#4
| |||
| |||
|
|
I would have thought that 2005 would have 2000 features making it backwards compatible with earlier versions. (like Excel and Access, Later versions can read earlier spreadsheets and mdbs. How does a webhosting company (or most companies in the world) then , handle an upgrade (import into newer version from older versions) , without an enormous amount of hassle? AnyWay, I have no idea what scripting out the "DDl" is, nor do I have the 2000 feature set (I have MSSQL 2005 and thats it) I do however have Access and Upsizing from it to 2005 I have done before, so Maybe I should rather tackle it this way, else create the tables and cols manually and write a few rtn's in DotNet to read from the one db and insert into the other... gonna take a fair amount of time and effort though. Tx Neal -- Neal Rogers University of Cape Town "Andrew J. Kelly" wrote: Why would you expect a database that has features that SQL2000 knows nothing about to be able to deal with it properly? Where do you find any product that is designed to incorporate new features into an older product? You will need to script out the DDL using the 2000 feature set and then export and import the data. -- Andrew J. Kelly SQL MVP "Neal" <Neal (AT) discussions (DOT) microsoft.com> wrote in message news:2803A053-1102-4001-BD4E-3821E09A92B1 (AT) microsoft (DOT) com... Hi All, I tried to upload my clients 2005 db to my webhosting site (MSSQL 2000) and ... "Error: The destination server is not 2005" Surely this can't be, no backwards compatibility?? there must be a way,...? (And no way am I purchasing 2000 just for this!, then manually re-creating the DB) Anybody Thanks -- Neal Rogers University of Cape Town |
![]() |
| Thread Tools | |
| Display Modes | |
| |