Viewing 3 posts - 1 through 4 (of 4 total)
Igor Micev (5/16/2014)
In your select
SELECT *
FROM OPENQUERY(ADSI,'SELECT cn,SamAccountName, ADsPath FROM ' 'LDAP://DC=DomainName,DC=com' ' WHERE bjectCategory=' 'person' ' AND objectClass=' 'user' ' ')
why do you have ' 'LDAP://DC=DomainName,DC=com' ' ? You...
May 16, 2014 at 3:03 am
All Sorted found the problem.......
The Default Cursor has changed to Local... Needs to Global for Dymanic Cursors to work
February 25, 2014 at 4:51 am
I have search but cant find a reason for this.... seen problems with TSQL Code
Have delete and recreated the Group Account.
My Account DB_Ower does the same thing, the sa account...
February 25, 2014 at 3:30 am
Viewing 3 posts - 1 through 4 (of 4 total)