Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,354 total)

  • RE: A Case FOR Cursors...

    That isn't actually what you *said*, though? You said that a (well written) cursor will never, ever beat a WHILE loop, which implies the WHILE is faster?

    We all need...

  • RE: A Case FOR Cursors...

    Added a cursor just the other week when a recursive CTE used in a cross apply was causing a query to take over the .NET default 30 second timeout -...

  • RE: Small rounding

    Seemed easy, but being incorrect really does teach you more sometimes...

  • RE: Is Division by Zero NULL?

    I agree with most of the points, even those that seem to contradict. NULL is not a value, it is the absence of information. With regards to the...

  • RE: Indexing - Should primary key be a natural key or an identity?

    I reject entirely the notion that there is such a thing as a "default" clustering key.

    The numbers of times I've advocated this kind of thing, and people just look at...

  • RE: Indexing - Should primary key be a natural key or an identity?

    Except that MS SQL Server adds a uniqueifier to the index of a clustered index if the index is not unique.

    This can't be a showstopper, can it? This...

  • RE: AT TIME ZONE

    Daylight Savings, presumably? EDT is UTC - 4.

    That could be the answer, which means SQL is smart enough to know when to apply daylight savings. The question does...

  • RE: AT TIME ZONE

    What could have thrown me was that I though ET was 5 hours off GMT. ET is five hours behind time in England and 6 in central Europe. ...

  • RE: Indexing - Should primary key be a natural key or an identity?

    If there is a valid natural key present, use it. As an extreme example, tables that have an ID, state code, and state name, when state code and state...

  • RE: Separate Accounts

    But, you say, I'd know which services were using that account, so it shouldn't matter, right?

    Actually, I wouldn't have said that. I agree that is a downside to...

  • RE: Separate Accounts

    RonKyle (8/29/2016)

    Don't the service accounts make this issue moot? I think they came about in 2012. I've used them in a couple of SQL 2014 setups now. They don't need...

  • RE: Separate Accounts

    Don't the service accounts make this issue moot? I think they came about in 2012. I've used them in a couple of SQL 2014 setups now. They...

  • RE: Building ProductDim from normalized tables.

    Well, reporting only on what is used is the same as using independent dimensions again.

    No, it's not. Chances are independent dimensions when the items would be an attribute of...

  • RE: Building ProductDim from normalized tables.

    even tho it will double the rows to load

    We can provide general guidelines, but you're the one with the data, so you have to make some judgements. You...

  • RE: Building ProductDim from normalized tables.

    These members should not form their own dimension.

    Seconded. Do not go down that route. The size, and lack of size, is an attribute of the product, not the...

Viewing 15 posts - 451 through 465 (of 1,354 total)