Query from

  • Query from different servers

    Can someone tell me why this query works when I run it from one server, but not another (it returns nothing)

    select top 100 *

    from [ISLCLAPP].[JSek].[dbo].[ISLJSEKJournal]

    where Processdte = convert(varchar(8), getdate(), 112)

    Do it have something to Does with the linked server?

  • R u trying to connect to different server. if yes then first you have to link that server using " sp_addlinkedserver "

  • Thanks, my problem was that the linked server on the two server had the same name, but was pointing to different servers.

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

You must be logged in to reply to this topic. Login to reply