Execute the CLR Stored Procedure manually
- Last UpdatedFeb 18, 2025
- 2 minute read
The default values can be supplied through the Studio interface. For more information on setting default values, see Add and configure a CLR Stored Procedure Host connection.
To execute procedure in SQL Server Management studio
-
Open Microsoft SQL Server Management Studio on the server that runs your project.
-
In SQL Server Management Studio. expand the Databases folder and then the [Project]Data folder.
-
Look for the Programmability folder and then the Stored Procedures folder.

-
In the Stored Procedures folder, locate the two stored procedures.

-
Right-click a stored procedure and click Execute Stored Procedure. The Execute Procedure dialog box opens.
-
Enter values, as needed. Select Pass Null to allow no value for a parameter. The module and location parameters are mandatory.

-
Click OK to execute stored procedure.