Re: SOS - 2000 instead of 2005
- From: "Keith Kratochvil" <sqlguy.back2u@xxxxxxxxxxx>
- Date: Thu, 12 Oct 2006 12:20:18 -0500
Adding to Arnie's post, there is a "script to" option that lets you specify
that you want to generate scripts that will be compatible on SQL2k5 or
SQL2k.
--
Keith Kratochvil
"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
.
- Follow-Ups:
- Re: SOS - 2000 instead of 2005
- From: Guy Cohen
- Re: SOS - 2000 instead of 2005
- 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: Re: SOS - 2000 instead of 2005
- Next by thread: Re: SOS - 2000 instead of 2005
- Index(es):
Relevant Pages
|