Hi, For accessing SQL server you should enable mssql extension in PHP. If you are running linux server, you might be needed to recompile php with mssql extension. If on windows, then enable mssql dll in php.ini Regarding the access, there are set of mssql_* functions which you can find at http://php.net/mssql like mssql_connect, mssql_query, etc. Almost all the functions are named as of mysql and work alike, i.e connecting, fetching, closing. etc. But syntax is bit different for some functions. Just make a trial run to understand the syntax. Regards Manda Krishna Srikanth http://www.krishnasrikanth.com =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you