Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Coding Problem
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01332185
Message ID:
01332204
Views:
9
>Yes Sergey I did,
>
>Your recommendation to make a Variable instead of a temp Table. That sound great, but how SQL return that set of Variables as a table back to the front end. Sorry for that question but I am not a SQL Guru.

Apparently you didn't. I recommended to use 'a table variable' not variables. A table variable is a special kind of 'in memory' table and in many cases can replace a temp table.

Also, you never explained why can't you use the same stored procedure in multiple places.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform