Viewing 15 posts - 136 through 150 (of 225 total)
I've been using this on images of about 17k in length, and it can miss the last byte - so there's a bug.
I think, from the revised version that already...
January 5, 2012 at 4:24 pm
Thanks guys, today I learned 😉
I'd heard the advice about using specific fields but I didn't want the maintenance of adding/removing fields every single time the underlying table changes. Turns...
December 11, 2011 at 8:20 pm
What are the chances of sharing your technical template, and a few screenshots (with stuff blacked out) of the user-end side you mentioned?
August 31, 2011 at 4:01 am
I use two methods: for the technical back-end I use a word document along with a freeware screen grabbing utility that also quickly allows me to draw circles, lines, and...
August 30, 2011 at 3:21 am
Group on the field with the duplicated value? The only issue this raises is that SUMs etc work out different to what you might expect; but that's almost all the...
July 14, 2011 at 11:07 pm
This is my full-time job, I use it every day. What I suggested will work.
July 6, 2011 at 7:52 am
When doing sums on stuff that can be repeated... add a field to your SQL:
, RANK() OVER (PARTITION BY OrderNumber ORDER BY OrderNumber, PartialPaymentID) As Ranker
Then in your report, do...
July 4, 2011 at 11:00 pm
EVER dealt with MySQL, I dove in with Google a-blazing and got the job done.
I wouldn't be surprised if a lot (most?) IT types do this. I'm always on the...
June 7, 2011 at 7:01 am
Data-driven subscriptions are only allowed in Enterprise, also I'm not sure they'll do what you want. It would probably be better to put together a custom script (or even SSIS)...
June 7, 2011 at 4:34 am
Install SQL server on the internal machine.
Then put the CD into the public IP address machine, and install just the Reporting Services component. During installation it will ask you for...
June 7, 2011 at 4:32 am
I think the problem you wrote about with your friend is from management's opinion that "one size fits all", and not just that, but it's going to be forced to...
June 7, 2011 at 4:07 am
I'll check it out, thanks.
It's just more spam. I seriously think those two product names and their URLs need to be added to a post-spam filter. Mods?
May 31, 2011 at 6:37 pm
I came across a similar problem a year or two ago; a company had started down the road of report models and none of the reports would work after some...
May 31, 2011 at 12:12 am
This gets asked for a lot. I think the only way it could possibly happen is if you set up your own data warehouse where everything is normalised and the...
May 11, 2011 at 12:17 am
It should take you to another page where you give a name to the new report model, then click Ok, and it spends ages building up an RS report model...
May 10, 2011 at 12:36 am
Viewing 15 posts - 136 through 150 (of 225 total)