Forum Replies Created

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

  • RE: Alternative to NOT IN

    I just installed the Google Searchbar and decided to try the feature where you right click on text on a browser page and choose google search. The top ranked result...

  • RE: Linked Server Question

    Allen,

    Many thanks for information.

    Doug

  • RE: Query Analyzer Tricks

    To replace field list commas with ,^P I

    use notetab from http://www.notetab.com/

    Its small, inexpensive (I think there is a free version of it) and it can be...

  • RE: Query question

    This seems to give me my history reference...I have to create some test data to be able to verify it easily

     
    
    SELECT
    c.company
    , c.contact
    ,...
  • RE: Query question

    quote:


    Could this do the trick?

     
    
    SELECT
    c.company
    , c.contact
    , h.historyreference
    FROM
    contacts c INNER JOIN
    (SELECT contactid
    ...

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