Viewing 15 posts - 6,751 through 6,765 (of 9,643 total)
skjoldtc (12/2/2008)
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. ...
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...
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...
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...
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...
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...
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.
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...
December 2, 2008 at 11:10 am
Lynn Pettis (12/2/2008)
Jack Corbett (12/2/2008)
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...
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...
December 2, 2008 at 7:44 am
Sounds like there is a typo somewhere. Double check the group name.
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.
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) -...
December 2, 2008 at 7:35 am
Viewing 15 posts - 6,751 through 6,765 (of 9,643 total)