Viewing 15 posts - 61 through 75 (of 95 total)
alpesh-419376 (7/29/2010)
I have job which internally executes SSIS package. the issue is when i run this job it shows executing but do not actully runs the package which is...
July 29, 2010 at 2:49 pm
In other words, let's say I've got a text file with a 1,000 records and 2 of those records are bad and can't be loaded. I'd like for 998...
July 29, 2010 at 2:45 pm
MostInterestingMan (7/27/2010)
I have a straightforward package that uses an OLEDB Source to copy data using a query to a Flat File Connection Destination (.csv). The date field is not displaying...
July 27, 2010 at 3:27 pm
As Phil mentioned this would be a flaw in the code as this event (post-execute) would get executed only for the final row in the pipeline.
July 27, 2010 at 1:53 pm
SSIS is also just using SQL under the hood right? Why don't I have to use distributed queries then in SSIS?
You can use distributed queries but then you need to...
July 27, 2010 at 10:20 am
can you post how you are running the SSIS against sql 2000? Are you running the SSIS graph from your local machine and the connection settings pointing to the SQL...
July 27, 2010 at 10:12 am
if you have the flexibility of editing the ssis package if you need to restart the process.. then you can manually get the max value of the recordset that were...
July 27, 2010 at 9:56 am
sqlfavor (4/7/2010)
July 26, 2010 at 10:07 am
Can you check the data type of the variable "Error1"? Also is there a need to perform this inside data pump? You can do this in control flow itself and...
July 26, 2010 at 9:32 am
Is it also possible/necessary to adjust the max size of the transaction log? If yes, where can i do that?
And will this dataflow task be able to resume in case...
July 26, 2010 at 9:12 am
Questions:
- Is there a way to 'repair' the imported db? Since the data seems physically there on the hdd, and the row importing process went till 100%
- Is there a...
July 23, 2010 at 2:29 pm
Did you check the checkbox that "Retain null values from the source as null values in the data flow" in the flat file connection manager?
July 22, 2010 at 3:46 pm
anand_vanam (7/21/2010)
I execute the package by keeping maximum insert commit size property in OLEDB destination to 0 (zero)
[OLE...
July 22, 2010 at 1:40 pm
peterzeke (7/21/2010)
July 21, 2010 at 1:29 pm
The issue got resolved after running chkdisk on my laptop... It was popping up everytime when i reboot my machine.. I tried that once and the connection issue got resolved.
July 20, 2010 at 1:43 pm
Viewing 15 posts - 61 through 75 (of 95 total)