Re: SOS - 2000 instead of 2005
- From: "Guy Cohen" <noemail@xxxxxxxxxx>
- Date: Fri, 13 Oct 2006 10:17:25 +0200
You two are great :)
Thanks!
"Keith Kratochvil" <sqlguy.back2u@xxxxxxxxxxx> wrote in message
news:uk9A8Li7GHA.940@xxxxxxxxxxxxxxxxxxxxxxx
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
.
- References:
- SOS - 2000 instead of 2005
- From: Guy Cohen
- Re: SOS - 2000 instead of 2005
- From: Keith Kratochvil
- SOS - 2000 instead of 2005
- Prev by Date: Re: SP2
- Next by Date: RE: Reporting Services on x64
- Previous by thread: Re: SOS - 2000 instead of 2005
- Next by thread: Re: Using SQL 2005 and SharePoint Server
- Index(es):
Relevant Pages
|