How to Install SQL Server 2005 Client Tools?

How to Install SQL Server 2005 Client Tools? Follow these steps to install SQL Server Client Tools

How to Query Active Directory (AD) from SQL Server

Here is the quickest way to query Active Directory directly from TSQL.

SQL Server Client Tools Setup Fails due to MSXML 6

Here is the solution to fix the failed installation of SQL Server Client Tools because of MSXML 6 corrupt installation

How to create Custom Database Role and Manage its permissions

Step by step procedure to create custom database role and how to manage permissions

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.

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

Quick technique to retrieve alphanumeric values by using regular expression in TSQL

Quick technique to retrieve alphanumeric values by using regular expression in TSQL