How to email error messages?
Hi, I am very new in SSIS and just have a very basic question: how to capture whatever error message in the whole package, and send it through an email? All the postings I could find talks about how to...
View ArticleDynamic filenames
I have multiple excel and text files that i want to import to sql. The importing part is easy but I am getting these files from a 3rd party so some days the file will be filename.txt or filename.xls...
View ArticleFlat File Destination failed the pre-execute phase and returned error code...
In the SSIS package after loading the data from multiple XMl files (around 80) at the end I'm loading the data from SQL Table to Flat file(.csv) to create a summary report and I'm getting the below...
View Articleextracting a .gz file through batch command using winrar software
Hi, I want to unzip a .gz file using winrar software in a batch file using batch commands, How can i do this. any information will be helpful.Nagaraj
View ArticleFailed to set information for row X, column Y into the buffer
Hi, We have a dtsx running on a SQL Server 2008R2 production server. The dtsx runs 90% of the time successfully but the other 10% always fail on the same error listed below 'failed to set information...
View ArticleCan't connect to SSIS from client machine
HI All We have following scenario: 1. A 2-node failover cluster. 2. 1 instance of sql server 2012 is installed on node-1 and 2 instances of sql server 2012 are installed on node-2 3. we have...
View ArticleConverting into Text files (Source is FTP server) SSIS
Hi All, I had a small issue I was pulling files from FTP Server by Using Execute Process task Everything is working fine but the problem is when I am dropping that files into the folder those should...
View ArticleImport muliple Access databases into SQL server
I have over 300 Microsoft Access databases, all contain five tables with exact the same structures. I would like to load them intoSQL server automatically, so I end up with just five SQL tables....
View ArticleNeed help reading negative number from flat file source
Hi All, I have a flat file source that contains a negative sign in the value and need to know how to read it in and get the correct value for output. Example, 0000000000-2000 should be outputted as...
View ArticleHow to expose TaskHost properties using a Script Task
Hi I have built a custom logging feature through the use of the Execute SQL Task SQLStatementSource property, using dynamic SQL that utilise System variables and event handlers. There are some things...
View ArticleImport Excel Sheet has a higher 1024 column in SQL Server.
Hi,If i have a excel file more than 1024 columns, then how can it uploaded into sql table through SSIS.
View ArticlePDW Destination Adaptor
Hi All, Heard a lot on PDW and the destination adaptor it has got for SSIS too. Has anybody have an idea of whether this adaptor comes as part of Parallel DW configuration or is an independand...
View ArticleRun a SSIS package using jobs
Hi, I am using mssql 2008 and i have created a SSIS package using dbname->task->import option and I have called the package using sql server agent jobs like the below, xp_cmdShell 'dtexec /DTS...
View ArticleSSIS Problem while exporting numbers stored as text in Excel
HI All, In my SSIS package when I am exporting data from SQL Server to Excel-2007. The numeric data are stored as String in Excel and flag is showing in every cell saying that number stored as text....
View Articlehow create a DTS to copydata from all tables of a database to all tables of...
hi, i have two databases.now my requirment is to copy data of all my tables from one database to the other but the issue is that i have to copy on the bases of datefield available in one table.now let...
View Articleinsert data from file into sql table
hi i have flat file like this TH*4.2*876545*P~~IO*3456*color~ now i have two tables create table table1 (id nvarchar(10), t1 int, t2 int primary key, t3 nvarchar(5), i1 int foreign key...
View Articlehow to insert blank into bigint column in SSIS
Hi, I have to implement a business rule in SSIS package. Rule says, Column C (integer) will be blank if column A(string) and Column B(string) are equal. Could you please tell me how to implement this...
View ArticleOLE DB configuration in SSIS package run from Command Prompt
Hello I think this is probably a very basic question but I'm new to SQL so having trouble figuring this out. I am executing an SSIS package from the command prompt using the dtexec command. My SSIS...
View ArticleJoining two set of files in 2 folders
Hi, I have two folders. FolderA and FolderB. I have File1, File2..File10 in each of the folders. I want to load by joining these two folders' files. File1 in FolderA with File1 in FolderB and so on....
View ArticleHow to create a table dynamically based on the metadata of Excel Source in SSIS
Hi All, How to create a table dynamically based on the metadata of Excel Source In SSIS. Suppose i have one excel file having 20 columns with different datatypes . so i need to create table with the...
View Article