Viewing 15 posts - 1,756 through 1,770 (of 1,939 total)
I tried http://amci-rjf/Reports/Pages/Folder.aspx (my machine's name is "amci-rjf"), but I got the same "The resource cannot be found" error message.
Thank you for your help, Dan.
August 9, 2010 at 2:09 pm
I tried going to http://localhost/Reports/Pages/Folder.aspx on my development PC, but that failed. ("Resource cannot be found"). I checked in IIS on my machine, and it isn't there, either....
August 9, 2010 at 1:58 pm
Dan.Humphries (8/9/2010)
If you look under the configuration folder do you see something that says reporting services configuration manager?
Yes, Dan, that is there. I've run it and gotten it connected...
August 9, 2010 at 1:27 pm
Thank you for your response, dbowlin. I tried looking into both the SQL 2008 and VS 2008 folders, but couldn't see it. Here's what I see:
Microsoft SQL Server...
August 9, 2010 at 1:10 pm
I must have done something wrong. I got my installation disk, put it in, and I thought installed SSRS 2008. At least it told me it installed SSRS....
August 9, 2010 at 11:02 am
Thank you, Dan. I'd best find my installation disk, then.
August 6, 2010 at 1:11 pm
Sweet! This is very useful information, thanks!
June 28, 2010 at 12:00 pm
Yes, I think companies, especially small ones, are foregoing hiring DBA's. I work for a university, but the department where I work, has a small 4 person IT staff....
June 25, 2010 at 9:02 am
Yesterday at our staff meeting we learned that there will be no professional travel or training in the next fiscal year, for the third year in a row. I...
June 10, 2010 at 8:36 am
I am extremely envious. I went to my first TechEd a few years ago, after having been to VS Live events for several years, and found TechEd to be...
June 8, 2010 at 8:30 am
Thank you, ColdCoffee, for using a simpler example. That makes the concept of CROSS JOIN with a WHERE clause easier to understand.
June 3, 2010 at 1:04 pm
Ken McKelvey (6/3/2010)
Maybe:
SELECT S.ClientNumber
,S.CaseNumber
,T.ReferralSourceType
,T.ReferralSourceDesc
FROM RequestForServices S
JOIN SourceOfReferral R
ON S.ReferralSource = R.ReferralSource
JOIN ReferralSourceTypes T
ON S.ReferralSourceType = T.ReferralSourceType
To me, that's a more elegant solution.
June 3, 2010 at 1:02 pm
I'm sure that, as some point on these forums, I've asked a question and indicated that I needed an answer in a hurry. I think that, when I read...
May 13, 2010 at 8:19 am
"Wet paint". I've never heard that phrase to describe code that is still in process, but not yet ready to be used. I like it!
May 7, 2010 at 8:04 am
Rich-403221 (4/8/2010)
When I was in high school I worked in a shoe store (no Al Bundy jokes, please). We would send the newbies to...
April 8, 2010 at 9:52 am
Viewing 15 posts - 1,756 through 1,770 (of 1,939 total)