Reputation: 31
I am trying to create a Database Project in VS2015 and get to build it. But I have errors like SQL71501: User: [UserX] has an unresolved reference to Login [UserX] Options are 1. To turn off any schema checking 2. Add Master Database as a Database project and Add it as a database reference.
I am unable to do (1) because I cannot find any options related to Schema Compare in Tools -> Options -> Database Tools I am able to add the Master Database as a project, but VS doesn't let me Import referenced logins (not applicable to master). Btw, I am trying to import a Sql Server 2014 database.
Upvotes: 3
Views: 1881
Reputation: 1
I am able to add the Master Database as a project, but VS doesn't let me Import referenced logins (not applicable to master)
You should try this
Now Compare and Update
P.S. Of course before all you should choose you master database and do all other needed staff :).
I hope the answer helped (well it helped at least for me)
Upvotes: 0