Viewing 10 posts - 1 through 10 (of 10 total)
Interesting, because I had thought that any function that took no parameters or a hard coded value parameter would only be evaluated once and would return the same value for...
July 12, 2018 at 12:03 pm
Here's the deadlock graph from one of the occurrences.
I think a light is starting to come on - what I was looking at as a simple read query with a...
June 30, 2016 at 11:29 am
More info:
I was using a Derived Column transformation to cast a datetime value from my source database to DT_DBDATE and then lookup the value on a date datatype field in...
September 26, 2011 at 12:55 pm
I have the same problem. I have a DimDate dimension with an integer datatype primary key and a unique index date datatype as the business key / alternative key. Whenever...
September 26, 2011 at 10:42 am
Figured it out. Many of our stored procedures use dynamic SQL, like {Exec('string query')}. Of course, these execute in a separate batch as the calling user and don't inherit anything...
February 4, 2010 at 5:26 pm
I do much the same thing in defining standardized colors for different sections of reports, except I use parameters to hold color definitions instead of custom code. For instance, I...
March 12, 2009 at 10:36 am
Thanks much! OLAP PivotTable Extensions worked great.
Chuck Bevitt
November 11, 2008 at 10:02 am
Thanks for your help. The ‘BIDS Helper’ is a great recommendation.
I already have books (and print-outs from Microsoft Books Online); unfortunately, most authors can’t see the forest for the trees....
November 7, 2008 at 12:13 pm
Here's the answer - but it's klugey!!
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=915156&SiteID=17
If you want multiple detail lines to stay together on the same page, you have to create ONE detail line, that contains...
August 8, 2008 at 5:34 pm
Thanks to all who responded. Hopefully, I might hear some more back.
While TIFF is a native Reporting Services rendering type, "TIFF" is not a single, atomic specification. There are many...
December 6, 2007 at 3:26 pm
Viewing 10 posts - 1 through 10 (of 10 total)