cancel
Showing results for 
Search instead for 
Did you mean: 

Delete obsolete remote databases from Sybase Central

Former Member
1,862

Through trial and error learning about Agents in Sybase Central, I have a number of remote databases and agent database defined that no longer exist. I was hoping to do some cleanup and remove/delete these but cannot find any “delete” option. Right-clicking in Sybase Central only brings up a properties window. Is there a way to delete obsolete remote databases and agent databases from the consolidated Sybase Central?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

In "Agents" folder, you can right click and delete any agent. This will automatically remove the agent database associated with that agent.

For you own databases, I'm not sure why they can't be deleted using the GUI, but there is a stored procedure you can use instead.

ml_delete_remote_id( 'your_remote_id' )