RSS

Tag Archive | "UDT"

SQL Server 2008 Table Valued Parameters

Sunday, December 23, 2007

10 Comments

Last two weeks I have been working on developing bulk data manipulations. And even before that I always wondered “What’s the best way to pass an array of values into a SQL Server stored procedure.” One option I found was OPENXML, which I blogged here. And I was trying out visual studio 2008 and SQL server [...]

Continue reading...
Follow me