CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » database design
  • How to select the primary key data type?

    When a new database is about to be designed, have to think about what data type to use for the primary keys. There are several things that should be taken into consideration: the average database size expected, the possibility of growing in the future, replication or other data synchronization needs, etc. Here I will try to give you a simple ...
    Posted to Ivan Dragoev's Blog (Weblog) by idragoev on July 5, 2007
  • Increase Stored Procedure execution performance dramatically

    Last month we spent a lot of time in data loading optimization due to performance problems. I started with optimization of the heaviest views and put them in parameterized  stored procedures . I also used a simple method to check the performance by measuring the time needed for execution. I was using MS SQL Management studio. During the test ...
    Posted to Ivan Dragoev's Blog (Weblog) by idragoev on June 18, 2007
Powered by Community Server (Personal Edition), by Telligent Systems