Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
hi,How to pass an array of int to a CLR function, in store procedure ?
James K
Master Smack Fu Yak Hacker
3873 Posts
Posted - 2014-12-09 : 09:19:33
There is limited support - see here: http://msdn.microsoft.com/en-us/library/ff878026.aspx This is available only in SQL 2012 and later, and is limited.Another approach would be to pass an XML fragment containing the array