|
I have data in one table and that data needs to be loaded to another table after some processing. I want to write a CLR Stored Procedure in C#. How to do that? I need to Log each record status in another table.
(comments are locked)
|
|
This might help you get started: Using CLR Integration in SQL Server 2005
it may be much more efficient to to bypass CLR and use native t-sql to do this.
(comments are locked)
|

