Click here to Skip to main content
15,905,874 members
Home / Discussions / Database
   

Database

 
QuestionSimultaneous access to SQL server... Pin
ashok_rgm18-Feb-09 0:07
ashok_rgm18-Feb-09 0:07 
AnswerRe: Simultaneous access to SQL server... Pin
Ashfield18-Feb-09 1:29
Ashfield18-Feb-09 1:29 
QuestionSQL Server Access Pin
Diving Flo17-Feb-09 23:37
Diving Flo17-Feb-09 23:37 
AnswerRe: SQL Server Access Pin
Wendelius18-Feb-09 6:24
mentorWendelius18-Feb-09 6:24 
GeneralRe: SQL Server Access [modified] Pin
Diving Flo18-Feb-09 20:32
Diving Flo18-Feb-09 20:32 
GeneralRe: SQL Server Access Pin
Wendelius19-Feb-09 8:13
mentorWendelius19-Feb-09 8:13 
GeneralRe: SQL Server Access Pin
Diving Flo24-Feb-09 20:21
Diving Flo24-Feb-09 20:21 
GeneralRe: SQL Server Access Pin
Wendelius25-Feb-09 7:15
mentorWendelius25-Feb-09 7:15 
Diving Flo wrote:
Adding a new user to the original group does not make any difference. The newly added user cannot log on to the database as well


That would be expected since the login is executed at group level so the problem aplies to all users in that group.

Diving Flo wrote:
With none of them it is possible to log on


Ok, so it's not group specific.

Diving Flo wrote:
Is it possible that the database is not able to request or resolve the nt group of a user that wants to log on? May be the account (local system) that is used to run the sql server has not the right priviliges


Oh, if you're using local system. That account may not have any access to domain services, depending on the privileges you have given to it. See: Service Account[^] and Setting Up Windows Service Accounts[^].

Also if you use Kerberos (which is recommended) instead of NTLM, you should take a look at this: http://support.microsoft.com/kb/909801[^].

The need to optimize rises from a bad design.My articles[^]

QuestionBreak point in sqlserver Pin
venu65617-Feb-09 21:53
venu65617-Feb-09 21:53 
AnswerRe: Break point in sqlserver Pin
Wendelius17-Feb-09 23:23
mentorWendelius17-Feb-09 23:23 
QuestionImprove the speed of Function Pin
member2717-Feb-09 15:05
member2717-Feb-09 15:05 
AnswerRe: Improve the speed of Function Pin
PIEBALDconsult17-Feb-09 16:05
mvePIEBALDconsult17-Feb-09 16:05 
AnswerRe: Improve the speed of Function Pin
Mycroft Holmes17-Feb-09 16:05
professionalMycroft Holmes17-Feb-09 16:05 
GeneralRe: Improve the speed of Function Pin
member2718-Feb-09 3:41
member2718-Feb-09 3:41 
AnswerRe: Improve the speed of Function Pin
Wendelius17-Feb-09 17:57
mentorWendelius17-Feb-09 17:57 
Questionquery to get results from 4 tables Pin
icanmakeiteasy17-Feb-09 0:29
icanmakeiteasy17-Feb-09 0:29 
AnswerRe: query to get results from 4 tables Pin
Wendelius17-Feb-09 1:37
mentorWendelius17-Feb-09 1:37 
GeneralRe: query to get results from 4 tables [modified] Pin
icanmakeiteasy17-Feb-09 1:54
icanmakeiteasy17-Feb-09 1:54 
GeneralRe: query to get results from 4 tables Pin
Wendelius17-Feb-09 2:36
mentorWendelius17-Feb-09 2:36 
GeneralRe: query to get results from 4 tables Pin
icanmakeiteasy17-Feb-09 19:02
icanmakeiteasy17-Feb-09 19:02 
AnswerRe: query to get results from 4 tables Pin
venu65617-Feb-09 1:45
venu65617-Feb-09 1:45 
GeneralRe: query to get results from 4 tables Pin
icanmakeiteasy17-Feb-09 1:57
icanmakeiteasy17-Feb-09 1:57 
AnswerRe: query to get results from 4 tables Pin
icanmakeiteasy17-Feb-09 22:45
icanmakeiteasy17-Feb-09 22:45 
QuestionCASE when false query [modified] Pin
foryou16-Feb-09 23:40
foryou16-Feb-09 23:40 
AnswerRe: CASE when false query Pin
foryou17-Feb-09 1:02
foryou17-Feb-09 1: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.