Welcome to Sign in | Help

Re: Procedura in sql

  •  09-29-2008, 2:02 PM

    Re: Procedura in sql

    Incercati cu optiunea OUTPUT prin care indicati un parametru a carei valoare va fi ulterior folosita intr-un batch

    Citez din Books Online :

    "

    OUTPUT

    Indicates that the parameter is an output parameter. The value of this option can be returned to the calling EXECUTE statement. Use OUTPUT parameters to return values to the caller of the procedure. text, ntext, and image parameters cannot be used as OUTPUT parameters, unless the procedure is a CLR procedure. An output parameter that uses the OUTPUT keyword can be a cursor placeholder, unless the procedure is a CLR procedure.

    "


    Gheorghe Ciubuc,SQL Server Influencer, MCP(SQL 2000), MCTS (SQL Server 2005) , OCA(Oracle 9i), Sybase(Brainbench)
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems