Forum Replies Created

Viewing 15 posts - 571 through 585 (of 717 total)

  • RE: How many system endpoints are available in SQL Server 2005?

    Thanks for the question, though I find it interesting that BOL has conflicting information.

  • RE: default schema trouble

    Nice question, I knew it wasn't as simple as I first thought, and while I chose the correct answer I didn't want it to be correct. ๐Ÿ˜‰

  • RE: Distinct clause in Select statement

    Nice question, thanks!

  • RE: There Must Be 15 Ways To Lose Your Cursorsโ€ฆ Part 2: Just Put It in a S

    Tom.Thomson (7/22/2010)


    Mike C (7/22/2010)


    set transaction isolation level serializable

    begin tran

    create table #T (a int check (a=1) default (1), b int check (b=2) default(2))

    insert #T (TABLOCKX) values (1,2)

    select T.a+T.b as c from...

  • RE: Auditing Foundation

    Nice question, thanks! I like the questions that bring up new features to help keep us up to date even if we might not have had the chance to upgrade...

  • RE: Sub query expressions vs. Joins.

    Interesting article, and even more interesting discussion, thanks everyone!

  • RE: Index Types

    Interesting question, and discussion, I seem to recall a similar question not too long ago...

  • RE: Computed Columns

    I'm less worried about the points, though who doesn't like to have more points? ๐Ÿ˜‰

    What I am more worried about is that people who answer the question and get it...

  • RE: Computed Columns

    hrvoje.piasevoli (7/21/2010)


    I myself have written a calendar table w/ one physical date column, one computed persisted integer column and a whole bunch of non-persisted columns calculated from the date column.

    It

    I'm...

  • RE: Computed Columns

    The other thing that comes to mind is that is an incomplete statement. It doesn't say what it will use more resources than.

    * Using a persisted computed column instead: It...

  • RE: Computed Columns

    This is a nice question but I have to disagree with your answer. Actually just one part of it: "Will definitely use more resources." which I can't believe is true....

  • RE: Turn on CHECKSUM after an upgrade

    Thanks for this article, it helped remind me of a step I need to make sure is in place for our next SQL Server upgrade.

  • RE: Mirroring & Filestream in SQL 2008

    Nice question, thanks!

    I am a little curious what the "none" options was meant to be. (Or did you just want two choices, and forgot to delete the default third choice...

  • RE: VARCHAR datatype

    Trey Staker (7/19/2010)


    I've read the complaints about coallation. I always assume default out of the box coallation for QOD but you all have a point since many of you...

  • RE: How many Records Will Get Selected

    Paul White NZ (7/17/2010)


    Stupid question. This post gives me one point back.

    Yeah, but not on your "Question of the Day" score. ๐Ÿ˜‰

Viewing 15 posts - 571 through 585 (of 717 total)