<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial; font-size: 13px; ">USE [DB]
GO
/****** Object: User [NT AUTHORITY\NETWORK SERVICE] Script Date:
03/17/2009 16:39:42 ******/
CREATE USER [NT AUTHORITY\NETWORK SERVICE] FOR LOGIN [NT AUTHORITY\NETWORK
SERVICE] WITH DEFAULT_SCHEMA=[DSC_Public]
GO
/****** Object: User [dynamicCertUser] Script Date: 03/17/2009 16:39:42
******/
CREATE USER [dynamicCertUser] FOR CERTIFICATE [dynamicCert]
GO
/****** Object: Schema [DSC_Public] Script Date: 03/17/2009 16:39:42
******/
CREATE SCHEMA [DSC_Public] AUTHORIZATION [NT AUTHORITY\NETWORK SERVICE]
GO
Msg 15259, Level 16, State 1, Line 2
The DEFAULT_SCHEMA clause cannot be used with a Windows group or with
principals mapped to certificates or asymmetric keys.
Msg 15151, Level 16, State 1, Line 2
Cannot find the certificate 'dynamicCert', because it does not exist or you
do not have permission.
Msg 15151, Level 16, State 1, Line 2
Cannot find the user 'NT AUTHORITY\NETWORK SERVICE', because it does not
exist or you do not have permission.
Msg 2759, Level 16, State 0, Line 2
CREATE SCHEMA failed due to previous errors.
They never allow me to create new user on DB.
All the users I can get this shared hosting are following.
9654.IUSR
dbo
guest
INFORMATION_SCHEMA
sys
<img alt="" src="http://ikendogu.com/img/roleschema.jpg" />
Please advise
</span>