If you are talking about a CMS? And if you want to make your own look at this awsome
tutorial. Its super easy and for SQL instead of MySQL just replace the conection tools to...
Code:
resource mssql_connect ([ string $servername [, string $username [, string $password [, bool $new_link ]]]] )
And for closing...
Code:
bool mssql_close ([ resource $link_identifier ] )
Donclurd
Good luck :D