Forum Replies Created

Viewing 15 posts - 16,441 through 16,455 (of 19,564 total)

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/15/2010)


    CirquedeSQLeil (3/15/2010)


    Lynn only needs 4 more posts for 10,000 posts (not overall pts).

    CountDown on?

    Got the tent ready for the party? D'you sweep out all the hippo droppings?

    Nah,...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/15/2010)


    You know ..... If the right "outsider" read the Thread, some of us might end up with free room and board for the rest of our lives, wall...

  • RE: Are the posted questions getting worse?

    Lynn only needs 4 more posts for 10,000 posts (not overall pts).

    CountDown on?

  • RE: Are the posted questions getting worse?

    I'm fine with going back to Friday evening.

  • RE: Tempdb growing out of control

    Molly Cary (3/15/2010)


    Well I'm pretty sure it's the tempdb that's my problem, but no I haven't figured out what it is.

    Tempdb will grow due to temp table usage, large sort...

  • RE: Performance drop off with TOP X

    You're welcome.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/15/2010)


    SQL Server 2008

    declare @MyDate1 datetime,

    @MyDate2 datetime2;

    set @MyDate1 = getdate();

    set @MyDate2 = @MyDate1;

    select @MyDate1 - 10; -- Works

    select...

  • RE: Are the posted questions getting worse?

    GSquared (3/15/2010)


    Alvin Ramard (3/15/2010)


    CirquedeSQLeil (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    Anybody else see a problem with this statement?

    DECLARE @selectDate = getdate()-365

    Yes, in SQL Server 2008 it is missing the data type. ...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    CirquedeSQLeil (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    Anybody else see a problem with this statement?

    DECLARE @selectDate = getdate()-365

    Yes, in SQL Server 2008...

  • RE: 2 servers 1 IP

    John Paul-702936 (3/15/2010)


    Hi

    What Lowell was telling is extract that matches my requirement

    I believe in an ACTIVE/PASSIVE 2 server setup, SERVER A and SERVER B might be...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    CirquedeSQLeil (3/15/2010)


    Lynn Pettis (3/15/2010)


    Alvin Ramard (3/15/2010)


    Anybody else see a problem with this statement?

    DECLARE @selectDate = getdate()-365

    Yes, in SQL Server 2008 it is missing the...

  • RE: Is a FK also an index

    This is actually a common misconception. As John said, you will need to create an index manually for each FK.

    Also of worth, I covered this topic with a script...

  • RE: Denormalization Strategies

    Lynn Pettis (3/15/2010)


    Les Cardwell (3/15/2010)


    In spite of the criticism, it was still a simple example of minimal denormalization to achieve an end result rather than a full-on explosion of wide...

  • RE: Denormalization Strategies

    Alvin Ramard (3/15/2010)


    Paul White (3/15/2010)


    Jim,

    Yes. Data warehouses are a totally different kettle.

    It's normal for denormalization to be present in a data warehouse.

    (Seriously, there was no pun intended.)

    Absolutely. ...

  • RE: Denormalization Strategies

    Paul White (3/15/2010)


    Normalize 'til it hurts...de-normalize* 'til it works!

    Agreed.

Viewing 15 posts - 16,441 through 16,455 (of 19,564 total)