Click here to Skip to main content
15,897,519 members
Home / Discussions / Database
   

Database

 
AnswerRe: DataType mismatch in criteria expression Access 2007 - VBA Pin
Geoff Williams12-Jan-11 0:01
Geoff Williams12-Jan-11 0:01 
GeneralRe: DataType mismatch in criteria expression Access 2007 - VBA Pin
scorp_scorp12-Jan-11 21:25
scorp_scorp12-Jan-11 21:25 
QuestionDevelopment and production database servers Pin
vanikanc11-Jan-11 8:20
vanikanc11-Jan-11 8:20 
AnswerRe: Development and production database servers Pin
badprog11-Jan-11 8:33
badprog11-Jan-11 8:33 
AnswerRe: Development and production database servers Pin
Dr.Walt Fair, PE11-Jan-11 9:22
professionalDr.Walt Fair, PE11-Jan-11 9:22 
GeneralRe: Development and production database servers Pin
vanikanc11-Jan-11 9:27
vanikanc11-Jan-11 9:27 
GeneralRe: Development and production database servers Pin
Dr.Walt Fair, PE11-Jan-11 9:38
professionalDr.Walt Fair, PE11-Jan-11 9:38 
GeneralLogins are not Users Pin
David Mujica11-Jan-11 9:49
David Mujica11-Jan-11 9:49 
You can create a login on a SQL server, but you still need to associate it to a User in a database and grant that user specific rights in that database.

For example, I created a user, pm_user, which is valid in the PM database, but has no access to the "Sandbox" database. When I try to execute the following SQL,
Use Sandbox
GO

I get the following error message:
The server principal "pm_user" is not able to access the database "Sandbox" under the current security context.

This shows that a login is not the same as a user and with a single login, you can restrict the databases the user has access to.

Hope this helps.
David
GeneralRe: Development and production database servers Pin
J4amieC12-Jan-11 0:04
J4amieC12-Jan-11 0:04 
AnswerRe: Development and production database servers Pin
jschell12-Jan-11 8:46
jschell12-Jan-11 8:46 
QuestionOracle 11g Continuous Query Notification to a vs 2005 c# service Pin
livez11-Jan-11 2:21
livez11-Jan-11 2:21 
AnswerRe: Oracle 11g Continuous Query Notification to a vs 2005 c# service Pin
sonosun9-Feb-11 13:42
sonosun9-Feb-11 13:42 
GeneralRe: Oracle 11g Continuous Query Notification to a vs 2005 c# service [modified] Pin
livez9-Feb-11 21:01
livez9-Feb-11 21:01 
GeneralRe: Oracle 11g Continuous Query Notification to a vs 2005 c# service Pin
sonosun10-Feb-11 6:47
sonosun10-Feb-11 6:47 
GeneralRe: Oracle 11g Continuous Query Notification to a vs 2005 c# service Pin
sonosun10-Feb-11 8:28
sonosun10-Feb-11 8:28 
GeneralRe: Oracle 11g Continuous Query Notification to a vs 2005 c# service Pin
sonosun22-Feb-11 8:30
sonosun22-Feb-11 8:30 
QuestionRe-indexing Pin
vanikanc10-Jan-11 6:57
vanikanc10-Jan-11 6:57 
AnswerRe: Re-indexing Pin
David Mujica10-Jan-11 7:31
David Mujica10-Jan-11 7:31 
QuestionSQL Server row lock Pin
Tridip Bhattacharjee9-Jan-11 23:59
professionalTridip Bhattacharjee9-Jan-11 23:59 
AnswerRe: SQL Server row lock Pin
Pete O'Hanlon10-Jan-11 1:01
mvePete O'Hanlon10-Jan-11 1:01 
AnswerImplement your own locking Pin
David Mujica10-Jan-11 3:04
David Mujica10-Jan-11 3:04 
QuestionInsert not working ?? Pin
scorp_scorp9-Jan-11 20:05
scorp_scorp9-Jan-11 20:05 
AnswerRe: Insert not working ?? Pin
Estys9-Jan-11 23:54
Estys9-Jan-11 23:54 
QuestionDatabase Extraction Help Pin
crain19819-Jan-11 6:24
crain19819-Jan-11 6:24 
AnswerRe: Database Extraction Help Pin
crain19819-Jan-11 10:29
crain19819-Jan-11 10:29 

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.