Viewing 15 posts - 12,241 through 12,255 (of 13,876 total)
What happens after the Script Task - does the process try to run the dataflow, regardless of the existence of the file? Or have you used precedence constraints to send...
March 17, 2010 at 11:16 am
So bring the dates in as strings, and in the dataflow use a data conversion to convert to date. Then set the Error behaviour to be Redirect Row - to...
March 17, 2010 at 8:55 am
Lynn Pettis (3/17/2010)
March 17, 2010 at 8:29 am
fm447k (3/17/2010)
So just so I understand this the IMEX=1 is being overlooked because of the registry setting. Also how do I change the registry setting?
Maybe. You should check your data...
March 17, 2010 at 8:18 am
Thanks for posting that link - good info.
March 17, 2010 at 7:57 am
The SQL Server Export Wizard might generate the relevant Access CREATE TABLE commands for you (I haven't used it for a long time, so I'm not sure). You could edit...
March 17, 2010 at 3:47 am
Not quite sure how, but can the package detect 'who' is running it? For the scheduled job, it will be whatever user is running the SQL Agent service - and...
March 17, 2010 at 3:34 am
Use an OPENROWSET Execute SQL task to select the data.
Map the result of the Execute SQL task to a variable.
Use the variable as part of an Expression (SQLStatementSource) for your...
March 17, 2010 at 3:28 am
Does the Access file already exist? It needs to, or you won't be able to set up your mappings.
Do you really need many files, or just many tables within one...
March 17, 2010 at 3:15 am
... and, to do the design work in the first place, you'll need a valid source-data file in your import folder. Without it, SSIS cannot build the necessary meta data....
March 16, 2010 at 11:53 am
So I am assuming that you have multiple dataflows, connected in some logical order. You want each of the dataflows to finish successfully if the source file is not found,...
March 16, 2010 at 4:52 am
OK - what do you want to happen if some of the files are present and some are not? Import them, or not import anything?
March 16, 2010 at 4:38 am
If you know that the file will exist at run time and you're just avoiding design-time validation errors, set DelayValidation = True.
If you want a package to run successfully regardless...
March 16, 2010 at 4:26 am
Check the Regional Settings on the computer running the package and ensure that 'Decimal Symbol' is set to comma, rather than a full-stop.
March 15, 2010 at 7:53 am
Can you paste some sample source data? It might help me (and others) come up with ideas. Use [CR] and [LF] to designate where the carriage returns and line feeds...
March 13, 2010 at 8:58 am
Viewing 15 posts - 12,241 through 12,255 (of 13,876 total)