Passing a DataTable into a Stored Procedure. Is there a better way?

Posted by punkouter on Stack Overflow See other posts from Stack Overflow or by punkouter
Published on 2010-05-06T22:06:47Z Indexed on 2010/05/06 22:08 UTC
Read the original article Hit count: 222

Filed under:
|
|

Can A datatable somehow be passed into SQL Server 2005 or 2008 ?

I know the standard way seesm to be passing XML to a SP. And a datatable can easily be converted to XML somehow to do that.

What about passing a .NET object into a SP ? Is that possible ?

I remember hearing about SQL and CLR working together in 2008 somehow but I never understood.. Maybe that means you can refer to .NET objects within a Stored Procedure ?

© Stack Overflow or respective owner

Related posts about sql

Related posts about clr