Thursday, January 13, 2011

How to Determine which MetaFrame XP or Presentation Servers are Connected to a SQL Data Store

How to Determine which MetaFrame XP or Presentation Servers are Connected to a SQL Data Store 

 

This article describes how to determine which MetaFrame XP or Presentation servers are connected to a SQL data store.
From the SQL server:
  1. Run the SQL Query analyzer.
  2. Type the following statement:
    Select * from master.dbo.sysprocesses where program_name='Citrix IMA'
    Note
    : Single quotes must be applied to “Citrix IMA”.
  3. Execute the statement by pressing F5 or the Execute button.
    The output displays all of the open connections from MetaFrame XP or Presentation servers to the SQL server.

 

No comments:

Post a Comment