jeffshumphreys / MySQLCLRFunctions

Free SQLCLR functions tested on SQL Server 2019. That are used.
MIT License
7 stars 1 forks source link

Generated SQL Push file #10

Closed jeffshumphreys closed 9 months ago

jeffshumphreys commented 4 years ago

Right now SQLCLR_Register.sql is manually maintained, which was necessary to learn all the variations. But this can be generated from a scan of the functions in the code with a [SqlFunction] attribute. Not sure how to do, though.