Skip to main content

Posts

Showing posts with the label remove clone agent

How to remove SQL clone agent from a server that is powered down

Hi guys! As you know, in my environment I use Redgate SQL Clone . You can check out an older post I have here on what you can do with the SQL Clone application. Today's post is on how to remove SQL Clone agents from a server. Let's get started. I. Remove a clone agent from a server that is still online Removing a clone agent from a server that is already online is relatively easy. Just remote desktop into your server > under services, stop the "SQL Clone Agent version#" service. Then under control panel, uninstall "SQL Clone Version#". II. Remove a clone agent from a server that is offline. Here's how to remove SQL Clone from a server that has already been shut down. Note : This method will also work on servers that are still online. Log on to the server and open a powershell window/prompt as administrator. Use the script below. Inside your powershell prompt enter:  Connect-SqlClone -ServerUrl ...