Viewing 3 posts - 16 through 18 (of 18 total)
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...
August 28, 2015 at 1:29 am
#1822983
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...
August 28, 2015 at 12:35 am
#1822977
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...
August 27, 2015 at 7:50 am
#1822764