PDA

View Full Version : .net 4 sandbox sql database


MrMark
06-02-2010, 01:21 PM
Hi,

What is the process for getting a backup of my sandbox database so that i can restore it onto my normal discountasp database. Or failing that what is the easiest way to get some of the tables across with their data. Both are sql 2008?

Thanks
Mark

bruce
06-03-2010, 11:58 AM
sorry.. you can't get a backup from the sandbox.
you'll have to use SQL Publishing wizard to migrate the data.

MrMark
06-04-2010, 01:08 PM
Thanks, worked a treat.