Viewing 4 posts - 1 through 4 (of 4 total)
Oops.. looks like my message got chopped.
Turning on Use Remote Collation did the trick. Initially it didn't, but I set it when I had query analyser open, so its possible...
October 18, 2004 at 6:27 am
Happycat59,
I've set the collation cimpatible option. It was suggested in a microsoft "Optimising Distributed queries" article. Should I select "Use Remote Collation" too? I have tested the basic query inside...
October 14, 2004 at 7:42 am
OpenRowset and OpenQuery were proving stressful. Because I was passing in an input variable into the query I had to throw an EXEC round the command, and then the whole...
October 13, 2004 at 8:28 am
I'm basing the time calculation running the query through query analyser without the function wrapping, and using a literal Patient ID
I.e.
Select DOB from Birmb91s.Demographics.dbo.Demographics Where Patient_ID='123456'
And this is about 6m45s...
October 12, 2004 at 8:55 am
Viewing 4 posts - 1 through 4 (of 4 total)