0

Is it possible to export data from a SQL Server 2008 r2 Express edition to a Standard edition?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Serhat Koroglu
  • 1,263
  • 4
  • 19
  • 41

1 Answers1

0

Yes it is possible, make sure you restore the uncompressed backup of your express edition DB

  • As long as the Standard edition is at least the same version (2008 R2 or newer) - then yes, this works like a charm – marc_s May 29 '14 at 13:59