Can a dynamic table be returned by a function or stored procedure in SQL Server? -


i call stored procedure or user-defined function returns dynamic table created via pivot expression. don't know number of columns front.

is possible? (i not interested in temporary tables)

you can via stored procedure can return kind of table, question trying achieve , data have no idea about?


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -