The information in this article applies to:
SUMMARYSQL Server 6.5 includes the xp_sqlinventory extended stored procedure to capture SQL Server configuration and inventory information, and store it in a specified database and table. This article documents some restrictions on the use of xp_sqlinventory. MORE INFORMATION
When SQL Server starts, the sp_sqlregister stored procedure is run. This
procedure calls the xp_sqlregister extended stored procedure, which gathers
basic configuration information from the operating system, network, and SQL
Server, and then broadcasts the SQL Server's presence to every computer on
the domain by means of mailslot. Any server executing xp_sqlinventory can
collect the information and store it into a table.
Q167352 : BUG: "Unable to Connect" Msg May Occur in Application Event Log Because xp_sqlregister is broadcasting to a mailslot, all servers on which inventory information is to be gathered must be on the same network segment, because routers may filter out the broadcasts. To work around this restriction, set up one server in each segment to capture the broadcasts and publish them to a central subscription server. Additional query words: netlib net-lib lib net machine
Keywords : kbusage SSrvStProc |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |