Views:

In the current release of TMCM 1.5, there is no button to export a list of clients from the TMSM console. However, you can run a query from SQL to get this information.

To do this:

  1. Open the TMSM database using SQL Manager or SQL Server Management Studio Express.
  2. Either open the table "dbo.tb_ClientInfo" or create an SQL script with the following command:

    select * from dbo.tb_ClientInfo

  3. After running the query, right-click the results and select Save Results As.. to save the information to a CSV file.