Forum Replies Created

Viewing 15 posts - 4,426 through 4,440 (of 14,953 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (4/11/2011)


    Ok, had enough complaints about the lizard. Let's see if this is better.

    What/who is it?

    And what was wrong with the lizard?

  • RE: Logged Operations

    SanDroid also sent me some inane private messages. Somehow, me not quoting "who guards the guards" in Latin (I wrote it in English) was wrong, referencing Plato in response...

  • RE: Wow that was fast!

    Well done.

  • RE: Logged Operations

    SanDroid (4/7/2011)


    Hugo Kornelis (4/7/2011)


    I don't have the time to really dive into this at the moment, and I'm also sitting at a computer that is running SQL Server 2005 only...

  • RE: Logged Operations

    SanDroid (4/7/2011)


    GSquared (4/7/2011)


    Diagram it out on a piece of paper. Just a simple flow-chart. You'll quickly see...

    Wish Flow charts where better here.

    Temp Tables are logged --> MARS...

  • RE: Are the posted questions getting worse?

    Wayne, it was a good question (should I be smug that I got it right, or just ... nah ... I'll be smug about it).

    San's making the classical mistake of...

  • RE: Logged Operations

    SanDroid (4/7/2011)


    CirquedeSQLeil (4/7/2011)


    I'll put it out there that I missed it because I went with the none option (meaning all are logged based on question phrasing). I knew table...

  • RE: Using IDENTITY or handling it your own?

    If you're going to port to a different RDBMS than SQL Server, you'll have much bigger issues to deal with, most likely, than a few identity columns. If that's...

  • RE: please!!! very important

    When you click on the table in Management Studio or Query Analyzer, it should give you a tree that has a Triggers section. Check there.

  • RE: Work Experience - What work would you give someone?

    Jeff Moden (4/4/2011)


    I think a lot of people miss a real opportunity to make a difference in a young person's life during "work experience". Let them "belt loop" you...

  • RE: Flat File Destination Issue

    Now you've made me curious what the type was.

  • RE: Very slow query (over 100 sec.) runs in no time with temp tables: why?

    I may be missing it, but I don't see all the index definitions that are being used in the execution plans.

    IX_CrsEvalResponse

    IX_SROffer_CrossList2

    Those seem to be missing from the DDL scripts.

    And you're...

  • RE: Why Subplans?

    Subplans are just an organizing tool, like file system folders. Use them if they help you stay organized, don't if they don't. There is no mechanical advantage to...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (4/6/2011)


    Stefan Krzywicki (4/6/2011)


    Brandie Tarvin (4/6/2011)


    Stefan Krzywicki (4/6/2011)


    I remember watching both The Monkeys and Original Star Trek as a kid, but they were both in reruns at that point....

  • RE: Very slow query (over 100 sec.) runs in no time with temp tables: why?

    The first thing I'd do is eliminate DISTINCT in the sub-queries. It's completely unnecessary, and it costs CPU cycles at the very least. It is also probably the...

Viewing 15 posts - 4,426 through 4,440 (of 14,953 total)