Topic Last Modified: 2012-10-04

After you remove a Microsoft Lync Server 2010 Front End pool or reconfigure the pool to use a different database, you can remove the SQL Server databases that hosted the pool data. Use the following procedures to remove the definitions from Topology Builder, and then remove the database and log files from the database server.

To remove the SQL Server database using Topology Builder

  1. From the Lync Server 2013 Front End Server, open Topology Builder and download the existing topology.

  2. In Topology Builder, navigate to Shared Components and then SQL Server Stores, right-click the SQL Server instance associated with the removed or reconfigured Front End pool, and then click Delete.

  3. Publish the topology, and then check the replication status.

To remove user and application databases from the SQL Server

  1. To remove the databases on the SQL Server, you must be a member of the SQL Server sysadmins group for the SQL Server where you are removing the database files.

  2. Open Lync Server Management Shell

  3. To remove the database for the pool user store, type:

    Copy Code
    Uninstall-CsDataBase -DatabaseType User -SqlServerFqdn <FQDN> [-SqlInstanceName <instance>]
    

    Where <FQDN> is the fully qualified domain name (FQDN) of the database server, and <instance> is the named database instance (that is, if one was defined).

  4. To remove the database for the pool application store, type:

    Copy Code
    Uninstall-CsDataBase -DatabaseType Application -SqlServerFqdn <FQDN> [-SqlInstanceName <instance>]
    

    Where <FQDN> is the FQDN of the database server, and <instance> is the named database instance (that is, if one was defined).

  5. When the Uninstall-CsDataBase cmdlet prompts you to confirm actions, read the information, and then press Y (or press Enter) to proceed, or press N and then Enter if you want to stop the cmdlet (that is, in case there errors).