CLR Procedure Not list in processes SQL Server

Viewed 93

I created a CLR procedure to download email files. It works perfectly, the problem that when it is running it is not listed when I query the server processes.

Does anyone know a way to get it in sql server processes?

I'm using the query below

exec dbo.sp_download_files_mail
1 Answers
Related