Re: SOS - 2000 instead of 2005
- From: "Arnie Rowland" <arnie@xxxxxxxx>
- Date: Thu, 12 Oct 2006 09:27:55 -0700
Your script to recreate your database objects is incompatible with SQL 2000.
In SQL 2000, there is no CREATE ROLE, there is no sys.database_principals.
You will either need to redesign your application and database to exist in
and work with SQL 2000, or insist that the ISP remove SQL 2000 and install
SQL 2005.
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
"Guy Cohen" <noemail@xxxxxxxxxx> wrote in message
news:uNNG0Ug7GHA.4552@xxxxxxxxxxxxxxxxxxxxxxx
Hi all.
My webhost prepared a server for me with 2000 instead of 2005.
Will my .net 2005 application work there?
I generated a script to export my sql server 2005 object
Lots of failures appeard.
IF NOT EXISTS (SELECT * FROM sys.database_principals WHERE name =
N'aspnet_WebEvent_FullAccess' AND type = 'R')
CREATE ROLE [aspnet_WebEvent_FullAccess]
GO
This is the error:
Server: Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near 'ROLE'.
The object is part of the asp.net login components - I did not create
these objects myself!
Please tell me what to do next..........
TIA
Guy
.
- References:
- SOS - 2000 instead of 2005
- From: Guy Cohen
- SOS - 2000 instead of 2005
- Prev by Date: Re: New Installation
- Next by Date: Re: New Installation
- Previous by thread: SOS - 2000 instead of 2005
- Next by thread: Re: SOS - 2000 instead of 2005
- Index(es):
Relevant Pages
|
Loading