SSIS 2012 Project Deployment Model Sensitive Password Parameter into ODBC...
Hi all, I'm trying to use a sensitive project parameter for an ODBC connection password; but when doing so, I can't establish a connection because our legacy driver doesn't support 'Password' as a...
View ArticleSSIS package scheduled to run periodically cause error
HiWe have SQL Server 2008 R2 running on windows 2008 64 bit standard edition. I installed oracle 11g client 32 bit and 64 bit software on the server. I can connect to oracle from SSMS and SSIS. But I...
View ArticleSSIS package pulls data into excel
simple question:my package load into excel file, the date column format is like: 9/11/2012,10/11/2012how can I set data conversion or create excel template by sql, to make the date column format is...
View Articlevariables configuration using sql server table stop or start working with no...
Hi allI am sure I am not the only one who have seen this before:At some point, configuration values stored in sql server (2008 r2) table, stop effecting target variables in ssis package.Instaed saved...
View ArticleProblem in log file creation
Hi,I am creating a Log file with package name associated with date and timestamp with it. Below is the expression i am using@[User::varLogFilePath]+ @[System::PackageName]+...
View ArticleCheck whether the directory is empty or not on network drive
need to check whether the folder is having any file or is empty.using this codePublic Sub Main() If File.Exists("User::vFolderToDelete") = True Then ' Dts.Variables("User::vFileExistCheck").Value =...
View ArticleSQL Server to Excel export works fine, but not in job
Hi,I have 4 sequence containers, these are almost same, each of them grabs data from SQL server in DFT and insert them in their own excel file. Excel files are replaced by template files befor DFT....
View ArticleHow do I use integration services to import data from a test file with the...
I am wondering how to import the following data into a SQL server database using SSIS. This is a text file in which the 1st 7 digits (i.e. 4010810) represents a location identifier, the next 8 digits...
View ArticleLoad a flat file which has details within a header
Hey,I have a file, which looks like this:--Records StartId = 1Name = JohnINum = 2341######1,20120823,141213,00011,20120824,141234,1234######--Records EndI need to load this file into a sql table with...
View ArticleFlat file Iimport using SSIS not working
Hi,I am trying to import a flat file into a SQL server database and it is not working. The connections to the flat file and the table in my database appear ok (i.e. when I click preview in flat file...
View ArticleSet package configurations for all variables in soultion
I have Insure_Pacakge with below pacakgescompany master with Excel_Source_Conn , OLEDB_DestinRegion master with Excel_Source_Conn , OLEDB_DestinFact_Sales with Excel_Source_Conn , OLEDB_Destincompany...
View ArticleNeed a Urgent help for one expression based on below scenario
I have two files called HSMMECO_GHS_SKV_RIP_20121030.txt HSMMECO_GHS_SKVRAP_RIP_20121030.txt .I need to loop these files and load in to table using foreach loop .I am trying to get a expression in a...
View ArticleDBA roles and responsibilities in Integration services
Hi,As a DBA what are roles and responsibilities to do in Integration services and reporting services?Please click the Mark as Answer or Vote As Helpful button if a post solves your problem or is...
View ArticleHow to get disabled jobs using for each loop container
Can any please tell me about how to get disabled jobs in SQL server using through for each loop containerPlease click the Mark as Answer or Vote As Helpful button if a post solves your problem or is...
View ArticleSSIS - import Excel to SQL Server
Hi,i have four excel work books. all the excel books are like attendance register.first excel workbook contains name and 1 to 31 days ,each and every days considered as one column.second excel workbook...
View Articleremoving leading zeros
Hi,I have values in SQL table as000087000006000A670WRH1Here when i select using SQL query, i need to delete those leading zeros and to have like following results,876A67WRH1How to write the query...
View Articlederived column
i need to convert from string to numeric(2,0)getting error : (DT_NUMERIC,2,0)PAT20 if use this.Error: 0xC0049064 at Data Flow Task, Derived Column [26]: An error occurred while attempting to perform a...
View Articleexcel when the new file comes in
i am getting this error when new excel file comesTITLE: Package Validation Error ------------------------------Package Validation Error------------------------------ ADDITIONAL INFORMATION:Error at...
View ArticleSSIS with Oracle Oledb connection not working when a config file is included
Hi, I am running a SSIS package which has Oracle OLEDB Connection(32 bit). When I run from the Debug mode without the configuration file, the task completes successfully. But when I include the...
View ArticleJob failed
Hi, I have created one ssis package, it dumps the data into csv file for every hour. when i execute the package through job(job runs daily basis) its giving following error:Message Executed as user:...
View Article