What's the best way to pass a temp table to a C# stored procedure (SQL 2008)? Am I stuck passing the temp table name as text and running a select from C#?
I was hoping to use Table Value Parameters, but they don't appear to be supported in C# sprocs.