Viewing 15 posts - 1 through 15 (of 27 total)
Thanks for the suggestions guys - it seems that when you use Excel as the provider, any aggregration cell can be double clicked on, and when double-clicked, it shows all...
May 9, 2011 at 8:47 am
Steve,
How do I do that? So each measure (such as Installed, Activated, Renewed, etc) would be a 'distinct count' - but how do you tie it to a license?...
May 2, 2011 at 1:09 pm
stevefromOZ,
Thanks for your response. I have since decided to merge the two types of events into one (saletypes and events) as Daniel Stated - and they can heirarchical. So it...
May 2, 2011 at 12:31 pm
The grain for the sale event is not the count of licenses - it is also a license (or the sale itself). does that make sense? In the RDBMS, the...
April 28, 2011 at 8:49 pm
Awesome - but my table is a accumulating snapshot fact table, and so I have multiple rows with the same order. Can I still do this then?
April 26, 2011 at 1:25 pm
isn't this kind of restricting? If I had to add a new status, wouldn't I need to add a new field, and then update it all? Or is that headache...
April 25, 2011 at 7:57 pm
I can try it, but I've tried it previously. It doesn't help because they aren't actually used in the where statements....
August 7, 2009 at 11:23 am
I can break it up if need be, but majority of my calls are in the 'else' part - basically, the @componentType is null in most of the cases...
August 7, 2009 at 11:07 am
@Gail - I tried the instructions from the post, but no additional grid was returned..
SET STATISTICS PROFILE ON
GO
exec GetEntitlementResponse @bios = N'None', @computerName = N'OWNER-B23156214', @diskVolume = N'4472755e',
August 7, 2009 at 10:55 am
Do you know where @winNumbers gets stored when it is declared as 'TABLE' - I was actually under the impression that only worked in sql server 2005, but it does...
April 10, 2009 at 8:40 am
The combination of the 6 values in the table is unique. In the values from the application, the values may be repeated, but there are 6 distinct parameters coming, and...
April 9, 2009 at 3:50 pm
The order doesn't matter - we just need the matching values...
April 9, 2009 at 8:15 am
Viewing 15 posts - 1 through 15 (of 27 total)