Viewing 15 posts - 31 through 45 (of 52 total)
The name I'm thinking of (a slang term) could actually be more related to the From clause than the join. Another example would be like this:
Select c.strReceiptNo, d.strName
from dbo.tblControlLog...
September 22, 2009 at 8:48 am
Not 10 seconds after I posted this I spotted the problem. If you notice there is a space after the single quote in the Position parameter before the word '...
September 18, 2009 at 11:07 am
I knew that....:blush:..Thanks a bunch!
September 8, 2009 at 3:05 pm
August 31, 2009 at 2:21 pm
Try this:
Month(Parameters!MyDate.Value)
Year(Parameters!MyDate.Value)
August 27, 2009 at 1:47 pm
Also look at the ReportSchedule table in the ReportServer catalog for your timed subscriptions.
And, if you happen to use one of the 3rd party reporting tools (developed around .net and...
August 27, 2009 at 9:25 am
You are definitely not going to see the columns render in HTML. If you're still not seeing them in a pdf then maybe the report width is the problem (although...
July 10, 2009 at 2:41 pm
Lynn, Thanks for the help and suggestions. I'm hoping what I provide here is adequate.
I have the following sample data. The current code in my previous thread does work as...
May 15, 2009 at 10:52 am
This works fine for attendance dates (Infractions) that are within my specified date range, but retains the Amnesty attendance date for Infraction Dates that fall outside that specified range.
How can...
May 15, 2009 at 9:11 am
Thanks a bunch Lynn. 😀
May 14, 2009 at 2:16 pm
Here's the Sample Data:
Current Result Set
guidAttendanceCodeChildrenID guidAssociateAttendanceCodeID AttendanceCode Date
NULL ...
May 14, 2009 at 11:55 am
Thanks a bunch for the link. I'll check it out. Cheers.
May 11, 2009 at 3:04 pm
This is great. I'm assuming the time elements in the ExecutionLog table are in ms, is that correct? And, Where can I go to for a full explanation of all...
May 5, 2009 at 2:08 pm
I've got the Microsoft books including SQL Server 2005 Analysis Services - Step By Step by Jacobson, Misner, and Hitachi Consulting which is very good but I would also recommend...
May 5, 2009 at 8:57 am
I know this should be obvious, but has the Layout Height property of that Row been increased? Click on that Row, then go to Properties and make sure Layout /...
May 4, 2009 at 10:38 am
Viewing 15 posts - 31 through 45 (of 52 total)