Viewing 15 posts - 31 through 45 (of 104 total)
I don't know if the original poster was asking about multi-dimension or tabular, but in tabular, all your hierarchy fields have to exist in the same dimension. A way to...
January 2, 2013 at 9:36 am
That worked perfectly and was exactly what I needed.
Thanks so much!!
September 14, 2012 at 9:58 am
Thank you all! I think part of my problem was Intellisense kept trying to add an additional single quote every time I tried to surround the single. So, if I...
August 14, 2012 at 11:49 am
I want to thank you both for your help. Unfortunately, I'm beginning to see that my company doesn't put data in audit tables the way I've been accustomed to seeing...
July 24, 2012 at 3:50 pm
Ahhh!!! You're right. I was using the pre-bug-fix version. You are the best. Thank you again very much!
July 24, 2012 at 1:38 pm
ColdCoffee, I missed a scenario. I really hope you can help me. The awesome code you wrote won't give me the correct results if the inmate moved back into the...
July 24, 2012 at 1:08 pm
Thank you so very much! I will give this a shot when I get to work Monday morning.
July 13, 2012 at 5:53 pm
I got it to work. The formatting is added by the cube, so we just needed to strip the formatting back out.
WITH MEMBER Measures.ActualSiteKey
...
April 3, 2012 at 1:05 pm
Finally got it! I'm not sure if this is the best way, but it worked for me:
select CONVERT(NUMERIC(3,0),(CONVERT(int,SUBSTRING(Col4,1,CHARINDEX('%',Col4)-1))))/100
FROM Executive.StagedimWeight
WHERE Col4 IS NOT NULL
AND Col4 LIKE '%\%%'ESCAPE '\'
February 22, 2012 at 10:31 am
I am attempting to convert a varchar to numeric. However, I am trying to convert just a substring of the varchar.
I know with 100% certainty that this query only...
February 22, 2012 at 10:24 am
Are you saying I have to write it like we did back with SQL 2005? (Where you hard-code an "ALL" option that queries all?)
January 11, 2012 at 1:37 pm
It turned out I just need to use the Join function in SSRS!
November 7, 2011 at 12:15 pm
I was hoping to get a little advice regarding Sharepoint and I wanted to quickly “pick your brain.” On July 1, we’re upgrading from SQL 2005 to 2008R2 on our...
June 16, 2011 at 10:24 am
Wow...I feel really silly. It turns out I had inadvertently opened BIDS 2005 rather than 2008. I did not realize that it would keep the older version of BIDS. Should...
January 25, 2011 at 3:04 pm
I upgraded my test box from SQL Server 2005 to 2008. It went smoothly. I then launched the "SSIS Package Upgrade Wizard" from SSMS. I pointed it at my SSIS...
January 25, 2011 at 2:51 pm
Viewing 15 posts - 31 through 45 (of 104 total)