Forum Replies Created

Viewing 15 posts - 61 through 75 (of 83 total)

  • RE: STUFF Function

    Tom.Thomson (5/17/2011)


    I've submitted a connect item[/url] suggesting this behavious be changed.

    I'm going to play devil's advocate here (like MS needs any help...). In my copy of online help the...

  • RE: Date Calendar

    At the risk of exposing how much I might not know, why all the alter statements changing fields from tinyint to int, as well as NOT NULL? I would assume...

  • RE: Length

    @hugo,

    I am quite sure that on Friday when this question first appeared that the nvarchar definition was on the web site as well as the email (which of...

  • RE: Length

    Ernie Schlangen (4/11/2011)


    The really sad thing is that this is not all that uncommon an occurrence but if any of the questions are corrected and/or the persons with the actual...

  • RE: Create stored procedure

    As one of the 40% who got this wrong (and learned from it) I'd say there are several advantages to a procedure like this:

    1. It's great for problem solving. If...

  • RE: Preserve SSRS formatting when exporting to Excel

    The biggest issue I've seen with reports is the merging of cells. This usually happens if I have multiple tablixes on the same page that would export to being in...

  • RE: Resend the reports scheduled to send on today's date

    I'll have to hang on to this. While I've not needed to rerun everything, on occasion I've needed to rerun some stuff. Your code will give me a good starting...

  • RE: Just for fun

    No problem and no offense meant. As noted, it's an entertaining little item and it was nice to look for the "Gotcha" in the script.

  • RE: Just for fun

    It should be noted that no matter what value is passed into the procedure, you will always get 10 "words" (language to be determined) from this procedure.

    select @i=0

    ...

    while @i<10

    ...

    set...

  • RE: HAVING without GROUP BY

    Thank you much for the explanation and for taking the time to write it up.

    Bob

  • RE: HAVING without GROUP BY

    I don't mind being wrong (heck, if I were right all the time...) but it does mystify me a bit that the HAVING clause empties the result set. I selected...

  • RE: Remove data row seems to be duplicate where one column not same

    ChrisM@home (2/12/2010)


    Dupe = ROW_NUMBER() OVER(PARTITION BY Col1 Col2 Col3 Col4 Col5 Col6 ORDER BY Col1 Col2 Col3 Col4 Col5 Col6 Col7)

    If you set up your sample as a CREATE...

  • RE: Using PIVOT

    I'm sure I'm one of many that has noticed this, but I sent an email to the webmaster indicating that the link to this post is broken both from Monday's...

  • RE: Predict the outcome

    For all who look at the data in the URL, I agree that there is no explicit statement that one cannot have a 0 increment. I suppose the following line,

    "If...

  • RE: PRINT vagaries

    cengland0 (6/30/2010)


    info 25880 (6/30/2010)


    Yes, that's reason, because the result of an implicit casting of '-' is zero

    SELECT 6 + 1 + '-'

    So if you substitute the '-' with something clearly...

Viewing 15 posts - 61 through 75 (of 83 total)