Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: EXEC sp t.C1 FROM Table t

    Here's the proc :

    CREATE PROC dbo.SP_MngCountryDayOff

    (@country_cd CD

    ,@day_dt DT

    ,@day_ds DS

    )

    AS

    /********* Variables declaration *********/

    /********* Variables initialisation *********/

    /* checking parameters */

    /**** Treatement if no errors...

  • RE: EXEC sp t.C1 FROM Table t

    Eugene Elutin (3/23/2012)


    Instead of saying that it's doing something simple, it would be simpler to post stored proc code...

    I wonder what reasons forced you to use this SP?

    Direct order...

  • RE: EXEC sp t.C1 FROM Table t

    The SP does something very simple :

    - Delete existing in a ref table.

    - Insert New in that same ref table.

    It's easy to do in two requests, but i'm forced to...

  • RE: Show row number of displayed records

    Thanks.

    I actually used this post (Reporting Services - Limiting Records Per Page) for the grouping part, and it worked well.

    I just wanted to add a text to display more information...

Viewing 4 posts - 1 through 5 (of 5 total)