prabhu p

prabhu p

  • NA
  • 181
  • 110.1k

I have a doubt in Database project in vs 2015

Jul 5 2020 6:19 AM
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 
 

Answers (1)