Viewing 15 posts - 6,751 through 6,765 (of 9,643 total)
skjoldtc (12/2/2008)
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 2, 2008 at 8:51 pm
I don't see an issue with using schemas this way as long as the documentation notes how schemas are being used. I wouldn't recommend combining organization with security. ...
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 2, 2008 at 3:07 pm
Assuming you are using 2005 what do you get when you open up the Report Server Configuration Tool?
What error do you get when you try to connect from...
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 2, 2008 at 2:40 pm
If you are just talking about setting up security for Reporting Services reports you can start with BOL. Reporting Services uses Active Directory so you just need to deploy...
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 2, 2008 at 2:34 pm
You need to install SSRS on your PC if that is where you want to deploy reports. If you have SSRS installed elsewhere you just need to set your...
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 2, 2008 at 1:47 pm
Do you mean you have a set of Reporting Services reports that you want to use a custom permissions solution for instead of setting up the groups in AD and...
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 2, 2008 at 11:58 am
Mark,
I think I misread your original post. Were you trying to redirect errors from the Source Component or at the Destination?
I've never had an issue with the a truncation...
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 2, 2008 at 11:28 am
An SSIS destination will redirect error rows. I use it all the time. There can be an issue if you use Fast Load though.
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 2, 2008 at 11:13 am
Thomas (12/2/2008)
Hi JackWould you be kind enough to provide the required code to check the file properties in the script task without using the component you recommended.
I would if...
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 2, 2008 at 11:10 am
Lynn Pettis (12/2/2008)
Jack Corbett (12/2/2008)
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 2, 2008 at 11:03 am
You should be able to just use substring against the variable containing the file name in a derived column task in the dataflow. It should be available in the...
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 2, 2008 at 10:13 am
You can use a script to check the properties of the file to see if it is in use and then skip it. Whenever anyone is dealing with files I...
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 2, 2008 at 7:44 am
Sounds like there is a typo somewhere. Double check the group name.
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 2, 2008 at 7:39 am
Is this a one-time thing or on-going? You should look into SSIS as that is what it is for.
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 2, 2008 at 7:37 am
Well, based on the data you have provided, you could do a couple of things:
1. Use Substring like this:
Product_Code: substring(Product, 1, Findstring(Product, " - ", 1) -...
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 2, 2008 at 7:35 am
Viewing 15 posts - 6,751 through 6,765 (of 9,643 total)