All,
we have a production sql database. There are some views defined in sql and in navision there are some tables linked to these views.
Now when we do a navision backup, and want to do a restore to a native we get the error that table XXXXX doesn't exist. This table is the linked table.
Is there a way to still restore this db to native format?
Rgds
Rgds
Benny Giebens
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Problem is that then it's not possible to restore Data Common to All Companies.
RIS Plus, LLC
But problems is that the restore is done on Native DB... :-) no views... 8)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
To make this work, you will need to drop the views and create tables with the same name in SQL Server, then do your restore.
Whatever you are using the views for will not work in your Navision database unless you manually build the data in the tables.
After your backup you can drop the SQL Server tables and recreate the views.
http://mibuso.com/blogs/davidmachanick/