Forum Replies Created

Viewing 15 posts - 181 through 195 (of 221 total)

  • RE: GROUPING SETS - 1

    I did what any BI consultant would do: I stuffed the numbers into Excel and did a Power Pivot.

  • RE: Table Alias

    Hugo Kornelis (5/2/2013)


    However, to do some nitpicking:

    1. If I were to try this code on my system, I would get five errors. All system table (*) names are completely lowercase,...

  • RE: Nested triggers 1

    tl;dr

  • RE: Coalesce and Conversion

    Well, the question is a good one, and I got it right, but if I see code like that I reach for the shot gun.

  • RE: Queries

    That was ...

    ... interesting:rolleyes:

  • RE: What a View

    And certainly not views that do [font="Courier New"]SELECT *[/font]

  • RE: Check status of SPN?

    I couldn't even remember what an SPN was, but I figured -R should be RESET, and -D should be DELETE. That left -L for LIST. Good thing the tool writers...

  • RE: Temp Tables

    ronmoses (6/25/2012)


    I see no problem with the wording. Can a table variable have indexes defined, yes or no? Yes, it can. That's all that was asked -...

  • RE: Temp Tables

    There are no ways to DEFINE indexes on table variables. Indexes may or may not be created by the implementation when you define constraints, but that is an implementation detail.

  • RE: Type

    Great question!

    It highlights something which could be considered a bug. It's certainly not something you would expect from reading the documentation on CREATE TYPE.

    Being someone who actually used sp_addtype "back...

  • RE: LOB Data

    This question is just completely broken. There's a big difference between "preferred" and "valid". And to claim that varbinary(max) isn't a LOB is a bit daft.

  • RE: Subtle Line Feed / Carriage Return issue

    While I find the question slightly pointless, I have to say I'm more than a little surprised that so many got it wrong. The question made it perfectly clear that...

  • RE: Nested Temporary Tables

    Richard M Karpel (12/16/2010)


    Now, I read the section highlighted in BOL, and I expected to get the not defined error message, but I would need to look further and see...

  • RE: Problem with date type

    I don't want to come off as mean, but your problem is that you fail to communicate what your problem is.

    If your object is in fact the Java "Date" class,...

  • RE: Nested Temporary Tables

    Excellent question!

    I got it wrong on the strength of some tests I ran that gave me the 'Column name or number of supplied values does not match table definition.' error....

Viewing 15 posts - 181 through 195 (of 221 total)