Not using MSDTC in SQL Cluster when using SSIS
I have an SSIS package that reads data from Oracle and inserts it into SQL Server.The SQL Server is clustered (node1, node2) but it doesn't have MSDTC. The package runs fine without problems.I have...
View ArticleMayday! SSIS Guru urgently required, for love and glory from all the community!
Mayday! Mayday! A distress signal is being sent out to all past, present and future Gurus!We need more of your awesomeness!The TechNet Guru Competitions have become BIG news within Microsoft circles,...
View ArticleDynamic connection - tricky
hi all,i have a few DBF files in different folders and I need to import these files into a SQL Server database.The files are present in different folders. There is one main folder for each customer and...
View ArticleScheduled sql agent SSIS package executes slower than BIDS and command prompt
I have an SSIS package that is taking data from a table, performing some derived column tasks and dumping the data into another table. All on the same database on the same server. When I run the...
View ArticleData Transformation Services Execution Utility stopped working and was closed
Hi,I had the SSIS packages (ETL job) working fine for a long time and then we moved the server/machine and ETL job keeps failing.The ETL job run number of packages. The ETL job fails for the first run...
View Articlegenerating the flatfiles from server getting error
Hi,source file type is .csv. I am using executeprocess task to download the source file..its thrown error by the executeprocesstassk and also through command prompt. all arguments are sitting...
View ArticleVariable of Type "Object" is getting Null in script task
I have 3 components as below1. Execute Sql Task ---> It will fetch The data from Database using ConnectionType "OLEDB" ("Full Result Set" its returning) and Store it in the Variable as below,...
View Articlewhat is difference from error handling and exception handling in sql
Could please any one explain with simple example Thanks
View ArticleImplementing Structured Exception Handling
Could you please any one explain with simple example Thanks
View ArticleCan i insert a string text to a date datype column in a table in sql server
I have a column of datatype date in a table in sql server..for few rows i want to update their value to 'In Hold' in that column.How to write a update statement to insert string value to date datatype...
View ArticleWhat is the best way to send auto mail with excel(generated by query)...
Hello,Need to generate first data from stored procedure and the save it to an excel file and then send mail with the same excel file.So am searching for the best way so that i could do all process in a...
View ArticleWrite specific cell in excel through script task in SSIS
Hey guys.. I've task to update specific cells in excel. I need to create a table of data,bold it and color them as well in excel. This should happen in multiple sheets in a single spreadsheet using...
View ArticleSSIS OLE DB Source editor does not load all the access database tables
Hi,I have access database where I have couple of hundred tables and I am trying to import all the tables to SQL server using SSIS but in OLEDB source editor it's showing only 7 to 8 tables instead all...
View ArticleSSIS OLE DB connection using SSL, how to verify it is using SSL
I created an 2008 SSIS package which uses a Connection Manger connection to an iSeries host. It uses an IBM i Access for Windows OLE DB driver - IBMDA400. (OLD DB Provider: IBM DB2 for i IBMDA400 OLE...
View ArticleCalling conection to script task to validate sql statement
Can we pass a a variable in Execute SQL task as sql statement?
View ArticleWhen dynamically creating an excel file, can SSIS create xlsx files...
Problem: An Excel file (XLSX) dynamically created by a SQL Task cannot be opened via Excel. The task succeeds, but when you try to open the workbook in Excel you get the fillowing error message: Excel...
View ArticleUnexpected Termination of SSIS from SQL Server Agent
http://support.microsoft.com/kb/2837964/en-us addresses this issue indicating SQL 2012 SP1 with CU4 resolves the issue, it does not. It does appear to remove the random failure, but does not resolve...
View ArticleIS Left outer join in Merge Join transformation is same as left outer join in...
I need to perform a left outer join in SSIS. I am using merge join between an excel source and a oledb source.But it is not yielding is same results.IS Left outer join in Merge Join transformation is...
View Articlesql 2008 r2 dtexec crashes intermittently when executing SSIS package - more...
We have a customer where our SQL Agent jobs run SSIS packages every hour at 40 minutes past the hour. When our steps were configured to run with 64-bit dtexec the jobs failed 30-40% of the time they...
View ArticleMove dynamic file task in SSIS
I want to copy the dynamic files end of every month from one location to another.File format : \\test\data\<databasename>_<backup>_<year>_<month>_<day>_<system...
View Article