Welcome to Sign in | Help

Re: Only functions and extended stored procedures can be executed from within a function.

  •  09-06-2007, 3:40 PM

    Re: Only functions and extended stored procedures can be executed from within a function.

    Nu stiu daca te ajuta dar ai putea folosi o solutie de tipul:

    INSERT INTO tabela | @variabila_tabela | #tabela_temporara

    EXEC procedura_stocata_care_proceseaza_XML 

    +

    SELECT *

    FROM  tabela | @variabila_tabela | #tabela_temporara

View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems