Could you be so kind as to tell me how to use the SQL Server Profiler to monitor as you suggest.
On Mon, 29 Mar 2004 03:51:27 GMT, v-baiwei@online.microsoft.com (Baisong Wei[MSFT]) wrote:
>Hi Roy,
>
>
>As for the connectivity problem of SQL Server, there is some general steps
>for us for testing.
>
>1) ping Server_IP
>2) telnet Server_IP 1433
>
>Note that the Port 1433 is default por number fro SQL Server, You can check
> the actual port number the SQL Server is using by Server Network Utility.
>You can get it by check the properties of TCP/IP ( which should be enabled
>protocol).
>
>If now there is no problem of it. Then SQL Server is running properly and
>you could use the Query Analyzer and ospl tools to connect from where you
>need to connect the database with related credential informations. You
>could also use the SQL Server Profiler to catch the connection information
>from the outside. You could monitor the Audit: Login, Audit:Logout;
>Sessions: ExistingConnections.
>
>If no problem of it. Then the SQL Server is with the right configuration
>for connectivity. It might be a IIS configuration problem, so, you could
>ask for some information in the IIS newsgroup and our engineer there will
>provide more
>information on this issue.
>
http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.publi >c.inetserver.iis
>
>Hope this helps.
>
>Best regards
>
>Baisong Wei
>
>Microsoft Online Support
>----------------------------------------------------
>Get Secure! -
www.microsoft.com/security >This posting is provided "as is" with no warranties and confers no rights.
>Please reply to newsgroups only. Thanks.