Passing a Table Valued parameter to a stored procedure
        Posted  
        
            by cf_PhillipSenn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cf_PhillipSenn
        
        
        
        Published on 2010-04-21T14:35:19Z
        Indexed on 
            2010/04/24
            14:33 UTC
        
        
        Read the original article
        Hit count: 454
        
coldfusion
Here's an example of how to use table-valued parameters in a SQL Server 2008 stored procedure using .NET.
And here's the list of parameter types in CF9.
Q: Is it possible for ColdFusion to pass a table-valued parameter to a Microsoft SQL Server 2008 stored procedure?
© Stack Overflow or respective owner