473,395 Members | 1,974 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

connecting sql server

i created a database, when i query a simple select statement , i get an
error:

"Cannot open database requested in login 'XYZ_Database'.
Login fails, Login failed for user 'sa''
But when i change , the database name to Northwind, it works.

i checked that user rights of 'sa' for XYZ_database and Northwind are the
same?

i get the same error, when i used integrated security to connect too.

what would be the case here?
Nov 16 '05 #1
4 1377
Hi,

It seems the database creator/owner might be some other user.

Execute the below command to check the database owner:-

sp_helpdb 'XYZ_Database'

If the owner is a non SA user , then change the database owner using:-

sp_changedbowner system procedure (Refer books online for information)

Thanks
Hari
MCDBA


"e-mid" <someone@somewhere> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
i created a database, when i query a simple select statement , i get an
error:

"Cannot open database requested in login 'XYZ_Database'.
Login fails, Login failed for user 'sa''
But when i change , the database name to Northwind, it works.

i checked that user rights of 'sa' for XYZ_database and Northwind are the
same?

i get the same error, when i used integrated security to connect too.

what would be the case here?

Nov 16 '05 #2
Hari;

user of the database seems to be sa; here is the properties of the database:

"XYZ_database 3.00 MB sa 7 Jun 21 2004 Status=ONLINE,

Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL,

Version=539, Collation=Latin1_General_CI_AS, SQLSortOrder=0,

IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics
80"

what else can be the problem?

"Hari Prasad" <ha***********@hotmail.com> wrote in message
news:#S**************@TK2MSFTNGP10.phx.gbl...
Hi,

It seems the database creator/owner might be some other user.

Execute the below command to check the database owner:-

sp_helpdb 'XYZ_Database'

If the owner is a non SA user , then change the database owner using:-

sp_changedbowner system procedure (Refer books online for information)

Thanks
Hari
MCDBA


"e-mid" <someone@somewhere> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
i created a database, when i query a simple select statement , i get an
error:

"Cannot open database requested in login 'XYZ_Database'.
Login fails, Login failed for user 'sa''
But when i change , the database name to Northwind, it works.

i checked that user rights of 'sa' for XYZ_database and Northwind are the same?

i get the same error, when i used integrated security to connect too.

what would be the case here?


Nov 16 '05 #3
i am becoming insane.
i did not change even a letter but it is working now ??!
"e-mid" <someone@somewhere> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Hari;

user of the database seems to be sa; here is the properties of the database:
"XYZ_database 3.00 MB sa 7 Jun 21 2004 Status=ONLINE,

Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL,

Version=539, Collation=Latin1_General_CI_AS, SQLSortOrder=0,

IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics
80"

what else can be the problem?

"Hari Prasad" <ha***********@hotmail.com> wrote in message
news:#S**************@TK2MSFTNGP10.phx.gbl...
Hi,

It seems the database creator/owner might be some other user.

Execute the below command to check the database owner:-

sp_helpdb 'XYZ_Database'

If the owner is a non SA user , then change the database owner using:-

sp_changedbowner system procedure (Refer books online for information)

Thanks
Hari
MCDBA


"e-mid" <someone@somewhere> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
i created a database, when i query a simple select statement , i get an error:

"Cannot open database requested in login 'XYZ_Database'.
Login fails, Login failed for user 'sa''
But when i change , the database name to Northwind, it works.

i checked that user rights of 'sa' for XYZ_database and Northwind are the same?

i get the same error, when i used integrated security to connect too.

what would be the case here?



Nov 16 '05 #4
Good. :)
Thanks
Hari
MCDBA

"e-mid" <someone@somewhere> wrote in message
news:OF**************@tk2msftngp13.phx.gbl...
i am becoming insane.
i did not change even a letter but it is working now ??!
"e-mid" <someone@somewhere> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Hari;

user of the database seems to be sa; here is the properties of the

database:

"XYZ_database 3.00 MB sa 7 Jun 21 2004 Status=ONLINE,

Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL,

Version=539, Collation=Latin1_General_CI_AS, SQLSortOrder=0,

IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics
80"

what else can be the problem?

"Hari Prasad" <ha***********@hotmail.com> wrote in message
news:#S**************@TK2MSFTNGP10.phx.gbl...
Hi,

It seems the database creator/owner might be some other user.

Execute the below command to check the database owner:-

sp_helpdb 'XYZ_Database'

If the owner is a non SA user , then change the database owner using:-

sp_changedbowner system procedure (Refer books online for information)

Thanks
Hari
MCDBA


"e-mid" <someone@somewhere> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
> i created a database, when i query a simple select statement , i get an > error:
>
> "Cannot open database requested in login 'XYZ_Database'.
> Login fails, Login failed for user 'sa''
>
>
> But when i change , the database name to Northwind, it works.
>
> i checked that user rights of 'sa' for XYZ_database and Northwind are the
> same?
>
> i get the same error, when i used integrated security to connect

too. >
> what would be the case here?
>
>



Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Google Mike | last post by:
After a lot of thought and research, and playing with FreeTDS and InlineTDS, as well as various ODBC connections, I have determined that the fastest and cheapest way to get up and going with PHP on...
12
by: Ann Marinas | last post by:
Hi all, I would like to ask for some help regarding separating the asp.net webserver and the sql server. I have created an asp.net application for a certain company. Initially, we installed...
3
by: Ann Marinas | last post by:
Hi there, I am currently developing an ASP.NET program that connects to a SQL Server 2000 database. I also have SQL Server 2005 Express installed on the same local machine. Prior to...
0
by: cj.snead | last post by:
Hello, I am having trouble connecting to a remote named instance of SQL Server via Pocket PC. I have had absolutely no luck connecting with VS 2005 (even to a default instance), so I wen't back...
3
by: Vinod R.Shenoy | last post by:
Hi All, Came across a post wherin you had helped somebody with a similar problem and was wondering if you could help us out with it. Our problem is , We have a development SQL Server 2000...
6
by: Todd Brewer | last post by:
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production, and am getting the following error:...
10
by: mairhtin o'feannag | last post by:
Hello, I'm having problems connecting to my new v9 db box. The pertinent information is below: DB2_db2inst1 60000/tcp DB2_db2inst1_1 60001/tcp DB2_db2inst1_2 60002/tcp DB2_db2inst1_END...
2
by: samadams_2006 | last post by:
Hello, I have a problem that I'm hoping someone will be able to help me resolve. 1) I have a C# Web Site in which I connect to the database: "Install Microsoft SQL Server 2005 Express...
2
by: orandov | last post by:
Hi, I am having a problem connecting my .net applications from the application server to the database server. When I run the application from my windows xp (sp2) box it works fine. When I try to...
0
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.