Viewing 15 posts - 46 through 60 (of 130 total)
i want last day pf previous year,formula i correct ,its working in sql,
but i want to put same in ssrs expression
May 17, 2012 at 2:15 pm
hi,
select dateadd(yy,datediff(yy,-1,@date),-1) is giving me last day of current year.
i want last day of previous month.
anyways got the answer
May 17, 2012 at 8:52 am
thanks,it worked in sql.
but nit in ssrs expression.
any idea?
May 16, 2012 at 3:53 pm
i didnt get you,can you give me example how can i apply filter
May 14, 2012 at 8:23 am
thanks dev.
i am working on it.will provide you sufficient information.
May 12, 2012 at 9:31 am
i got it,but anyhow i have to use while loop for condition
May 9, 2012 at 3:39 pm
i remove cursor with while ,not improving still.
what other i need to use in place of cursor
May 9, 2012 at 3:27 pm
ok.
i remove inserting in identity,but still nt improving performance
May 9, 2012 at 3:20 pm
ok.i insert identity column.
but getting error
Msg 1077, Level 16, State 1, Procedure , Line 837
INSERT into an identity column not allowed on table variables.
Msg 8101, Level 16, State 1, Procedure,...
May 9, 2012 at 3:05 pm
i tried join also.nothing seems to work.
my question is i have table variables,i can use
UNIQUE CLUSTERED ( id ,account)
in table definition. and its improving performance,but i need...
May 9, 2012 at 2:02 pm
Viewing 15 posts - 46 through 60 (of 130 total)