Additional SQL Server features and topics not covered by specific categories
Well after import the old backup with the data - run Syncronize database from Visual Studio Dynamics 365 menu and its work :)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a database of an application restored in a environment that runs a newer application version than the database version.
The databases contain hundrends of tables, most of which are same.
I know the application expect to find additional fields and maybe tables not existed in the database early version.
I use SQL server version 13.0.5865.1
How I can keep the original/empty environment database schema with old version database data?
Additional SQL Server features and topics not covered by specific categories
Answer accepted by question author
Well after import the old backup with the data - run Syncronize database from Visual Studio Dynamics 365 menu and its work :)
I am not sure that I understand your question. Are you asking how you can run the newer version of the application with the old schema of the database? That sounds difficult to me, but it would be better to ask that question to someone with knowledge about your application.
I can't but see that you will need to find a script that upgrades the database to match the version of the application.
Or can you clarify your question?