SOS - 2000 instead of 2005
- From: "Guy Cohen" <noemail@xxxxxxxxxx>
- Date: Thu, 12 Oct 2006 15:50:27 +0200
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
.
- Follow-Ups:
- Re: SOS - 2000 instead of 2005
- From: Keith Kratochvil
- Re: SOS - 2000 instead of 2005
- From: Arnie Rowland
- Re: SOS - 2000 instead of 2005
- Prev by Date: how do I connect to sql server express databases using excel?
- Next by Date: Re: Errors after MSDE2000 install
- Previous by thread: how do I connect to sql server express databases using excel?
- Next by thread: Re: SOS - 2000 instead of 2005
- Index(es):
Relevant Pages
|