SQL 2008 passing Table-Value-parameters to stored proc via ODBC
0 views
Skip to first unread message
Leon McCalla
unread,
Nov 27, 2009, 8:26:10 AM11/27/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Can we use row-wise binding instead of column binding to do this? Basically the code I have generates a 25 column temp-array already but the documentation requires 25 single column arrays if I am to use TVPs.