Forum Replies Created

Viewing 15 posts - 226 through 240 (of 288 total)

  • RE: SQL not deleting files

    Thanks Lynn, that was the problem... darn I did not even think anything when I read the T-SQL.. you were right that they created this as a maintenance plan. Interesting...

  • RE: Performance of Joins over Updates

    Alexander Suprun (9/7/2012)


    dwilliscp (9/7/2012)


    To write new data using three outer joins or to use one outer join, and get most of the data, then use three updates to load the...

  • RE: Performance of Joins over Updates

    Michael Valentine Jones (9/7/2012)


    You haven't provided enough information for anyone to begin to answer that question.

    You should just try each way to see which is faster.

    The problem with that...

  • RE: Maitenance Plan Fails

    When you view the history..

    Error Number : 0

    Error Message: Alter failed for Server

  • RE: Linked Server Not using Domain Users

    However since we were using the bottom section..not top.. domain accounts will not work. Thanks for your help.

  • RE: Linked Server Not using Domain Users

    I found the following interesting.. it seems to state you can use windows passwords in the upper section, but when you get to the bottom of the box you can...

  • RE: How do you use a sub query in a join?

    ChrisM@Work (8/16/2012)


    dwilliscp (8/15/2012)


    ... we are guessing that all notifications fall under the highest delivery+item. Still this might be our best shot...

    Of course, unless there's something in Notifications to identify which...

  • RE: How do you use a sub query in a join?

    I ran the below statement.. with a modification for a link on material number (cutting the list down by 638 from the posted code). I will run this past the...

  • RE: How do you use a sub query in a join?

    Luis Cazares (8/15/2012)


    Have you used one of the solutions we gave you?

    Lowell's might return duplicate rows (because of the extra inner join), but Chris' and mine should not have...

  • RE: How do you use a sub query in a join?

    Luis Cazares (8/14/2012)


    Is REF_DOC a unique value? Or do you have it several times in ztb_Carrier_Delivery_Metrics?

    As I see it, this is a problem with your data.

    EDIT: Could you show us...

  • RE: How do you use a sub query in a join?

    ChrisM@Work (8/14/2012)


    dwilliscp (8/14/2012)


    dwilliscp (8/14/2012)


    Thanks for your help... I just could not figure out how to word the statement ... looking at some samples I found on the internet.

    Thanks for...

  • RE: How do you use a sub query in a join?

    dwilliscp (8/14/2012)


    Thanks for your help... I just could not figure out how to word the statement ... looking at some samples I found on the internet.

    Thanks for the help...

  • RE: How do you use a sub query in a join?

    Checking the data.. there might be something wrong with the join too... I would expect that all this would be on one line... but we might be getting extra lines...

  • RE: How do you use a sub query in a join?

    Thanks for your help... I just could not figure out how to word the statement ... looking at some samples I found on the internet.

    Thanks for the help from...

  • RE: Building an SQL statement

    Yep that works, thanks. Wonder why it needs the brackets.. oh well, thanks for your help.

Viewing 15 posts - 226 through 240 (of 288 total)