Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Output of SProc to a view
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00691925
Message ID:
00691929
Vues:
12
>Hi all,
>
>I have a (fairly complex) sproc that uses two temporary cursors to create its result set. Now, I'm informed that the output of this sproc must be able to be acccessed from a SQL view -- *without* using any temp tables or storing the output in a permanent table (this sproc must be performed dynamically as part of a monthly process).
>
>Any ideas on how might I accomplish this?
>
>TIA,

Can you convert this sproc into UDF that returns a table Data Type?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform