Hi,
I am converting a console application to run from Service Broker in SQL Server 2005.
The application makes heavy use of DataSet.
Are DataSets supposed to work in SQLCLR? How do I define the connection to use? Is there any documentation about this?
Thanks for your help!