Forum Replies Created

Viewing 15 posts - 20,971 through 20,985 (of 22,184 total)

  • RE: Connect to a unique instance?

    Verify that you've got the names correct. Can you connect using management studio from a different machine?

  • RE: The Cost of Function Use In A Where Clause

    GSquared (2/28/2008)


    Good article.

    One small quibble with it. In one of the examples, you use "((FullName1 = 'Ed Jones') OR (FullName1 IS NULL))", as an example of how to get...

  • RE: The Cost of Function Use In A Where Clause

    What about using DATEDIFF on days where it equals zero?

    Still, joining on something like this is going to be problematic. Most problematic of all, you're joining on columns that clearly...

  • RE: avoiding duplicate table

    You can even go into the tempdb and watch the tables being created. You don't need to worry about the users stepping on each other. You do need to make...

  • RE: Select records that dont exist based off of max and min date ranges.

    I'd try using a derived table with a BETWEEN clause to identify all those that are within the service period and then left join that back to the table again...

  • RE: Type A, B, or C

    Dave (2/27/2008)


    I concur, Matt, with both your points. It's been a long time (thankfully) since I've been subjected to Myers-Briggs or whatever the one with the quadrants is named....

  • RE: Type A, B, or C

    The company I work for puts us through a variety of tests, either administered by HR or through classes with the managers. Unfortunately, I don't know them all. One...

  • RE: Not Connected

    I truly love the concept of Connect. When I first got introduced to it, early on working with Data Dude, I was all over it, constantly searching for bugs, voting,...

  • RE: Simple query

    OK. Well, have you tried using a JOIN to put the data from the three tables together?

    I could simply write the query for you, but this looks a bit like...

  • RE: Simple query

    What have you tried so far?

  • RE: Performance initiative

    I've never done this with perfmon, so I'll leave that to the experts.

    Profiler is silly simple. You can create a stored proc that does everything you need. You can even...

  • RE: Will this design scale?

    Yeah, I've heard all those complaints. Then, we get a query that's running for 48 hours that somone finally brings over to us. We spend 3-4 hours on it and...

  • RE: On call packages

    Steve nailed it. I said backup, but what I meant was escalation. That's how we handle it.

    I also agree on getting a realistic time frame. It takes five minutes for...

  • RE: Will this design scale?

    Why is that we're always going to decide, on the flip of a coin, to swap out the database server so we need to not use any of the functionality...

  • RE: Will this design scale?

    I suspect he's suggesting that the "we don't need no stinking procedures" school is going to drive your database to extinction, not the other way around.

    We use generated code in...

Viewing 15 posts - 20,971 through 20,985 (of 22,184 total)