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 Newbies
»
Migrating databases to new server, need...
Migrating databases to new server, need advice
Rate Topic
Display Mode
Topic Options
Author
Message
ryetimothy
ryetimothy
Posted Tuesday, December 11, 2012 11:18 AM
SSC Rookie
Group: General Forum Members
Last Login: Wednesday, December 12, 2012 9:29 AM
Points: 28,
Visits: 68
If you haven't read my posts before, I'll introduce myself: I'm a botanist by training but I got roped into managing our database, so I can figure some stuff out on my own, but I need help for more complicated tasks. I've been tasked (because no one is going to do it for us) with migrating our database from one server to the other. I'm posting this forum topic because I was hoping for advice and guidance in making sure this happens more or less smoothly.
Our current databases use Access as a front-end product for data entry/analysis but we store the data on SQL Server tables (because we have a multi-user environment and we allow users to query our data from the web). We two servers (tulip and panda) for our work. Tulip is the server running SQL Server (version 2000) and where we keep the SQL Server tables. Panda is where we keep the Access databases.
We have the opportunity to migrate our databases to a new server (running up to date software) and I have some questions, as I assume that moving the databases is more involved than just cutting and pasting.
Is there anything I need to watch our for when making the migration?
Is there any need (I can't think of any from my end) to keep the Access and SQL Databases on separate servers?
As far as I know our current server is not part of a domain (sorry if I butcher terminology) but it will be on the new server. Will that cause problems?
Any other guidance/advice you could offer would be great. I intend to back up the current databases and run lots of tests before committing to the migration and I also intend to read up on my own as much as possible so that I'm well-informed.
Post #1395256
sanket kokane
sanket kokane
Posted Tuesday, December 11, 2012 11:09 PM
Old Hand
Group: General Forum Members
Last Login: Yesterday @ 11:21 PM
Points: 323,
Visits: 961
you are migrating database to which version?
You planning for in-place or side by side up-gradation ?
Just keep in mind few steps
Run upgrade adviser to check for incompatibility for application/database server while upgrading.
if any warnings/errors found ,solve it before migrating database
if you are planning side by side migration follow below steps
ON current server
1)Backup your all databases (Including system databases)
2)script out your SQL server Jobs
3)take out Transfer logins script
http://blog.netnerds.net/2009/01/migratetransfer-sql-server-2008200520007-logins-to-sql-server-2008/
ON New server
4)Restore all
USER
databases from backups
5)run all the job scripts you got in 2nd steps above
5)Copy the output of the script provided in step 3 above and run it on new server
-----------------------------------------------------------------------------
संकेत कोकणे
Post #1395436
Chrissy321
Chrissy321
Posted Wednesday, December 12, 2012 3:59 PM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Thursday, May 16, 2013 1:01 PM
Points: 550,
Visits: 2,978
>>Is there any need (I can't think of any from my end) to keep the Access and SQL Databases on separate servers?
Best practice is not to put anything on a SQL Server besides SQL Server. In a small environment like yours this may not be possible.
I would definitely not install Access on the SQL Server. It would probably be OK to place the Access mdb files on the server, so the server is essentially acting as a network file share.
Post #1395912
Hemant.R
Hemant.R
Posted Friday, December 14, 2012 5:36 AM
SSC Rookie
Group: General Forum Members
Last Login: Today @ 4:36 AM
Points: 45,
Visits: 173
hi,
please check no of linked server .
also you should keep output of sp_configure before migrating to new server.
Post #1396597
« 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.