Viewing 15 posts - 7,351 through 7,365 (of 9,643 total)
Jo Pattyn (9/30/2008)
Business Intelligence. Trying to get more usefull information out of your data.
Sorry, my question was meant to be funny. I do know what BI is, although I'm...
September 30, 2008 at 12:02 pm
Mark Stacey (9/30/2008)
As for managers understanding...... H3ll, I'm a BI developer, most of the other techies in my company don't understand what I'm doing. "Star schema?!?"
What's BI?
September 30, 2008 at 10:54 am
Being based in the US I don't know how things work in the U.K., but in the U.S. networking is the best way to get a position. Go to...
September 30, 2008 at 9:05 am
If you just want employees that have no hours logged in the time frame then bitbuckets solution will work, but if you want a list of dates when an employee...
September 30, 2008 at 8:25 am
When you meet the IF condition you are never returning @VesselInfoReportId. You need to either add:
Select @VesselInfoReportId
in the IF after the
Select @VesselInfoReportId = Scope_Identity()
Or move
Select @VesselInfoReportId
Outside your IF..ELSE...
September 29, 2008 at 7:50 am
Here's a quote from BOL about MultiValue paramters:
The data source cannot be a stored procedure. Reporting Services does not support passing a multivalued parameter array to a stored procedure.
This is...
September 26, 2008 at 9:15 am
What is the data type of the parameter in your stored procedure? Sounds like this is your error.
2. Sure you can just add parameters to the SP, you'll...
September 26, 2008 at 8:46 am
I doubt it is a permissions issue as long as the ownership chain on all the objects stays (all objects owned by dbo).
The first thing I would do...
September 26, 2008 at 8:41 am
I wish I had an answer for you. If you run the query in SSMS do you get the correct results?
Could you try changing your aliases to use "acceptable"...
September 26, 2008 at 8:06 am
Can you use IIS Admin to connect to the web server and verify that you have a reportserver virtual directory?
September 26, 2008 at 8:00 am
Have you installed reporting services on the other machine? Has the report been deployed to the new machine? Have permissions been granted on the new machine?
September 26, 2008 at 7:33 am
You can zip it or rename the file to .txt and attach it to the forum.
September 26, 2008 at 7:26 am
Viewing 15 posts - 7,351 through 7,365 (of 9,643 total)