Viewing 2 posts - 1 through 2 (of 2 total)
No, I am using Base table. I didnt change anything on that query. I want to know how it was worked without "WITH" keyword upto yesterday. Please clarify me.
Now i...
September 19, 2014 at 7:59 am
#1746722
SELECT MAX(ID)
FROM [LinkedServer].[Database].dbo.[TableName] (NOLOCK)
WHERE <Condition>
The above SQL Script ran successfully up to yesterday. But today its throws the below error message.
Remote table-valued function calls are not allowed.
My...
September 19, 2014 at 7:12 am
#1746706