Categories
How-To Software Technical

Uninstall of SQL fails with error about RsFx Driver

I was working on uninstalling installations of SQL 2012 and SQL 2008 R2 to later do a clean install of SQL 2012. All seems to be going relatively smooth until I encountered the following message: Warning 26003. Microsoft SQL Server 2008 R2 Setup Support Files cannot be uninstalled because the following products are installed: Microsoft […]

Categories
How-To

Use the Exchange Management Shell to determine the GUID of the database

Run the following command to determine the GUID of the mailbox database that you want to configure. The sample returns the GUID of the mailbox database BOX1 on server myExchange. Get-MailboxDatabase -Identity “myExchangeBOX1” | Format-List GUID Run the following command to determine the GUID of the public folder database that you want to configure. The […]