Muy buena herramienta para administrar conexiones de escritorio remoto:
http://blogs.technet.com/b/davidcervigon/archive/2010/06/27/imprescindible-remote-desktop-connection-manager.aspx
REDUCIR EL TAMAÑO DE LA BASE DE DATOS
1. Create a file containing a list of directories that represent the new directories.
For example, dbdirs.txt.
2. Run a full database backup. For example:
backup db devclass=tapeclass type=full
3. Halt the server.
dsmserv removedb TSMDB1
5. Restore the database specifying the file containing the directories to be used.
For example:
dsmserv restore db todate=today on=dbdirs.txt
6. Restart the server.