Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Execute procedure in procedure?

    Sth is wrong... im getting still only first date hmm

    alter procedure [dbo].[test]@multiple_weeks varchar(8)

    as

    declare

    @val date

    create table #ps(id varchar(30),week varchar(8)[...])

    declare c1 cursor for

    select CONVERT(varchar,Item,112) FROM...

  • RE: Execute procedure in procedure?

    Oh, so many cases to test, thank you very much

    I have one more question.

    I started with testing the cursor. I pass there for example 20150101 and at the output im...

  • RE: Execute procedure in procedure?

    I dont need a schedule, it only about data.

    I have multivalue parameter @multiple_weeks with can be for example '20010101,20010108,20010115'

    and i need to execute my procedure for 20010101 and for...

Viewing 3 posts - 16 through 18 (of 18 total)