TSQL Function to encode HTML Text

Use this TSQL function to encode HTML text

How to use more than 4GB RAM on SQL Server?

This article describes the procedure to make sure your SQL Server is able to use more than 4GB of RAM, if installed

TSQL Function to convert decimal to Hex, Octal or any other base

This TSQL function provides you the ability to convert a given integer into any target base. I have just updated the function with more meaningful names and added some comments to clear the logic.

Search all columns of all tables for a particular value

Here is the solution to search all columns of all tables for a given value

How to find relationship between tables

here is the script which lists the name of the parent table, child table, Referred table, foreing key table and name of the foreign key constraint.

Two quickest ways to find file information of a given database

Here are the two quickest ways to find file information about the given database

Review of SQL Server 2005 Service Pack 3

Here is the brief overview of what is available in Service Pack 3 of SQL Server 2005