I came across a question in the SQL Server MVP newsgroup recently about ISNULL and COALESCE usage. COALESCE basically translates to CASE expression and ISNULL is a built-in implemented in the database engine. Both ISNULL and COALESCE can be used to get
Read More...
SQL Server 2005 has new optimization logic to use the SCHEMABINDING option to derive certain properties about the TSQL UDF. This can greatly improve performance of queries that use scalar UDFs in a SELECT statement for example. You can read all about
Read More...
Determing optimal MAXDOP setting value using DMV
Read More...
Renaming sa account in SQL Server 2005
Read More...
SQLCLR TVF to read registry settings for SQL Server instance
Read More...
Database Mirroring configuration using certificate authenticated endpoints.
Read More...
Ordering guarantees in queries.
Read More...
Use of ANSI SQL style DECLARE CURSOR statement in UDF is not supported
Read More...
Performing updates in batches using UPDATE with TOP clause.
Read More...