I am develeoping Database project in visual studio 2015 , After importing the script ,build i tried to publish the project to server and Database ..
Iam getting error for the below line "Cannot find the schema 'Integration', because it does not exist or you do not have permission."
ALTER AUTHORIZATION
ON SCHEMA::[Integration]
TO [dbo];
Please help on this