I am trying to add a view to a database after running a difference reprot and get the error
Cannot open database requested by the login. The login failed.
Login failed for user 'mcs'.
The issue I believe is its using the user from the destination database to get access the source database. The source database uses windows authentication to connect while the destination uses the mcs user as it not on the same domain.
If the objects already exist then updating them works fine.