Viewing 10 posts - 1 through 10 (of 10 total)
Thanks for the link Markus
Unfortunatley sometimes Dynamic SQL is required and the only way to go.
The document was interesting and has now pointed me to the following document...
September 26, 2007 at 8:26 am
Thanks Matt,
I should have thought of that, with a few modifications it worked a treat.
Cheers
Andy
August 23, 2007 at 2:54 pm
Hi,
Thanks for the link but I cannot see an example of how to help me :-
take the following query :-
SELECT DICTINCT CompanyID FROM CompanyCategory WHERE CategoryID IN (49, 107)
This would...
August 23, 2007 at 9:21 am
Thanks Tim
I will have a look today at the SQL you provided. I couldn't get 4-Part Name to work, not sure if thats becuase the linked server is Oracle and...
June 8, 2006 at 1:34 am
The @Query just contains words that are used to search the full text engine, for example :-
'Machining NEAR Centres'
Also the @FirstTerm, would be the first word of @Query, so in...
June 7, 2006 at 3:00 pm
Hi
I have created a stored procedure based on the advice given earlier, I have change dthe sql to now return all the fields I require, however there are some performance...
June 7, 2006 at 12:44 pm
Thanks David
I can see exactly where I was going wrong now 🙂
Thanks
Andy
June 7, 2006 at 7:09 am
Thank you for your reply, I thought it was not possible, worth a try though 🙂
I managed to get the results I required using weights and rank.
Thanks
Andy
June 5, 2006 at 1:16 am
Jesper,
Thanks for the quick response, that has solved my problem for now, but I would also like to know if it can be done without a function. I had got...
September 9, 2005 at 5:26 am
Thanks, the distinct in the count works for me. Simple but effective 🙂
August 11, 2005 at 10:28 am
Viewing 10 posts - 1 through 10 (of 10 total)