Viewing 15 posts - 6,661 through 6,675 (of 9,643 total)
IMO, you should use an output parameter. This is the most efficient method. If you need help getting the output parameter to work, post some code and I'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
December 9, 2008 at 7:10 am
Could you post the answer and/or the link you found that provided the answer? That way if someone else googles it and finds this link then they will have...
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
December 9, 2008 at 7:06 am
You can do this in SSIS. That is what I am trying to tell you. You use the Script Task (a component of SSIS) to check for existence....
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
December 8, 2008 at 9:27 pm
I understood what you wanted to do, I just was wondering why you wanted to that. One way to do what you want would involve the use of a...
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
December 8, 2008 at 9:22 pm
sharon.bender (12/8/2008)
Sorry, what do you mean by a "script task" exactly?
A Script Task is one one of the Control Flow items in the toolbox in BIDS. It allows you...
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
December 8, 2008 at 9:10 pm
Why do you need to do this? Wouldn't you have an order header with these 2 lines items on the order?
Are the $ amounts totals or price per item?
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
December 8, 2008 at 6:51 pm
IMO, the best way is to use a script task which will allow you to check for the file, if it exists fail and do one thing in your flow,...
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
December 8, 2008 at 6:41 pm
This is one of the "failings" in SQL Server. If you want a report that provides data based on a list of items you have a couple of options....
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
December 8, 2008 at 3:53 pm
Can you post the linked server setup?
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
December 8, 2008 at 3:46 pm
didier.boelens (12/8/2008)
Here follows additional information referring to your question...
1. Why inserting the record?
=> Since it might happen that several "users" would like to create a...
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
December 8, 2008 at 3:36 pm
Thanks for posting the link.
I played around a little bit, but could not find a way other than making the user the owner of the database and that...
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
December 8, 2008 at 3:15 pm
In the report, select the object you want to toggle, go to properties -> Visibility and set to hidden and set the toggleitem to the item you want to have...
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
December 8, 2008 at 8:48 am
Why do the insert? Why not build the key before the insert like this:
ALTER PROCEDURE dbo.sp_test
(
@in_parent...
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
December 8, 2008 at 8:39 am
I agree with Grant, something is closing the database. You should put a trace on it.
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
December 8, 2008 at 8:28 am
Duplicate post. Please post answers here
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
December 8, 2008 at 8:02 am
Viewing 15 posts - 6,661 through 6,675 (of 9,643 total)