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
Microsoft PKI Design
printmig.exe aborting early
Congratulations to new Excel Genius: teylyn
Remote Desktop Services on Windows 2008 Foundation Server
Firefox css border on inside of div when embedding Flash with SWFObject, why?
How convert this c++ code to csharp
how can i create window service in C# using InstallUtil.exe ??
Trimming the beginning and end of a string
copy a defined user profile when user logs on domain for first time. Giving identical initial profile at logon. Each user can then modify this profile as required. over time keeping settings
Doing an INSERT or Update based on if the record already exists or not while importing data from a text file to SQL SERVER 2005.