Regarding SSIS - send these sources into different destinations
Hi,i have different sources in one folder like csv,excel,rar,pdf .so, i want to send these sources into different destinations like csv source into csv dest,excel-excel,pdf-pdf
View ArticleUsing Excel 2012 file in the Excel Connection Manager
Hi,I need to process a 2012 Excel file. In SSIS Connection Manager, I am only given an option until Excel 2007 version. When I use this in my connection for Excel Source, I am prompted with this error...
View ArticleError Handling and Logging with Propagate as False in SSIS
Hi,I'm using a Foreach Loop Container with different tasks included like like,XML task,Execute SQL Task,Script TaskHere the foreach container is used to flow through XML files in a folder.The...
View ArticleDebug Host has stopped working - SQL Native Client
Debug crashes when I use an ExecuteĀ SQL Command or a Data Flow connection using the SQL Native client (10 or 11) in both BIDS (2008) or SDT (2012). This error has appeared very recently, within the...
View Articleerror with reading variable data type not supported in expression in SSIS...
Hi,In my Sequence containerSQL Task for FULL RESULT SET-SINGLE ROW assign variable with filename:: VFILENAME(Variable in SCOPE of Package level),SQL task- Create Excel sheetData flow-OLEDB...
View ArticleSSIS Master Package taking long duration / gap between two sub package...
Hi All, I have a master package which runs other sub packages and its schedule to run in back end, in master package each Execute package task transfers control to other on "Success", we have used...
View Articledate data extration problem in SSIS
Hi All, I have excel file and having field structure like below File:[Brand] [varchar](200) NULL,[Pack] [varchar](200) NULL,[Manufacturer] [varchar](200) NULL,[Division] [varchar](200) NULL,[ATC1]...
View ArticleCan't see DQS knowledge base in SSIS DQS Cleansing component
I have created a knowledge base and published it.Ā But when I go to my SSIS package on the same SQL server and add a DQS Cleansing step I cannot see the knowledge base I have created.Ā I create a new...
View ArticleCalling a SQL agent Job from SP with parameters -2012
I am experimenting with calling a SP with parameters which needs to be passed to SQL Agent JOb which internally calls the package.we will be getting dynamic values as input for the SP call which needs...
View ArticleExecuting SSIS Package remotely via Unicentre Scheduler
Currently our SSIS packages were executed via SQL Agent scheduler.Due to a corporate decision all the schedules now needs to be brought to another remote scheduler called Unicentre .My DBA has turned...
View ArticlePackage Configuration File to change Package Name
BIDS 2008, SQL 2008 R2I want an easy way to uniquely name the package that is deployed in the MSDB. Want a package deployed as Store01, Store02, etc, each with their own connection strings and...
View ArticleCreating a SSIS package to get data from free DBF (Visual FoxPro table) in 64...
Hi everybody,I originally posted in the wrong forumĀ MSDN ThreadI'm trying to create (for test purposes) a package to load data from VFP table into SQL Server 64 bit. So far I can not figure out how to...
View ArticleExecute multiple SQL queries and record results using SSIS
Hi All, I'm trying to achieve following in SSIS. Could you please advise what is the best way forward?Execute multiple SQL files and record the results in a format that an analyst could review (such as...
View ArticleBIDS SSIS Packages with passwords
BIDS 2008, SQL 2008 RSSo much wrong today. I will try to stay on point. (1) Created a BIDS SSIS package. Set the Package Properties -> ProtectionLevel to EncryptAllwithPassword. BIDS Save all ->...
View ArticleSSIS XML Configuration Package in plain text
BIDS 2008, SQL 2008 R2Support SQL 2005, 2008, 2008 R2, 2012Created a BIDS SSIS package with a configuration file. One of the configuration variables is the password for a connection string. The package...
View ArticleError - No Value given for one or more required parameters
I have a lot of packages that I run Stored Procs with. I don't write the procs just build the packages and export the data.In my Source editor I always use this: SET FMTONLY OFF; SET NOCOUNT ON; exec...
View ArticleError when converting CSV field (DT_STR) to DT_I4 in data conversion task
Hi,I have a flat file source (CSV) and I am converting one of its field (DT_STR) into DT_I4 through data conversion task when I get this message? The values I'm getting from CSV is either a number or a...
View ArticleDynamically Create table and insert the records from source to destination in...
Hi, i have written below query for dynamically create the table and insert the records from source table. Declare @Sql Varchar(Max) Declare @x int declare @value varchar(100),@schema varchar(100) SET...
View ArticleBIDS DoNotSaveSensitiveData but my deployed package runs with my password
BIDS 2008, SQL 2008 R2I created a BIDS SSIS package that has two connections. One is a SQL connection and the other is a host ISeries connection that requires a password. In bids I entered my password...
View ArticleHow to convert the string "NULL" from a flat file into an actual dbnull for...
Hi all,I'm shoving flat file rows into my database, which has columns that are naturally float values. When a row has no value in any of those cols, they've put the string literal "NULL" in.How can I...
View Article