Working with SQL CLR Stored Procedures on a Remote SQL Server Machine

In addition to debugging and executing stored procedures developed on the same machine where SQL Server is installed, you can also debug and execute stored procedures using a SQL Server installation located on a remote machine. To enable remote debugging and execution, install the same version of Visual COBOL or COBOL Server on the remote machine that you use on your local machine, as well as the Microsoft Remote Debugging Monitor (msvsmon.exe). For a detailed walk-through of SQL CLR stored procedures support, including remote debugging, see Tutorials: SQL Server COBOL Stored Procedures.