Viewing 15 posts - 526 through 540 (of 598 total)
Doesn't bring back the expected results...
is there another way to write this?
August 31, 2009 at 9:37 am
Cool the minus 1 worked...but now my problem is that I already have this expression to format the date:
=Format(CDate(Fields!Next_Payment_Due_Date.Value),"yyyyMMdd")
How can I use both of these together? Is it possible?
=DateAdd(DateInterval.Month, -1,...
August 28, 2009 at 11:14 am
This works, but it adds a month, I was looking to subtract a month.
August 28, 2009 at 9:50 am
Thanks everyone, very informative and helpful.
Good karma to you all!
August 27, 2009 at 7:02 pm
Thanks guys, I ended up using this on every DB - (in case someone else needs it)
SELECT routine_name, routine_type FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_DEFINITION LIKE '%cam%'
go
SELECT routine_name, routine_type FROM INFORMATION_SCHEMA.ROUTINES WHERE...
August 25, 2009 at 9:48 am
Guess it's different because I'm using BIDS 2008
August 18, 2009 at 6:49 am
I'm using the BI..
Looks like that screen shot is from report manager?
August 17, 2009 at 5:18 pm
oh okay my mistake sorry
excuse my ignornace, so I shouldn't use a declare statement?
what should I use for the @date parameter?
August 17, 2009 at 3:24 pm
I'm confused now.
I don't wat a start date between and an end date.
I just want the user to pick one date from the calender and have it use that value...
August 17, 2009 at 1:58 pm
True..
I was asking because last place I worked had it disabled, new place doesn't.
Wasn't sure if it created a vunerability.
July 29, 2009 at 6:38 pm
Viewing 15 posts - 526 through 540 (of 598 total)