Hi everyone,
I started working with NAV 2009 R2, having SQL Server 2005 SP3 installed...
Today, I installed SQL Server 2008 R2.
I wanted to ask how can I , from now on, when I need to restore a backup, select which SQL Server to use???
And what about the existing databases (in SQL Server 2005)??? Shall I simply restore them again in SQL Server 2008???
0
Answers
1) databases have a compatibility level that determines which version they are supporting (database properties).
2) if you want to keep both, then restore your SQL Server 2005 databases to your SQL Server 2005 instance and SQL Server 2008 backups to your SQL Server 2008 instance.
If you want to simplify your life, you could migrate your SQL 2005 databases to your new SQL Server 2008 R2 instance.
http://mibuso.com/blogs/davidmachanick/
Thank you for your answer, but could you be more clear, please?
For example, when i want to create a new database in NAV(File -> Database -> New), how can I specify which SQL Server to use???
Thanks a lot