Click here to Skip to main content
16,005,120 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to find the sql servers on network Pin
Mustafa Ismail Mustafa4-Dec-07 22:38
Mustafa Ismail Mustafa4-Dec-07 22:38 
GeneralRe: How to find the sql servers on network Pin
Zoltan Balazs4-Dec-07 22:59
Zoltan Balazs4-Dec-07 22:59 
AnswerRe: How to find the sql servers on network Pin
Jeffrey Walton4-Dec-07 23:51
Jeffrey Walton4-Dec-07 23:51 
GeneralPlease help me put this in a pivot selection??? Using SQL 2005 Pin
Support1234-Dec-07 19:25
Support1234-Dec-07 19:25 
GeneralSQL Express Connection String Frustration Pin
Raziaar4-Dec-07 19:04
Raziaar4-Dec-07 19:04 
GeneralRe: SQL Express Connection String Frustration Pin
pmarfleet4-Dec-07 19:35
pmarfleet4-Dec-07 19:35 
GeneralRe: SQL Express Connection String Frustration Pin
Raziaar4-Dec-07 19:48
Raziaar4-Dec-07 19:48 
GeneralRe: SQL Express Connection String Frustration Pin
Mike Dimmick4-Dec-07 21:13
Mike Dimmick4-Dec-07 21:13 
You're confused by how Management Studio is presenting the information. The master database and the other system databases are placed under System Databases in the tree to keep them out of the way of your user databases, to both reduce noise and to slightly reduce the risk of accidental damage. As far as the server itself is concerned there is no separation, there is only a single namespace for all databases.

If you cannot log on to a database that is loaded into SQL Server but can log on to other databases, it typically means that you don't have permissions in that database. I haven't got space or time for a full treatment here, but basically your Windows user account or SQL Server logon has to have a logon to the server (under SQLEXPRESS\Security\Logons) and then a user account has to be mapped (under SQLEXPRESS\Databases\yourdb\Security\Users). The exact permissions for what you can do depends on the server roles that the logon is a member of, and the database roles that the user is a member of.

I also note you're using User Instances. This effectively creates a private instance of SQL Server just for this user. My understanding is that you cannot then see databases loaded by the parent instance, only ones loaded into the private instance using AttachDBFilename. I suspect that you want to remove the User Instance parameter from the connection string.





DoEvents: Generating unexpected recursion since 1991


GeneralRe: SQL Express Connection String Frustration Pin
Raziaar4-Dec-07 21:33
Raziaar4-Dec-07 21:33 
Questionaccess connection with java Pin
kanza azhar4-Dec-07 7:59
kanza azhar4-Dec-07 7:59 
GeneralRe: access connection with java Pin
pmarfleet4-Dec-07 8:05
pmarfleet4-Dec-07 8:05 
GeneralSqlBulkCopy Pin
iamalantam4-Dec-07 7:24
iamalantam4-Dec-07 7:24 
GeneralRe: SqlBulkCopy Pin
Mike Dimmick4-Dec-07 21:21
Mike Dimmick4-Dec-07 21:21 
QuestionHow to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
MSinha4-Dec-07 3:13
MSinha4-Dec-07 3:13 
AnswerRe: How to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
pmarfleet4-Dec-07 8:01
pmarfleet4-Dec-07 8:01 
GeneralRe: How to render the report on reportviewer control under forms authentication using SSRS 2005 Pin
MSinha5-Dec-07 1:39
MSinha5-Dec-07 1:39 
GeneralHELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge4-Dec-07 1:33
Jorge4-Dec-07 1:33 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Vince.Tu4-Dec-07 20:49
Vince.Tu4-Dec-07 20:49 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge5-Dec-07 1:03
Jorge5-Dec-07 1:03 
GeneralRe: HELP USING OPENDATASOURCE IN CROSSED (SYBASE/ACCESS) QUERY Pin
Jorge5-Dec-07 1:23
Jorge5-Dec-07 1:23 
GeneralStored Procedure Pin
Aparna.B3-Dec-07 18:46
Aparna.B3-Dec-07 18:46 
GeneralRe: Stored Procedure Pin
pmarfleet4-Dec-07 1:39
pmarfleet4-Dec-07 1:39 
QuestionHow to pass dynamically integer as column name to a query Pin
veereshIndia3-Dec-07 17:58
veereshIndia3-Dec-07 17:58 
AnswerRe: How to pass dynamically integer as column name to a query Pin
pmarfleet4-Dec-07 1:41
pmarfleet4-Dec-07 1:41 
QuestionDecrementing Serial Number Pin
Lijo Rajan2-Dec-07 0:02
Lijo Rajan2-Dec-07 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.