Viewing 15 posts - 61 through 75 (of 114 total)
Wow, this is proving to be **nightmarish** project. I still can't get my package to run as a job. It runs from the package store just fine. ...
January 29, 2013 at 8:13 am
Are you able to add something to your .bat file to at least work out where it is hanging? Possibly writing to a text file or something similar?
Your initial comment...
January 29, 2013 at 4:37 am
Phil Parkin (1/29/2013)
This user may not have permissions to the various files involved - I suggest that you...
January 29, 2013 at 4:06 am
However, when the user tried to execute package, she says it gives her an error.
How is this person trying to execute the package? Have you tried right-clicking on the...
January 21, 2013 at 12:12 pm
Update: I am now using Isnull for all data of type numeric and money. I'm still getting garbled output, which begins when I add to my select list a...
January 21, 2013 at 9:48 am
The fields where BCP begins to fail are numeric, with null values. I have found if I change the view to use "IsNull", that BCP works fine with it....
January 21, 2013 at 8:46 am
Update: I can add additional, non-null fields after the point where the data is garbled. This indicates that it isn't a field number limit problem.
BCP just doesn't...
January 21, 2013 at 8:35 am
Thanks, John Mitchell-245523. I use package configurations for a lot of purposes. However, in this utility package, it appears to be preferable to set the customer id in...
November 15, 2012 at 1:26 pm
Thanks for the reply. I disabled all but two script tasks in the package. The top-most script task sets the value of the customer_id. The second script...
November 15, 2012 at 6:42 am
Martin, it worked like a charm. Thanks!!
October 23, 2012 at 10:54 am
If you are using SSIS, you can have a script task that dynamically adds the new columns that you need. It can determine what the current month and year...
September 27, 2012 at 11:53 am
You can establish check points in your package. This will enable you to restart the package and bypass the steps that have already been successfully done.
September 27, 2012 at 7:16 am
quasar_phoenicis, yes, I was trying to find a SSIS solution where the column definitions will change from table to table.
Too bad SSIS doesn't have a mechanism to handle this kind...
September 27, 2012 at 6:27 am
Hi Sumit,
Thanks for the reply. However, what you are doing is different than what I wish to do.
You know in advance the fields that you are selecting from the...
September 26, 2012 at 6:46 am
I've just encountered this thread:
http://www.sqlservercentral.com/Forums/Topic457155-148-1.aspx
This mirrors my question. Apparently, SSIS's need to have columns defined in advance precludes using it to dump many tables from a single...
September 24, 2012 at 8:03 am
Viewing 15 posts - 61 through 75 (of 114 total)