Hi Philippe, this a gold mine.
A lot a people try to use SQL server 2005 with some application but they don’t have knowledge about the I/O or query optimization(developers) .
Explicit transactions are often used within stored procedures to guarantee all-or-nothing data integrity. However, a little known fact is that a query timeout will leave the transaction open unless non-default session settings and/or special exception handling are used. I’ll describe how to protect your application from problems following timeouts and other […]
This paper explains how batches are cached and reused in SQL Server 2005, and suggests best practices on maximizing reuse of cached plans. It also explains scenarios in which batches are recompiled, and gives best practices for reducing or eliminating unnecessary recompilations. Thanks to Arun Marathe & Shu Scott / Source Microsoft TechNet Download ; rea […]
Cascading referential integrity constraints are foreign key constraints that tell SQL Server to perform certain actions when a primary key field in a primary key-foreign key relationship is updated or deleted. By using cascading referential integrity constraints, you can define the actions that SQL Server 2005 takes when a user tries to delete or update [... […]
In our business we spend a lot of time talking about ‘Best Practices’ – ways of doing things that over time have proved to be the most effective (or accurate, or whatever..). There are a couple problems with Best Practices. One is that there is no ‘book’ of them, they are scattered across a hundred [...]
SQL Server Best Practices — Published: June 5, 2007 Writer: Mike Ruthruff The I/O system is important to the performance of SQL Server. When configuring a new server for SQL Server or when adding or modifying the disk configuration of an existing system, it is good practice to determine the capacity of the I/O subsystem prior to [...]
Analysis Services Distinct Count Optimization SQL Server Best Practices Article Thanks to Denny Lee Published: April, 2008 Applies To: SQL Server 2005 SP2 Download & read the full article at:
Hi Philippe, this a gold mine.
A lot a people try to use SQL server 2005 with some application but they don’t have knowledge about the I/O or query optimization(developers) .