Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Identity Column Datatype

    Well, if it were a conjunctional type of list there would be no comma, meaning both items were included in the exception. Not that English, grammar, etc, were exactly my...

  • RE: Identity Column Datatype

    Well, to be fair, I don't think you can 'sum' the percentages, as they are percentage of each type answered. But still... Always read the docs...

  • RE: Identity Column Datatype

    There's also uuid. Also I'm not sure hierarchyid, but I would need to cross reference the docs.

    Holy cow, though, 20%, 12%, 9%, confused about floating point data types? Scary...

    I did...

  • RE: Empty TABLE

    Oh, I see. The operators involved. Interesting. I'll look for that, thank you.

  • RE: Empty TABLE

    So in the instance of execution plans, its not truly columnless table, but rather rowless table (view, etc). i.e. for outer joins...

  • RE: Empty TABLE

    It's true. However, the lessons I take from these is to always at least run it on my favorite Sql Server fiddler, if not a local database instance. 🙂

  • RE: Empty TABLE

    'A table cannot be created without a column.' : is really irrelevant, given the context, and nature of tables in Sql Server. The table was created with a column. An...

Viewing 7 posts - 16 through 22 (of 22 total)