Insert into a table with unique columns from another table.
There are two tables,STG_DATA ORDER_NO DIR_CUST_IND 1002 DNA 1005 GEN 1005 1008...
View Articlecopy over or migrate Sybase asa 11.0 database to SQL Server 2012
I would like to copy over or migrate our Sybase 11.0 database to SQL Server 2012. the database is about 23 gigs, but from my reading, SSMA will not work on a this version of Sybase ( too old) so I'm...
View ArticleSSIS Package opened in Design mode instantly going to MODIFIED
Hi,I've got a really strange error - I've searched around and can't find anything relevent for it.When I open a particular SSIS package in BIDS It loads and instantly goes to a modified state...
View ArticleBlank Row comming out from Excel Source?
Hi,I use an excel datasource to populate some simple dimensions, but when i extract the excel file i get alot of blank rows from the excel files...How can i overcome this issue? Is this normal?I never...
View Articleconverting ntext to varchar using C# in SSIS Script Component
Hi forum,Im new to C# and im working on a task to convert ntext source column to varchar using C# script component, Cannot use cast as it is limited to 8000 characters, this columns has to go thru the...
View ArticleRun SSIS package in a machine without Sql Server
Hi All,I have 3 packages which are doing fairly easy job. First uploading flat file to remote server from my local machine. Second does some transformation and third load file back to my local machine....
View Articlefloat [DT_R4] and SQL
Hi guys, I'm stuck in an huge projject just because I'm having problem moving data from CSV file to SQL. The colum that making me crazy is a float [DT_R4]. I tried in SQL with dec, int, real...but...
View ArticleError Handling
Hi,I am creating a job that handles errors, using Event Handlers - On Error (see below). The point is that the dataflow task basically outputs the error message into a Variable (with Type Object). Then...
View ArticleError converting data type varchar to numeric.
Hi guys, I got this simple query select CAST(charge AS DECIMAL(10, 2)) from fckbut it return Error converting data type varchar to numeric.That's mean something strange value. I was wondering if there...
View ArticleExporting the data from table to excel using query
Hi All,I am trying to load the data from table to excel using the below t-sql query command.insert into OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=D:\Test.xls;', 'SELECT * FROM...
View ArticleFTP task fails on timeout, Exception from HRESULT: 0xC001602A
I wanted to "thank" the SSIS team for their traditionally wonderful job at error handling. From what I understand the 0xC001602A is a catch-all for pretty much any and every problem, which I...
View ArticleIs there any way to control the zoom factor so that when my SSIS Package is...
I have formatted my SSIS Package beautifully, if I do say so myself, so that all my tasks are visible at 50% zoom. However, when I close my project and then re-open it in Visual Studio, it defaults...
View Articlefile system task and ibm iseries file share
Hi. I'd like to use the file system task (FST) to copy files en masse (folder to folder regardless of file name) from an as400 file share. We run ssis 2012 enterprise. I'm not an expert on as400...
View ArticleByte input to Webservice Task in SSIS 2012
Hi,I have just created a new project in SSIS 2012 and I am using a webservice task in a package.I imported the WSDL file and I have several inputs to set to use it properly.I put variables on the 4...
View ArticleSSIS Script Component Fails because of occasional null value(s) in a certain...
Greeings,I am using Visual Studio 2008 and currently have a package that works fine, until I add a certain date column to my script component (vb). There are 2 records in the source dataset that are...
View ArticleCan't change the connection string of SSIS package with derived columns?
We upgraded SQL server 2008 to 2012, copied and converted all SSIS packages from Visual Studio 2008 to 2010. When I opened a package in VS 2010 and tried to change the connection string, in the local...
View Articleloop though folder in the order of filename
Is there a way in ssis using for each loop container to loop through all the files in the order of file names.for example if I have1.txt2.txt3.txt4.txtI want to process 1.txt then 2.txt and so on...
View ArticleSSIS Jobs in SQL 2012
In SQL 2012 is it possible to execute SSIS packages from agent by invoking dtexec? In SQL 2008 I was running bunch of jobs that invoked dtexec.exe and called packages. I am not having much luck with...
View ArticleParse Terms from Column (Derived column?)
I am creating a package from a vendor that concatenates terms differently an places them in one colmn.so here is an exampleColumn BUSINESS_UNITterm CO-SALES-DENVER...
View Article