Microsoft
Software
Hardware
Network
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_FullAcc
ess]
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
Hi
Bellow url give some information
http://social.msdn.microso
ft.com/For
ums/en/sql
express/th
read/
b99f0
051-3d3a-4
d86-9dd7-1
6568ffe3c5
c
Random Solutions
IF - Then script based on file date?
How to access class due to 'cannot instantiate abstract class' error
How to activate the insertitemtemplate of a formview
How to find and replace specific string with blank using sed or any better cmd?
Crystal Reports for Visual Studio 2010
Database Design - Double Entry Accounting
Hide local user folders on Server 2008 desktop
Migrating files/folders to a new domain
RPC through HTTP keeps prompting for pw on Exchange 2010
Readystate in IE in VBA program