How to use Script Task - Source or transformation?
I'm using the script compoent to get some templates from a web serivce, and I would like to store them in a database. For an inital import I can use the script task as a source and then just pass it to...
View ArticleSplit text into 4 characters each
Hi, I have a requirement that requires a long string to be split into 4 characters each. Any idea how i can achieve this?Basically the high level description of the problem is..Source...
View ArticleIdentifying the package or solution version details once deployed
Every time i build my package the build number gets updated. I have to manually change to major/minor version numbers as required.all OKBut when i deploy the package there is no way to see these...
View ArticleSSIS cannot change retention days in catalog properties
Hi Guys,i have a problem with my SSIS DB, i found my SSISDB's size was 200GB on Last Tuesday, today i have an email from the server that told me SSIS DB growing to be 220 GB last night.i checked that...
View ArticleExcel VBA Loop through a folder and get files
HiI have a folder that will contain a variable number of files 9all in the same format).I am trying to write some VBA code to access each file, open it, process it , close it ; then for on to next file...
View ArticleValidation of phone numbers from source file to fact table
I have a source file which has receiver_phone_num column, i have to load the data in to the fact table. But in that column we have different types of phone numbers. How to validate the mobile/phone...
View ArticleSSIS is package is stopping after executing some task
In SSIS 2008 , while executing the package without any condition in precedence constraints the lower task (Data flow ) is not executing . Continue button is getting enabled . once we again click on the...
View Articlecast nvarchar(50) to numeric(10.6) inaccurate result
At stage enviroment I save the field as a nvarchar(50) and then through a SSIS package at source I select this filed with CAST to numeric. But currently I am not getting the same value between stage...
View ArticleOracle Wallet Integration
Hello,Has anyone been able to integrate with Oracle Wallet when working with Oracle as a data source? Our security folks require the use of Oracle Wallet for storing user name and password. Is this...
View ArticleLookup with variable and or condition
Hi Alli need to do look up with variable and or condition liketable srctable trgon src not in(@v1,@v2) or src.colum1=trg.column1
View ArticleUsing VS 2008 SSIS to delete data in an MS Access 2010 table
I know this is a 64-bit/32-bit issue. I am instructed by my boss to use SSIS to delete the records in an Access table so SSIS can then upload new data to the table from SQL 2008.Using VS 2008, I wrote...
View ArticleError when adding a new SSIS package
I have Visual Studio 2013 installed on machine in addition to MS SQL Server 2012. I used to use all the Business Intelligence projects in MS VS 2013 in a very normal way. However, recently when I...
View ArticleQuerying data using partition function
Hi All,I wrote a query to get data in a particular order but there is some issue because of which i am not getting desired result.create table Cat ( Product varchar(10), Loc varchar(10), DDate...
View ArticleScript task variable value is not getting printed in the output file
SSIS package has been built to generate data from SQL DB to a flat file. After generating the file an audit information should get printed at the end of the file stating record count of the rows...
View ArticleAlternative to database functions
Hi expertsI have a set of database functions in a database, which was used by the BAU team to load and manipulate data in this database.The functions predominantly manipulate data through some logic....
View ArticleSQL Server 2000 DTS packages - where stored? readable outside of DBMS?...
I'm trying to read old DTS packages for matches on file names they input or output, tables names they process, or comments that might match a business complaint. Are DTS packages only stored in binary...
View ArticleVisual Studio 2015 - SSIS Development - Backward Compatibility - Can we...
Hello and good day to allI'm trying to determine if Visual Studio 2015 (VS2015) Ultimate or any other version VS2015 will allow for SSIS packages for 2008, 2012, 2014 environments.Any direction is...
View Articleoledb for oracle, linked server, and SQL Server Management Studio
Disclaimer: I'm coming at this as an Oracle DBA, working with our SQL Server DBA.Ran across this yesterday, and it's not making any sense at all.Server is running Win Server 2008; SQL Server 2008 R2....
View ArticleUsing SSIS to Insert DT_DBTIMESTAMP To DT_DBTIMESTAMP2 ON DB2
Hello,I have a source table in SQLServer to load into DB2(AS400) using SSIS but couldn't do so as there was this Datetime attribute error(**source Attribute has DT_DBTIMESTAMP dest has...
View ArticleHow to export Stored Procedure (w/ multiple temp tables) results to .csv files?
Hi all,I am new to SSIS. My project is to schedule SQL agent jobs to run thousands of stored procedures periodically and output the results to date-stamped .csv or Excel files on a share folder for...
View Article