Forum Replies Created

Viewing 3 posts - 46 through 48 (of 48 total)

  • RE: Linked Server

    The linked server gave me a lot problem before. It is sensitive to any update you applied to the server. At the end we choice to use ADO to replace...

  • RE: Linked Server

    try the following code:

    select *

    from [LikedServerName]...[AccessTableName]

  • RE: profile - NTUserName is blank

    We have the mixed authentication.

    In the tracing file, the LoginName is showing correctly with the application sql login.

Viewing 3 posts - 46 through 48 (of 48 total)