Cannot see drive in SQL server agent
I want to use config files for a package. I stored them on my C drive. However, the C drive I see in the config options tab is totally different from my C. Also, there is a new drive F there which is...
View ArticleHow to see old ssis logs ?
Hi ! I don't know where or how SSIS (the SSIS tool, not sql server agent) stores logs for old jobs. Is there a way to see the log of SSIS jobs from past day, week, month etc . ?Thanks.
View ArticlePackage Validation Error - SSIS Error Code DTS_E_OLEDBERROR - Error code:...
I sometimes get the following error randomly - Package Validation Error ------------------------------ ADDITIONAL INFORMATION: Error at MY_PACKAGE_PLUS[Connection manager "MY_DATABASE"]: SSIS Error...
View ArticleFuzzy Lookup SQLDUMP when run in 32 bit
I'm running a SSIS package on a 64 bit machine that has to run in 32 bit runtime as several data sources are from excel.After I've loaded the source data into SQLServer EE [64 bit] I run a fuzzy lookup...
View Article64 bit provider loading .xlsx
Hi !I have Installed excel 12.0 in the server to load .xlsx files. But still i couldn't see the driver in the Connection Strings w.Please see the below screen shot.Please help me what shall i do to see...
View ArticleSSIS - how to insert data into table in as400
i would like to drag a"SQL task Execute" object to the control flow panel in order to execute sql to insert data into table in AS400. however, when i write sql command in expression.i got the following...
View Articlessis expression
i would like to execute a insert command to insert data into table in AS400.how can i get the following result in expression.1. ddmmyyyy (current date)2. hhmmss (current time)and how to convert to...
View ArticleWhere is ssis dataflow items in Tools>Choose toolbox items
Hi. Im trying to install Attunity Oracle & Teradata components v.2 to BIDS 2012 like it written therehttp://technet.microsoft.com/en-us/library/ee470675%28v=sql.100%29.aspxBut I stucked on adding...
View ArticleCannot convert DT_NTEXT to DT_STR
Hello, everyone,I have a simple packages that loads Excel data into a SQL Server table.One of the Excel Comlums is assigned a data type of DT_NTEXT and it's corresponding database column is...
View ArticleOnly partial data from Excel file is loaded
I have a simple packages that loads Excel data into a SQL Server table.It runs successfully, but the last few rows, which are part of the newly added ones, didn't get loaded in. I don't visually see...
View ArticleExporting data from SQL SERVER tables to a new CSV file daily
Hi Experts,Need help..how to pull data from Sql server table to CSV file on a daily basis.I am using DFT, Source as OLEDB source and destination as Flat file.now this flat file I have to create new...
View ArticleIs there any way to activate the keep identity setting when using a Transfer...
Is there any way to add the "Keep Identity" option to the tables selected for transfer in a Transfer SQL Server Object Task? It seems that would be very useful, yet I can't find an easily available...
View Articlessis - how to insert data from sql server to AS400
i have no idea on how to insert data to AS400 interface file using sql server object as a data source in SSIS.i already created a stored procedure, when i execute the stored pro., it will return a...
View Articlerow count destination record and pass to variable (SSIS)
i wanna ask how can i get the total no of record inserted into table in destination in data flow control panel and then pass the total count into user define variable in SSIS? can i use "row count"...
View ArticleCannot extract DATE from SSIS 2008 OLEDB Source
I am trying to simply extract data from sql server which supports DATE and dump it (without changes) into a SQL server which does not support DATE, but supports DATETIME. Now, my SSIS package uses only...
View ArticleDesign Problem When SSIS Get String From Web to Do Fuzzy Lookup
Hi!In my previous post Search Data by Fuzzy Lookup in Real Time Scenario, I've tested required functions to build a sample website and SSIS, now it's time to polish my design. Since user will query a...
View ArticleSSIS Transaction problem
Hi all I have one issue in SSIS transaction .I have created the transaction in the same way suggested by the link http://microsoft-ssis.blogspot.com/2011/09/ssis-transactions-with-tsql.html ,I have one...
View ArticleXML Node Selection in Foreach Loop
Good Morning,I am just building up my first SSIS-package which uses a web service as data source. Now, that I managed the data to be processed using a Foreach Loop, I am wondering how the loop reacts...
View ArticleError when SSIS package is exceuted as scheduled job in SQL server.
I am receiving the below error, when the SSIS package is executed through the scheduled SQL server Job. OnError,DEVDSQL03,PDC\devsqlsrvc,Data Flow...
View ArticleUpdate flag in SSIS
Hi,I am inserting data into staging table from the flat file. My flat file contain 50 columns. Every timing when I load flat file I am directly loading all the records from flat file to table. After...
View Article