Viewing 15 posts - 1 through 15 (of 18 total)
hahaha...it did it to me too!! "javascript" didn't show up!
November 15, 2013 at 8:50 am
Steven.Howes (11/15/2013)
Damnit!j a v a s c r i p t :
(minus all the spaces)
thanks for the laugh first thing in the morning!! 😀
i've used...
November 15, 2013 at 8:48 am
Get me? (11/6/2013)
You can use the Join function in an expression to create a delimited list.E.g.
=Join(Parameters!Country.Value,",")
Would create a CSV string of the selected countries.
i agree with this solution. usually...
November 14, 2013 at 9:40 am
i found my issue and am posting the solution just in case someone else runs into the same problem:
The data type was the issue. The Parameter 'DateRangeType' (Text data...
May 10, 2013 at 1:01 pm
here's a bit of information on rules of normalization: http://www.sqlservercentral.com/blogs/abhijit_desai/2010/09/07/noramlization/ However, in this case, you're looking at data that seems to have a clear relationship, so a...
May 10, 2013 at 10:37 am
thank you both Lynn and Sean - I appreciate your patience.
below is a more detail - i wanted to try to keep it simple but apparently i over-simplified the first...
April 29, 2013 at 3:26 pm
hello all..thanks for your help. part of my problem was there was an extra character in the Pass_Fail values. ltrim and rtrim took care of that, then Count(iif...)...
January 18, 2013 at 9:48 am
Hi Joie,
I need it to count the "P" only - result should be 5 but i'm getting 8, which is the total of all rows in this small test db....
January 17, 2013 at 1:06 pm
Hi Fabrizio,
The course titled SQL Server 2008/R2 DBA is over 50 hours of video teaching and the cost is us$99 - url=http://www.learnitfirst.com/Course/157/SQL-Server-2008-DBA.aspx#ChapterListing][/url]. I am not affiliated with this company,...
December 28, 2012 at 2:39 pm
fabrizio, it is a vid tutorial series so you could take it at your own pace.
December 28, 2012 at 2:20 pm
SQLRNNR (12/28/2012)
Sounds like some caching. Does it appear the same even after closing BIDS and reopening? Or even clearing the cache file in the project directory?
Hi Jason,
I thought...
December 28, 2012 at 1:16 pm
Hi Fabrizio,
I taught myself SQL with the help of some really great resources. I've found an instructor to be extremely helpful in explaining the in's and out's...Scott Whigham of...
December 28, 2012 at 12:40 pm
Viewing 15 posts - 1 through 15 (of 18 total)