Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: TSQL and OPENQUERY

    Igor Micev (5/16/2014)


    Hi

    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...

  • RE: Dymanic Cursor Problem

    All Sorted found the problem.......

    The Default Cursor has changed to Local... Needs to Global for Dymanic Cursors to work

  • RE: Dymanic Cursor Problem

    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...

Viewing 3 posts - 1 through 4 (of 4 total)