Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 Administration
»
Move DB from 2008R2 Enterprise to 2008...
Move DB from 2008R2 Enterprise to 2008 Standard
Rate Topic
Display Mode
Topic Options
Author
Message
mcopa
mcopa
Posted Monday, September 24, 2012 11:12 AM
Grasshopper
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:54 AM
Points: 14,
Visits: 62
I am moving a database via backup/restore from a 2008r2 Enterprise server to a 2008 Standard server. Since it is kind of a downgrade of versions, is there anything special I need to run after the restore is completed?
Post #1363639
Lynn Pettis
Lynn Pettis
Posted Monday, September 24, 2012 11:15 AM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 12:16 PM
Points: 21,621,
Visits: 27,455
If you are going from 2008 R2 to 2008, you won't be able to use the backup/restore. You will need to script your database on SQL Server 2008 R2, and create an empty database in 2008. Then use SSIS to transfer the data from 2008 R2 to 2008.
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #1363640
mcopa
mcopa
Posted Monday, September 24, 2012 11:29 AM
Grasshopper
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:54 AM
Points: 14,
Visits: 62
Can I use the Copy Database wizard?
Post #1363649
Lynn Pettis
Lynn Pettis
Posted Monday, September 24, 2012 11:41 AM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 12:16 PM
Points: 21,621,
Visits: 27,455
mcopa (9/24/2012)
Can I use the Copy Database wizard?
Probably. I have had issues using it myself, so I tend to script the database then use SSIS to transfer data.
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #1363656
Perry Whittle
Perry Whittle
Posted Monday, September 24, 2012 12:11 PM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 5:53 AM
Points: 5,204,
Visits: 11,158
mcopa (9/24/2012)
Can I use the Copy Database wizard?
if you use the detach\attach method no you can't.
If you use the object method trnasfer it might work as it reads the objects and then recreates them and then copies data
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
Post #1363670
chandan_jha18
chandan_jha18
Posted Tuesday, September 25, 2012 6:27 AM
SSC-Addicted
Group: General Forum Members
Last Login: Today @ 2:31 AM
Points: 412,
Visits: 1,671
Script out objects as Lynn suggested and use SSIS to import the data. Else you can also go for the replication option to minimize the downtime.
Thanks
Chandan
Post #1363979
vyas
vyas
Posted Tuesday, September 25, 2012 6:29 AM
Hall of Fame
Group: General Forum Members
Last Login: Thursday, May 16, 2013 4:02 AM
Points: 3,131,
Visits: 1,056
You can only exprot the data and use.
Post #1363983
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.