Viewing 15 posts - 511 through 525 (of 748 total)
Joie Andrew (2/24/2010)
February 24, 2010 at 8:58 pm
I just talked to AD guys, one of the clue is: How SQL talks to AD to authenticate a valid user? is it possible to manually configure (hardcode it) to...
February 24, 2010 at 2:27 pm
There must be something wrong with the ID, INTL\RXie, I dropped it and then try to re-add it, it now pops up "Windows NT user or group 'INTL\Rtxie' not found.
Although...
February 24, 2010 at 1:45 pm
rudy komacsar - Doctor "X" (2/23/2010)
what does the output of the following produce:exec sp_logininfo 'INTL\Rtxie'
Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62
Could not obtain information about Windows NT...
February 23, 2010 at 6:02 pm
rudy komacsar - Doctor "X" (2/23/2010)
Please post the SQL executed to return the 2 successful executions and the results.
Do you want to see the 2 results return by exec...
February 23, 2010 at 3:39 pm
rudy komacsar - Doctor "X" (2/23/2010)
Please post the SQL executed to return the 2 successful executions and the results.
Sorry I don't quite get you, what do you want me to...
February 23, 2010 at 3:34 pm
rudy komacsar - Doctor "X" (2/23/2010)
I would first try to execute:exec sp_validatelogins
If this does not produce any results the next step is to retry xp_logininfo:
exec xcp_logininfo 'intl\abd
THIS RETURNS ONLY TWO...
February 23, 2010 at 1:19 pm
exec xp_logininfo 'INTL\RTXIE'
exec xp_logininfo 'Intl\rtxie'
exec xp_logininfo 'INTL\Rtxie'
exec xp_logininfo 'INTL\rtxie'
ALL RETURNS
Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62
Could not obtain information about Windows NT group/user 'INTL\rtxie', error code...
February 23, 2010 at 1:17 pm
arr.nagaraj (2/22/2010)
doesn't get used.
Indexes are not effective when you have 'OR' conditions as well.
Can you please post the query plan that you...
February 23, 2010 at 8:10 am
foxxo (2/22/2010)
Cast the empnum's as INT and remove the 0000 concatenation / string comparison.Remove the CHARINDEX function and try "a.account LIKE '%' + @query + '%' "
Thanks, I...
February 23, 2010 at 7:49 am
Sorry, I didn't mean to, actually I didn't even know that the post was posted so many times:w00t::w00t::w00t:, I had trouble on posting it for the whole day, it always...
February 22, 2010 at 6:52 pm
Lynn Pettis (2/22/2010)
February 22, 2010 at 5:57 pm
Is it possible that this machines doesn't have rights to query the other domain?
Thanks Steve, how do I determine this? it has no problem adding other users from other...
February 22, 2010 at 4:40 pm
ok, i believe THIS IS A SQL PROBLEM, INSTEAD OF ACTIVE DIRECTORY PROBLEM
we know Exec xp_logininfo 'intl\abc'
will tell you if the user is a valid user
for this particular...
February 22, 2010 at 2:23 pm
Viewing 15 posts - 511 through 525 (of 748 total)