Viewing 15 posts - 6,886 through 6,900 (of 14,953 total)
The data you provided and the statement of the problem make this look like homework. Is it?
You'll need to analyze the data to work out how to break it...
March 17, 2010 at 11:20 am
I don't think you can modify the system procs, but you can open it up, change the name, and create your own custom proc that'll do what you need. ...
March 17, 2010 at 11:13 am
That goes beyond what I know on SSRS. There's probably a way to do it, but I wouldn't know where to start.
March 17, 2010 at 11:09 am
You'll need to convert to strings first.
March 17, 2010 at 10:47 am
l543123 (3/17/2010)
sorry if I am wrong, but why are you searching...
March 17, 2010 at 8:53 am
You're on the right track.
You'll need a dataset for the header (and any footer you have planned).
You'll need a dataset for the body of the report. Most likely, this...
March 17, 2010 at 8:39 am
If there's to be government-induced security on the internet, I'd rather see it in terms of encouragement than regulation.
If, for example, antivirus software were tax-deductible, for both corporations and individuals,...
March 17, 2010 at 6:36 am
If it needs to run on 2k, I'd seriously look at moving it out of the database into a service or app. You'll get all the error handling you...
March 17, 2010 at 6:27 am
Look up "Common Table Expression" in Books Online or on MSDN.
March 17, 2010 at 6:25 am
Where @SearchType = 'All' and MyDateColumn between @StartDate and @EndDate or @SearchType != 'All' and ...
Have something like that in the Where clause.
March 17, 2010 at 6:23 am
Jeff Moden (3/17/2010)
What about you come in and someone else has already started a restore of the production database from midnight?
It's real simple then... They didn't call me to ask...
March 17, 2010 at 6:13 am
Jeff Moden (3/16/2010)
...I have to also strongly agree with something else you said...GSquared
"if it's clever enough to be complicated, you're doing it wrong"
One of my favorite rules. Knowledge induces...
March 17, 2010 at 6:10 am
Have you tried using a Try Catch block to handle it?
March 16, 2010 at 2:49 pm
Viewing 15 posts - 6,886 through 6,900 (of 14,953 total)