Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
papa.deblanc
Starting Member
1 Post |
Posted - 2013-07-17 : 12:33:23
|
I have a working Data Import from Excel 2013 to SQL Server 2012.But when I save the package to SQL and Execute it, it fails.I think this is due to Datatype issues.In the Wizard I set the Global On Error Action to Ignore when dealing with Excel columns which contain both Numbers and Text. This works fine.So I suspect that when the package is saved and executed it uses the default Global On Error Action - which is fail. :-(Is there a way to change this setting in SSMS or elsewhere? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-07-17 : 12:54:28
|
You can change the setting by opening package in Business Intelligence Development Studio------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
 |
|
|
|
|