Image typed column on Linked Server

  • Hi All,

    I have problem while querying table that contains image typed column.

    I could not select top 10 record from a table which contains Image typed column.

    How do i fix it?

  • I have just tried this and it works fine via linked server...

    select top 10 image_data from [server].database.dbo.Documents where DATALENGTH(IMAGE_DATA) is not null

    Oraculum

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

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