Forum Replies Created

Viewing 15 posts - 421 through 435 (of 471 total)

  • RE: Database Load Testing Tool

    We have used WAST in the past. If you have a web based application this might work for you. There are better tools but the price is right....

  • RE: Help with error messages

    Sounds like you might have a trigger that is firing and updating the same row that the stored procedure is updating. Did you try using SQL Profiler with...

  • RE: Delete Duplicates

    I agree up to a point. But if you inherit an environment where someone has created a number of tables with no primary keys, then this can be useful...

  • RE: Decrease the size of Table - 25 GB

    If you have purged a lot of data then you will have a lot of partially filled pages. By creating (as ALZDBA states) or rebuilding the clustered index...

  • RE: Delete Duplicates

    Yes, this is useful. In fact I ran into a case yesterday where I was able to employ this method to remove duplicates from a table. And as...

  • RE: compatibility level

    I think the same idea applies to the SQL Native client. Everything is still SQL 2005. When you set the compatability level of a database to...

  • RE: compatibility level

    Your English is fine. It is probably more the medium that we are using. Same problem with email. Good luck with what you are doing. ...

  • RE: compatibility level

    I am not sure I understand what you mean by upgrading your clients connections, but yes the mechaninsm that you use to connect to the database must be compatible with...

  • RE: compatibility level

    After re-reading your question, perhaps I should add that you can only connect to SQL 2005 using the methods that SQL 2005 supports. Changing the compatibility level of...

  • RE: compatibility level

    No it should not effect your network connections. You are still connecting to the SQL 2005 database engine. By setting the compatibility level to 80 on your database...

  • RE: compatibility level

    Yes, generally they are complex quereies involving both inner and outer joins. SQL 2000 would join the Inner Join tables first since they were the most likely to reduce...

  • RE: compatibility level

    We are the vendor for our product. Our requirement was that the product still had to run on SQL 2000 and also on SQL 2005. We discovered...

  • RE: compatibility level

    jim.powers (4/29/2008)


    Interestingly enough, our vendor has certified the product for SQL Server 2005 but they require the database to remain in compatibility mode 80.

    Actually, that is what we did as...

  • RE: compatibility level

    Some vendors are like that. But be sure and test thoroughly as there will most likely be things that you encounter that will cause some problems. We have...

  • RE: compatibility level

    jim.powers (4/29/2008)


    The unfortunate thing is that simply importing the database to 2005 and changing the compatibility mode to 90 won't tell you of these types of problems. You won't know...

Viewing 15 posts - 421 through 435 (of 471 total)