Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Many ELSE IF's

    my procedure are fast, but only after execute a first time.

  • RE: Function Sum

    CREATE PROC DBO.PNX_16_EXAMES_IDENTIFICADOR

    @TT INT=NULL,@D1 DATETIME=NULL,@D2 DATETIME=NULL,@ARG INT=NULL,@CMBC INT=NULL,@CMBI INT=NULL,@REC INT=NULL,

    @CKF INT=NULL

    AS

    SET NOCOUNT ON

    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

    DECLARE @T TABLE(CNV INT,SCNV VARCHAR(255),ID_PS INT,SID VARCHAR(255),NCT INT,NOME VARCHAR(255),RF1 VARCHAR(50),DAT DATETIME,VLR MONEY,CEX VARCHAR(100),DAB...

  • RE: Select statements included within a function cannot return data to a client

    tks!

    Command(s) completed successfully.

Viewing 3 posts - 1 through 3 (of 3 total)