Question : Syncing local database with shared hosting

Hi,

I am trying to sync my local database with my shared hosting provider.

I get the following error message:
[15151] Cannot find the user 'dbo', because it does not exist or you do not have permission.
The following SQL command caused the error:
CREATE ROLE [aspnet_Membership_FullAccess]
AUTHORIZATION [dbo]

I think this means the shared hosting provider won't give me dbo privileges. What should I do different? Should I change the script?

Answer : Syncing local database with shared hosting

Random Solutions  
 
programming4us programming4us