Calculations in query taking long time and to load target table
Hi,I am pulling approx 45 Million records using the below query in a ssis package which pulls from one DB on one server and loading the results to another target table on the another server. In the...
View ArticleDesign Query - Read ChangeVersion
I have a ChangeTracking table with a single ChangeVersion INT column with an initial value of 0.I have an SSIS package which contains 2 Data Flow Tasks, each with 2 Stored Procedures. Each of theStored...
View Articlescheduling packages in ssis
Hi I have deployed 2 packages in that first i scheduled one package after execution immediately second package should executehow can i schedule a job for this scenario?
View ArticleServer not running SSIS job in 32bit mode
I have a package that I developed in VS2012 (using the SQL Data Tools component) which collects data from a DBF file using the VFPOLEDB provider, and puts it into a database on a SQL Server 2012 X64...
View ArticleCHANGE_TRACKING_CURRENT_VERSION
I am tracking insert changes only on 4 tables. I am using an SSIS package and stored procedures to return incremental changes to all tables to populate a data warehouse.When the initial data is loaded...
View ArticleThe File name property is not valid. The file name is a device or contains...
I have an SSIS task that has run successfully for years. They just moved the dtsx to a new server and now it is failing. Issue: The task has a data flow that writes a raw file destination. It then has...
View Articlecannot convert between unicode and non-unicode string data types.
I'm trying to copy the data from 21 tables in a SQL 2005 database to a MS Access database using SSIS. Before converting the SQL database from 2000 to 2005 we had this process set up as a DTS package...
View ArticleFail to start project
Hi, everyoneWhen I click start to run the project, there is a error message: Failed to start project ------------------------------ ADDITIONAL INFORMATION: Method not found: 'Boolean...
View ArticleRounding Numbers in SSIS
I have imported data from excel and i m exporting it to text file. In excel i see one value as 0.85 but when i am exporting it to text it has changed to 0.84999999999999999999. How to overcome this...
View ArticleImport wizard doesn't come up! (DTSWizard.exe faults in dbgtrace.dll)
This has been happening intermittently for a few weeks, but now it seems pretty constant. When I click on the "Tasks -> Import Data..." option for my databases, no wizard window pops up. When I look...
View ArticlePackage Help needed For each Loop container
Hello all,I need a bit of advice, I`m a newbee to SSIS so I`m learning. Here`s what I need. I have a EDI 837 file which needs to be converted and inserted into a sql table. These are multiple files and...
View ArticleAdding a New Date Column
This is probably simply answered, but I can't find it on the web...I'm importing data from an existing Excel file, and I need to add a few columns using the Derived Column Transformation tool. As I add...
View ArticleYear Month Format
I have an input column value of Sep-15, i want to see output as 201509. what is the most efficient way to achieve it in SSIS 2008R2?The source is Excel not SQL Sever.
View ArticleReport Model with mulitple data sources
Hi, We have requirement to develop report model in 2008 having multiple data sources which includes SQL SERVER 2012 and Oracle database so end user can all the relevant data in one place to run in...
View ArticleCannot load script for execution.
hi iam creating the sisi package with in script task . script task was build successful . but when i was executive the ssis packages vs 2012. it get error :Cannot load script for execution.....
View Articlecheck for text files in folder
How do we check if ther exist any text file in a particualr folder.
View ArticleProblem with sampling data using Percentage Sampling
I am using Percentage Sampling transformation to sample data of 10 records. As you can see below, out of the 10 incoming rows, only 4 rows are going to the output, rest of the 6 rows are not getting...
View ArticleHow to check edition of SSIS (no db engine)?
Is there a way to check the edition of SSIS? i've tried connecting to SSIS through SSMS and looking at the reports, but that just gives me the version number.there is no database so SELECT @@version...
View ArticleConvert SQL Query to Derived Column Expression
I'm in the process of reworking some SSIS packages I inherited. A lot of these use Execute SQL Statement components to update certain fields in the tables once they've been loaded. I'd like to replace...
View ArticleXML as source in SSIS: needed one single tab as destination
HiAs source in SSIS I have an XML file and as destination an Excel file. SSIS produces in Excel as many tabs as blocks in XML. The last column in every tab contains some IDs like for instance...
View Article