Home All Groups Group Topic Archive Search About

SQL Server does not exist after moving to new Sql Server

Author
14 Jan 2006 10:44 PM
Geoff
All my pages come up with "SQL Server does not exist or access denied" after
moving to a new Sql Server with a different name. None of my pages come up
even though I am addressing the servername by IP Address. I can access the
Server through Enterprise Manager and Query Analyzer using the same IP. I've
also made sure the changes were made in Web.config. It worked fine before
the switch.

Author
15 Jan 2006 2:06 AM
Peter Bromberg [C# MVP]
Geoff,
Ensure that the new SQL Server is set up for "Mixed Mode" authentication -
both Windows and SQL server logins.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quoteHide quote
"Geoff" wrote:

> All my pages come up with "SQL Server does not exist or access denied" after
> moving to a new Sql Server with a different name. None of my pages come up
> even though I am addressing the servername by IP Address. I can access the
> Server through Enterprise Manager and Query Analyzer using the same IP. I've
> also made sure the changes were made in Web.config. It worked fine before
> the switch.
>
>
>
Are all your drivers up to date? click for free checkup

Author
15 Jan 2006 2:24 PM
Geoff
It is set up for mixed mode and I can access the server through Query
Analyzer, Enterprise Manager and my .asp pages are still able to connect
through ODBC without a problem.

Show quoteHide quote
"Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message
news:318C5070-9E6F-45A0-A0B4-8F9166F1E1E5@microsoft.com...
> Geoff,
> Ensure that the new SQL Server is set up for "Mixed Mode" authentication -
> both Windows and SQL server logins.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "Geoff" wrote:
>
> > All my pages come up with "SQL Server does not exist or access denied"
after
> > moving to a new Sql Server with a different name. None of my pages come
up
> > even though I am addressing the servername by IP Address. I can access
the
> > Server through Enterprise Manager and Query Analyzer using the same IP.
I've
> > also made sure the changes were made in Web.config. It worked fine
before
> > the switch.
> >
> >
> >
Author
16 Jan 2006 5:54 AM
Patrick.O.Ige
Maybe try re -registering your new database name.
And make sure you have the right permissions set
Patrick

Show quoteHide quote
"Geoff" <cbs***@earthlink.net> wrote in message
news:kWsyf.2691$Hd4.2417@newsread1.news.pas.earthlink.net...
> It is set up for mixed mode and I can access the server through Query
> Analyzer, Enterprise Manager and my .asp pages are still able to connect
> through ODBC without a problem.
>
> "Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message
> news:318C5070-9E6F-45A0-A0B4-8F9166F1E1E5@microsoft.com...
> > Geoff,
> > Ensure that the new SQL Server is set up for "Mixed Mode"
authentication -
> > both Windows and SQL server logins.
> > Peter
> >
> > --
> > Co-founder, Eggheadcafe.com developer portal:
> > http://www.eggheadcafe.com
> > UnBlog:
> > http://petesbloggerama.blogspot.com
> >
> >
> >
> >
> > "Geoff" wrote:
> >
> > > All my pages come up with "SQL Server does not exist or access denied"
> after
> > > moving to a new Sql Server with a different name. None of my pages
come
> up
> > > even though I am addressing the servername by IP Address. I can access
> the
> > > Server through Enterprise Manager and Query Analyzer using the same
IP.
> I've
> > > also made sure the changes were made in Web.config. It worked fine
> before
> > > the switch.
> > >
> > >
> > >
>
>

Bookmark and Share