Can I migrate 32bit SQL Server 2005 database to 64bit SQL Server 2008 database without too much hassle or is there somethign I need to think about first?
|
feedback
|
| |||
|
feedback
|
|
Not much to worry about really. You can either detach the db, move and reattach or backup and restore. Does the application that uses the db support 2008? If not then leave it in 90 compatability mode. | |||
|
feedback
|