Forum Replies Created

Viewing 15 posts - 20,986 through 21,000 (of 22,202 total)

  • RE: Connect to a unique instance?

    What ahutchens says and check the configuration manager.

  • RE: Connect to a unique instance?

    Yeah, but did you log in from a different machine to the server? The reason is, you need to confirm that it's allowing external connections.

    ODBC works fine with instance names....

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

    leea (2/28/2008)


    Does the case not cause very similar performance problems, I remember having to rewrite an SP a little while ago to improve performance by removing the case from a...

  • 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...

Viewing 15 posts - 20,986 through 21,000 (of 22,202 total)