Forum Replies Created

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

  • RE: Execute Permissions on Stored Procedures

    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...

  • RE: Help Querying Data

     

    Thanks Matt,

    I should have thought of that, with a few modifications it worked a treat.

    Cheers

    Andy

  • RE: Help Querying Data

    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...

  • RE: Grouping Issue

     

    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...

  • RE: Grouping Issue

    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...

  • RE: Grouping Issue

    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...

  • RE: Grouping Issue

    Thanks David

    I can see exactly where I was going wrong now 🙂

    Thanks

    Andy

  • RE: Full Text Search

     

    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

  • RE: SQL String Concatenation

    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...

  • RE: SQL Grouping

    Thanks, the distinct in the count works for me.  Simple but effective 🙂

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