changing the code page
Is there a way to change the code page in sql server.tried using collation for different collation it gives the same code page .i need to convert from 1252 to 37COLLATIONPROPERTY( collation_name ,...
View ArticleSSIS Transaction option with Oracle source in Data flow
I have an SSIS package which is pretty simple, just a data import and an execute SQL task thereafter. I want to roll everything back if any part of the package should fail so I put these tasks within a...
View ArticleSSIS - ICSharpCode.SharpZipLib is failing to unzip a 295 MB ZIP file with...
We have used "ICSharpCode.SharpZipLib" in the SSIS interface package to unzip files. but its failing to read the ZIP file around 295 MB, which is having 3.6 GB TXT file in it.The ERROR is saying there...
View ArticleWMI Event Watchjer Task
Hello,I have a package which monitors the folder and executes the child package whenever the file is placed on a folder i.e I have used a WMI Event watcher pointed to the folder and whenever the file...
View ArticleSQL Server Data Tools 2012 Drag and Drop Issue
Hello i have SSDT 2012 BI installed, and there seems to be a bug with dragging and dropping objects. When you click on a component and hold the mouse button to drag the object will sometimes jump to...
View ArticleSSIS does not occupy the entire space of the CPU
Guys, good morning! I have a package with script responsible for executing some SQL Server Jobs, it turns out that this package fails when resources are scarce the machine, although running jobs...
View ArticleData conversion error
Hi All,I am getting below error in my SQL server agent job. Source: Data Flow Task Data Conversion [31] Description: Data conversion failed while converting column "Partner" (935) to column "Copy...
View ArticleVisual Studio 2010 - Execute Data Flow Task Stalls
Hi,I have SSIS packages, that we are using for our data migration. We have a team that is using these packages to test the migration, but for some reason a few users are unable to run any data flow...
View Articleregarding ssis
Hi,I am running my package for debugging, I do not want to load data into any destination, which transformation I can use for test purpose as destination without writing data to anywhere
View ArticleData conversion of the excel destination columns in ssis package
Hello Everyone,I created one package which will run every-month and load the data in excel sheets. Here the problem occurs1) I have around 10 columns in source with datatype decimal, varchar.2) I used...
View ArticleTable Records send mail using script task
Using Script task i have to send data records. I am aware of send mail via script, need help on passing the recordset as object to send mail function.If data is found in error table,Get set of records...
View ArticleUpgrading Just One Package
I have two 2005 packages sitting on the file system and want to just convert one of them to 2012. Can you explain how to do that? Again, I only want to upgrade one 2005 SSIS package to 2012 out of...
View ArticleSQL Server Import and Export Wizard Fails with Unknown type 129
I’m having a problem with Column Type mapping in the SQL Server Import and Export Wizard. The source database is DMSII the target is MSSQL 2008 R2. The issue is there are several columns that have a...
View ArticleWritting Result set to UTF-8 format misplacing characters
Hi,I am getting this data and writting to a flat file.select 'Ottawa' as city, 'ON' as [state] union select 'Orléans' as city, 'ON' as [state] Here city column is varchar(30) with fixed width.here are...
View ArticleForeach Loop Container and Dts.TaskResult
Hi.So I have a Foreach Loop Container, and in it, a Script Task. On success of Script Task it follows to a TSQL Query, if Script Task fails, the flow goes to another TSQL Query. Green arrow or...
View ArticleSSIS check if file was already loaded ?
I want to make a package to load some text files into a database table. Any suggestions on how I can check if a file has been loaded already or if a duplicate file exists, then don't load the duplicate...
View ArticleNot Able to edit script task component
Hi,Under On DFT I am reading data from Using OLEDB Source (I have write a query to get output result in this OLEDB source that generate the following out...
View ArticleData Flow Succeeds with Incomplete Output on New Server
Hello!I've run into an odd issue. I've been running a package that pulls data via MDX from a cube to a SQL Server database and the expected number of records is 1.2M.I've changed the destination data...
View ArticleSQL Server 2012 SSIS Script Task gives Error: Cannot load script for execution.
Script newbie here. Trying to run a Script Task copied from http://www.nullskull.com/faq/1431/send-authenticated-smtp-email-from-ssis.aspx that will send email to an authenticated SMTP server (basic...
View ArticleHow useful are fuzzy lookup and fuzzy grouping ?
Is it really useful in real world jobs ? Can we do things efficiently without it ?Thanks.
View Article