February 16, 2012 at 5:07 am
Hi,
Let me explain what I am trying to do in Steps:
I have:
- Sql server 2005 at my hosting
- Sql server 2000 at my office computer
I want to download complete sql server 2005 database from my hosting server and update my sql 2000 db on my office computer.
Please Advice.
Thanks!
Zeeshan
February 16, 2012 at 5:23 am
There's no way to do that with physical backups (I mean BACKUP / RESTORE commands).
You could script out the whole database DDL and then export and import data using SSIS or BCP.
Hope this helps
Gianluca
-- Gianluca Sartori
February 16, 2012 at 5:25 am
On another note, can I ask you why you can't install SQL Server 2005 on your computer?
-- Gianluca Sartori
February 16, 2012 at 5:49 am
Thanks for replying to my post.
I can install 2005, but if I do install 2005, will it be easier to copy online database to my computer?
Thanks again.
Zeeshan
February 16, 2012 at 5:53 am
Yeah, if you have 2005, you can run a backup on one machine and then restore it to the other. That's about the easiest way to move a whole database that there is.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 16, 2012 at 5:59 am
zeeshandar (2/16/2012)
Hi,Let me explain what I am trying to do in Steps:
I have:
- Sql server 2005 at my hosting
- Sql server 2000 at my office computer
I want to download complete sql server 2005 database from my hosting server and update my sql 2000 db on my office computer.
Please Advice.
Thanks!
Zeeshan
I would consider purchasing SQL Server 2005 Developer Edition. Last time I checked it was available from Amazon for $50.00 (US). It is equivalent to the Enterprise Edition of 2005, with one restriction it can not be used as a production server. For you it would allow you to modify/create new code/testing modules which could later be moved to your production server.
February 16, 2012 at 6:11 am
bitbucket-25253 (2/16/2012)
I would consider purchasing SQL Server 2005 Developer Edition. Last time I checked it was available from Amazon for $50.00 (US). It is equivalent to the Enterprise Edition of 2005, with one restriction it can not be used as a production server. For you it would allow you to modify/create new code/testing modules which could later be moved to your production server.
Thanks Ron.
I have Visual Studio .Net DVD and it has Sql Server 2008 in it.
Actually the yesterday I re-installed window xp on my computer and forgot to create a backup of my sql server databases.
February 16, 2012 at 8:15 am
Sorry to bother you again.
I am installing Visual Studio which is also installing Sql Server components. Please see attached image.
Will these components let me download database from online sql server 2005?
February 16, 2012 at 8:21 am
It'll let you restore a SQL 2005 backup to it, yes (providing the database is under 4GB in size), however once the database is on that instance you will not be able to take a backup and restore it back to SQL 2005 because of the version.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply