Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Upgrade sql server from sql 2000 to sql 2005

    You're saying "you may break some of your current stored procedures, as SQL 2005 is stricter about certain things,".  Can you give some examples of what breaks?

  • RE: Database design

    Data integrity is my main reason for individual tables.  We have a database that started with one large table and are gradually moving off of it.  I've had many production...

  • RE: Database Design and Reference Tables

    I doubt that I can add anything meaningful or cite any better references for why a single lookup table isn't a good idea.  I inherited a database that has a...

  • RE: Three Column Tables

    We use them only rarely when pushed into a corner.  They have all the downsides that you've described with little, if any (in my way of thinking) offsetting benefits.  If you...

  • RE: SQL Performance/Tuning book recomendations

    Microsoft SQL Server 2000 Performance Optimization and Tuning Handbook by Ken England, Digital Press, ISBN1-55558-241-9.  Has chapters on storage, indexing, the optimizer, locking, monitoring. 

  • RE: How to compare two different databases

    Continually ranked as one of the best third party SQL Server tools and priced right starting at about $200 - http://www.red-gate.com/sql/summary.htm .  I use it all the time and swear by it...

  • RE: Why use triggers?

    We have a rule that we don't embed business logic in triggers, nor do we use them to do something (such as enforce RI) that can be done with a...

Viewing 7 posts - 1 through 7 (of 7 total)