Viewing 14 posts - 1 through 14 (of 14 total)
January 17, 2017 at 4:57 am
This is a good solution if you can have 'nonsense' data. Our testers/UAT object to that on the whole. We've gone in for randomly combining realistic data - having a set...
January 13, 2017 at 2:09 am
January 13, 2017 at 1:56 am
If I understand this correctly, you want to show all the rows from your table, plus an option showing literally the word "ALL"?
This is quite easy as long (as you...
June 10, 2014 at 7:13 am
Greg Edwards-268690 (1/23/2014)
chris.smith 91049 (1/23/2014)
January 24, 2014 at 2:48 am
Of course, what IS a good practice, when its a reporting solution, is to develop properly a high quality data cube and give the Excel users free rein when it...
January 23, 2014 at 10:36 am
Sure;
USE ReportServer
DECLARE @SubScriptionID NVARCHAR(50)
SELECT @SubScriptionID = [SubscriptionID]
FROM [ReportServer$SQL2012].[dbo].[Subscriptions]
WHERE [Description] = '<your subscription description here>: you can use any other criteria,...
January 22, 2014 at 6:24 am
I disagree with what a couple of people have said - that Excel itself isn't a problem - as a development tool it's terrible, not easily source-controlled, distributed code in...
January 22, 2014 at 2:47 am
Of course, there's an XKCD about this (as everything):
January 21, 2014 at 8:56 am
patrickmcginnis59 10839 (1/21/2014)
I think Steve's final sentence was telling. We need to deliver solutions faster than the business unit can develop their own
I think its awesome how sqlservercentral has solved...
January 21, 2014 at 8:50 am
OCTom (1/21/2014)
Excel does not suck; people do. It's the people putting together the solution, be it a "proper" one or an Excel one, that determine if it's good.Tom
"Guns...
January 21, 2014 at 7:39 am
FunkyDexter (1/21/2014)
January 21, 2014 at 6:24 am
grovelli-262555 (1/21/2014)
"I think this is where things like MS Acces / Fox Pro / Lightswitch etc are excellent."Ditto, couple Excel to Access and most of these problems disappear.
Well, it's horses...
January 21, 2014 at 5:02 am
Well, that sounds a little biased - Dev teams aren't just out to justify their budgets. Quite often they act sincerely where they see bad practice. The fact that the...
January 21, 2014 at 3:44 am
Viewing 14 posts - 1 through 14 (of 14 total)