Forum Replies Created

Viewing 15 posts - 406 through 420 (of 469 total)

  • RE: HELP!!!! assigning consecutive client assets

    Something like this is probably what you're looking for. My bet would be that with 600,000 rows a temp table will end up being more efficient than a table...

  • RE: A Check and Foreign Key Constraint Improves Query Performance

    ps. (10/21/2010)


    any idea how do we check the same in sql server 2000? sysforeignkeys doesn't have is_trusted column..

    I'm pretty sure that SQL 2000 doesn't have that same capability. I...

  • RE: A Check and Foreign Key Constraint Improves Query Performance

    garima.arya (10/21/2010)


    If someone has added a foreign key constraint, why would he write a query like this.

    Interesting point about how the query optimizer works but I'm more with Garima. ...

  • RE: Color coding

    William Vach (10/15/2010)


    ...you must connect through the registered servers tree. If you connect through the File|Connect Objects explorer method, the color of the status bar will be the default....

  • RE: Downtime

    One of the things we offer with our product, an Electronic Health Record, is a service that will create PDFs of the most relevant data. It has all the...

  • RE: Multi-column, single result aggregation

    Generic optimizations are difficult to give since how long something takes will vary depending on the schema. One thing that may come in handy is using CTE to handle...

  • RE: When To Touch

    The product I work on is an enterprise application and our clients pay us for a support contract. That contract doesn't cover customizations but that doesn't necessarily mean that...

  • RE: How to Increase Query Speed by 3 Orders of Magnitude with no Indexes

    I wouldn't be surprised if this came up as the user saying, "Hey, on this transitional screen would it be possible to display summary data," it got implemented, and then...

  • RE: What will be the output of the following?

    kaspencer (6/28/2010)


    We all make mistakes, and we all forgive mistakes. But on a forum of this type we expect mistakes to be acknowledged by the moderators, and then corrected.

    Right. ...

  • RE: The Phantom DBA

    For the enterprise level application I support we "require" all clients to have a DBA that manages their servers. There are a lot of the smaller shops that don't...

  • RE: Help me in creating indexes

    Indexes should be looked at in a whole application perspective to get the best setup. Trying to optimize for this specific query could lead to a less than optimal...

  • RE: Timeouts

    If you're looking to track how long each query is taking you can have profiler log to a table or a file and then do averages on the duration. ...

  • RE: Partial Clustered Index Seek then Merge Join...

    I can't really explain why this would happen but I do have a recommendation. We've solved similar problems in the past by loading information from some of the tables...

  • RE: Identity column not sequential

    Thanks for the links. I haven't had a chance to finish them but I do see your concerns and can start to piece together how that might have caused...

  • RE: Identity column not sequential

    Duplicate rows if something else is working in the table? Yep but there's no way that's the case where we saw the duplicate entries. It was a development...

Viewing 15 posts - 406 through 420 (of 469 total)