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 |
|
emoris
Starting Member
1 Post |
Posted - 2007-03-23 : 09:42:03
|
| I'm the developper of a web application that uses in production environment a SQL Server 2000 db engine.My devel. environment uses a MSDE.In order to debug some strange problems, I need to backup the production environment and restore it in MSDE.The environments doesn't have network connectivity between them.Somebody can suggest any workaround?Many thanks! |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-03-23 : 10:05:35
|
| Go to the production system, backup the database, copy the backup to a dvd/external disk, bring it back to the dev system, restore the backup.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|