Sql jobs failing once and complete on retry
Weird stuff, having random failures the past 3 nights in a row during nightly processing. 1.Child packages are run by the parent 5 times before failing the job that runs the parent, when this happens,...
View ArticleHow to load Excel data dynamically using SSIS to OLE DB destination?
I have a scenario where I have to load data in Excel sheets to a database dynamically via SSIS package. Also I need to access and load each excel sheet of a single excel file separately
View Articlessis package call child ssis package use DTExec command
I have a SSIS package A can run fine in a 64bit machine, I have another SSIS package B will generate a 97-2005 Excel file. After I set Run64BitRuntime to false, it also can run at a 64 bit machine. Now...
View ArticleSSIS Pass null value through Execute SQL task
UPDATE Addresses SET CountyCode = Null, UPDATED_TIME = ?, UPDATED_BY = ? WHERE (Country = ? AND Town = ?) AND CONVERT(VARCHAR(10),CREATED_TIME,112) = '20140602' Can someone please tell me why the above...
View ArticleRun SSISDB without AlwaysOn in SQL 2012
Hi All, We have SQL 2012 installed on 2 nodes and have 2 user Dbs as part of Availability group. SSISDB is NOT part of the availability group. We have also installed SSIS Catalog on Node 1 & Node...
View ArticleSSIS job failed - 2008 R2 - DTSER_FAILURE(1). But the jobs continues to run.
I have a SSIS package which runs every half an hour to update the sales. The job failed to execute at 10:35 pm. But it executed the job to run after that. The Log File shows this message - Message...
View ArticleVisual Studio 2010 - SSIS project
Hi Please advise if it's possible to allow the offline connections datasource to not go into offline mode whenever 'opening' a project in visual studio (3 different users on the domain) The issue we...
View ArticleHow to find/get the SQL Query behind a SSIS package
How can i get the SQL Query behind a SSIS package ?
View ArticleExcel Source columns > 255
I hate to bring this subject up one more time but I need a definitive answer to whether given a Excel source with several columns data > 255 (upwards of 7000) characters can be automated to get the...
View ArticleRunning SSIS jobs with AD account
I am currently running SSIS jobs using my user ID that is defined by Active Directory and I have utilized the Proxy and Credentials as described in one of the SqlServerCentral articles. The jobs touch...
View ArticleImporting XML file with multiple namespaces
For our upcoming e-commerce platform, I have been tasked of importing the orders, which I pull off as XML files from a FTP server, using SSIS. After downloading the file, I want to import it into our...
View ArticleImport the .csv file data in two table using SSIS package
Need to import the .csv file in sql using SSIS. The file format is given below: "HDR","00000001","14072014","111555"...
View ArticleARRGH! Unicode vs non-Unicode again!
I have a very strange problem with a 2008 r2 SSIS package or maybe it's Oracle. I have 3 Oracle 11g databases: PRD, TST, DEV. I am only extracting data. The dba for Oracle just reloaded DEV with a copy...
View ArticleSSIS Pkg fails in SQL Agent but not on local machine (not due to permissions)
The pkg runs fine on my local machine. It fails with the error message below when executed from SQL Agent. I can see if there are permissions issues but I don't think this is one but I need some...
View ArticleSSIS Pkg fails in SQL Agent but not on local machine (not due to permissions)
The pkg runs fine on my local machine. It fails with the error message below when executed from SQL Agent. I can see if there are permissions issues but I don't think this is one but I need some...
View ArticleSSIS Pkg fails in SQL Agent but not on local machine (not due to permissions)
The pkg runs fine on my local machine. It fails with the error message below when executed from SQL Agent. I can see if there are permissions issues but I don't think this is one but I need some...
View Articleapply cdc to existing data warehouse
hi all, I'm building an education data warehouse. I have various dimensions that i would like to track changes to i.e. DimStudent, DimClass, DimCollege, DimExamPaper etc. etc. My solution currently...
View ArticleSql jobs failing once and complete on retry
Weird stuff, having random failures the past 3 nights in a row during nightly processing. 1.Child packages are run by the parent 5 times before failing the job that runs the parent, when this happens,...
View ArticleHard questions
We have file coming from FTP site and this file is zipped. Inside the zip file there is .bak file holding backup files . The name of the backups are constants except the date (example A01-01-2004...
View ArticleSSIS VB Script Task Inside a For Loop Container
Hi all, I'm learning SSIS, so sorry if this question is too primitive. I added a For Loop container to control flow and then added script task inside the For Loop container. I also added a variable and...
View Article