New database on SQL 2019.
I notice from the docs that only up to SQL 2016 is supported for creating a new or demo database?
Is there a workaround for SQL 2019?
I'm getting this:
Is there a workaround for SQL 2019?
I'm getting this:
Microsoft.SqlServer.Dac.DacServicesException: Could not import package. ---> Microsoft.Data.Tools.Schema.Sql.Deployment.DeploymentFailedException: Unable to connect to master or target server 'JiwaDemo'. You must have a user with the same password in master or target server 'JiwaDemo'.
...
at JiwaFinancials.Jiwa.JiwaApplication.DatabaseManager.Main.RestoreDemoDataFromBACPAC(Object sender, ExecuteActionEventArguments e)