Viewing 15 posts - 16 through 30 (of 86 total)
Thank you for your reply.
I am using SQL 2000, sorry I did not mention that.
Thanks
Gary
July 13, 2014 at 10:56 pm
Thank you Lynn for your response.
I have been offline for a few days and have not been able to try your solution.
What I had been trying was using a series...
July 8, 2014 at 5:42 pm
Thank you Craig and Sean,
The problem was user error.
There were in fact no duplicate but at the time I was certain there were.
I was at the end of an 18...
June 19, 2014 at 11:31 am
Craig,
thank you for your response.
However it returned no results.
Gary
June 18, 2014 at 8:01 pm
I figured out the solution.
Original Query
select 0, 'All'
union
Select statusid, statusdescription
from status order by statusid
Improved query
select 0 as statusid , 'All' as statusdescription
union
Select statusid, statusdescription
from status...
August 2, 2013 at 9:21 pm
Steve, thanks for the reply.
That was my suspicion all along.
Gary
June 5, 2013 at 11:21 pm
Thank you for the link.
I will check it out.
Gary
May 8, 2013 at 4:20 pm
Thank you for the reports.
I downloaded the zip file, extracted the rdl files and imported them into a reporting project.
I like the design and choice of color for the reports.
They...
May 8, 2013 at 4:19 pm
To close the loop on this, so to say.
This error:
Msg 5120 Level 16, State 5, Line 1
Unable to open the physical file "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\ftrow_CompanyKeyword.ndf". Operating System error 2:...
May 2, 2013 at 11:35 pm
For those that might see this thread. I have solved the issue.
I placed a table control on to my report.
on the detail row, left hand side, I clicked and added...
November 14, 2012 at 1:43 pm
I have been experimenting by putting text boxes in rectangles, leaving them out of rectangles, using no rectangles at all and still nothing is working. This really sucks.
The text box...
November 13, 2012 at 10:53 am
Thanks for the reply. Yes SSRS is loads of fun :angry:
I meant to explain that each of the groupings are in their own rectangles.
Are you saying to put all my...
November 9, 2012 at 1:41 pm
Thanks for the response
here is a sample of the desired output.
for report_id 1
511153872003-12-13 11:37:00.000
for report_id 2
nothing returned because a 1 does not follow a 2
For report_id 3
nothing returned because a...
September 21, 2012 at 3:51 pm
For completeness, I got this to work
I changed the requirements so to speak.
Instead of trying to export from excel into separate text files I exported excel into a table in...
April 22, 2012 at 3:31 pm
Greg,
thanks for pointing me in the right direction. I have several constraints but missed that one somehow.
Gary
April 19, 2012 at 11:56 pm
Viewing 15 posts - 16 through 30 (of 86 total)