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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 30, 2008 at 10:54 am
SELECT
parentName
FROM
tblParent
WHERE
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 30, 2008 at 9:10 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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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"...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 26, 2008 at 7:33 am
I'm pretty sure it can.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 26, 2008 at 7:27 am
You can zip it or rename the file to .txt and attach it to the forum.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 26, 2008 at 7:26 am
Lookup Bulk Insert an bcp in Books On Line.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 26, 2008 at 7:08 am
Viewing 15 posts - 7,351 through 7,365 (of 9,643 total)