SSIS OLEDB COMMAND
Team, help me resolve the below issue please: Basic requirement is to update records in oracle table by comparing the records in SQL database table. If the records are present in both the oracle table...
View ArticleSQL agent job not deleting a file via ssis
Dear All, I have a SSIS package that deletes older log files from a location. The logic is based on modified date. It works fine when it is executed manually but when it is scheduled via a SQL Server...
View ArticleSSIS - PASSING VARIABLES IN AS ORACLE DATE
I am trying to use a date populated in an ssis package inside of a query to pull from an oracle table. My script will be a variable called in the ole db source so in this variable - called MyOraclePull...
View ArticleSSIS RowCount
I am trying to use a rowcount in an ssis package. I want to use the row count result (pacakge level variable) and write it to a logging table. right before I load the table with results, I am using a...
View ArticleSSIS providers
Hello, Requirement: I have a long query against multiple servers with cross joins included. I need to setup a job or an SSIS package that will query all the databases in the query, populate an excel or...
View ArticleSSIS 2005 and counts
I have a table with the following columns: Source, Cell, Qmodel and Multi_Flag. We have to provide counts or a frequency distribution on these columns and report in Excel. These columns could change on...
View ArticleHas anyone ever connected QuickBooks to SSIS or SQL Server 2008 ?
I am just curious. I have downloaded a program called RSS Bus ADONET Data Provider for QuickBooks. I am having trouble configuring this to work with my SSIS/SQL environment. I was wondering if anyone...
View ArticleAssistance with SSIS
I need to setup an ssis package that does the following: 1.there is an sp with cross server joins, this sp inserts all the resultsets into two temp tables. I have then inserted from the two main temp...
View ArticleSSIS recordet and Foreach loop
Hi I am new to SSIs and I was looking to achieve the following I have a few records from a query and one of the column in there represents the number of times the row has to be repeated I am currently...
View ArticleSSIS OLEDB task was successful but the records were not inserted into the table
Hi, Can anyone explain why SSIS package executes for such a long time and fails with Login time out expired error ? When I try to load the same through BIDS, it executes fine but the OLEDB doesn't...
View ArticleRename output file using a variable string by date
I am new to the SSIS Package in SQL 2008 and I am trying to find a variable string that will allow me to change a daily report output file name to include the file creation date at the end of the file...
View ArticleSSIS Expression
hey i have around 50 column in CSV file. Everything loads find in to database but On last column my data look like Row 1),0, Row 2), , ROw 3),6.25, ROw 4),5, i am using derived column and Data...
View ArticleSSIS Problem while looping sheets across multiple excel files
Hi All, I have a requirement to loop files from a folder and iterate sheets of those files and load data into a sql server table. And I am supposed to load one file at a time and move that file to a...
View ArticleConvert mm-dd-yyyy to read like "Jul30"
I am looking for an expression that will rename a file name to include a date format as "Jul05" at the end of the file. The expression I have now looks like this: @[User::FilePath] + "CC32012" + "-" +...
View ArticleDatabase Architecture
Hello, Need help with new database achitecture design like log file, primary and basic steps for a beginner. Can any one tell me how can we design the architecture in real time scenario ?
View ArticleRemoving white spaces to export to CSV
Hi Everyone! I have a query I'm running to remove white spaces because TRIM was not working. The query is: SELECT SUBSTRING(Fulldescription,1,LEN(Fulldescription) - CHARINDEX(' ',...
View ArticleSSIS Cannot see packages within my project
Hi all, I searched through SSIS questions but did not come across anything that helped me out. I opened up a project file with visual studio (with a secondary windows account) and I am not able to see...
View ArticleFuzzy Grouping SSIS - How to Run Either/Or Logic Against Same Data Set,
I have a data set (approximately 4 million records) with the following fields: -Id -First Name -Last Name -Street -City -State -Zip -Email The total confidence score needs to be greater than or equal...
View ArticleDifference between ADO NET source and OLEDB source
Hi All, Difference between ADO NET source and OLEDB source ?
View Article