Hi All, OS: Windows 2003 R2 SQL version: MSSQL2005 SP4 When using SQL server Import and export wizard to do importing data from csv flat file to table. It hits errors at "Initializing Data Flow Task (error)" screen and stop the process. I have checked the windows event log, it shows event id 12291 SQLISPackage failed. How do fix this errors? regards, CP
Did you check whether the columns defined in table and data from source file matches. The best bet is to enable logging for the package, see http://msdn.microsoft.com/en-us/library/ms138020.aspx and http://sqlserver-qa.net/blogs/tools...ging-providers-make-best-use-of-ssis-too.aspx fyi.
Did you check whether the columns defined in table and data from source file matches. The best bet is to enable logging for the package, see http://msdn.microsoft.com/en-us/library/ms138020.aspx and http://sqlserver-qa.net/blogs/tools...ging-providers-make-best-use-of-ssis-too.aspx fyi.