Need an Help on encryption
Hi, We have a particular scenario where we are getting data from a database and we r dumping the same from database to a file and this filw ll be placed in FTP location by zipping it. all these are...
View ArticleOne Data flow task call another if condition True [SSIS]
Hi, i am using two Data flow task. one is taking data from flat file & import to sql tables. & just after second data flow task process. i want that second data flow task should be run when...
View ArticleHow
Hi All, I have a execute sql task which trigger a Stored Procedure which calls multiple storeproc's. If any one of the proc is got failed, executesql task should be failed. Eg: Create proc ABC as begin...
View ArticleCreate SSIS package instead of View
up to now i am getting values from the following View. In this view i am using three base tables. And also i am using Left outer join. From now onwards i want to create SSIS package to get the same...
View ArticleOracle client and networking components were not found.The components are...
Hi All, I have Oracle Client installed on a pc and i have some asp.net apps that works with oracle using Oracle.DataAcess.Client I can also connect to the oracle databse all fine. but when i drag...
View ArticleStrange Error in SSIS - Please help
Hi, In our project, we are calling a SP using DotNet and that SP is calling a package in turn. But we are getting AcquireConnection failed with the with error code 0xC0202009. Here is the error msg...
View ArticleError in Expression in Derived
HI, Getting issue in following expression in Derived col. (DOB_DT == (DT_DATE)"12/31/9999" || YEAR(DOB_DT) < 1753) ? NULL(DT_DATE) : DOB_DT [Derived Column [104]] Error: SSIS Error Code...
View ArticleCalling all PIVOT gurus
Why is Pivot such a DRAG!!! I have this: USER CODE GROUP PIVOT RESPONSE 1 XYZ 1 A Hello 1 XYZ 1 B Goodbye 1 XYZ 1 C Cheers 1 XYZ 2 A Woof 1 XYZ 2 B Big 1 XYZ 2 C Small And want this into a table:...
View ArticleImporting flat files with HEX 00 inside text fields
I have seen several other people with this issue but have not seen an official solution so here goes: I have several flat files from other sources that I am importing into SQL 2008 R2. Some of these...
View ArticleRunning an execute package task with the project deployment model
Please point out anything I forgot to add or got wrong. I'm working with SSIS in SQL Server 2012 and I am attempting to write to a parent package variable from a child package. The hitch here is that...
View Articlecopy 2000 database invalid object name issue
Hi I'm trying to copy a s2k db to s2005 64 bit db. I setup the copy db as a schedule but it keeps failing which invalid object name which i think would suggest that the import table is not...
View ArticleSSIS Webservice Task : SOAP HEADER REQUIRED
Hi I would like to extract some data in using a webservice task from SSIS 2008 R2 from a httpConnection and a wsdl file... Until now No Pb, I see the service and the suggested methods... Then When i...
View ArticleError using SSIS Transfer Database Task
Hi, I'm copying/updating a database from one server to another. The package is executed as a SQL Agent job and overwrites the destination database. The package runs for about 20 minutes and then fails...
View ArticleSQL SSIS proxy Error
Hi All, I have job under sql agent for running an SSIS package which is using proxy account and Failing with reason below Unable to start execution of step 1 (reason: Error authenticating proxy...
View ArticleClustered index error
Hi, I am trying to use SSIS to move data from excel/flat file to Azure. When I did that, Azure sent an error saying that tables need to have clustered indexes. Although the data didnt migrate, the...
View ArticleString type variables losing the char returns and losing data. Bug?
I have found a bit of a quirk in the SSAS DDL task and wonder if anyone had come across anything similar. I want it to an MDX script from a variable so the SourceType is Var and the source is...
View ArticleConfigure a linked server between SQLServer and Oracle
We are having problems trying to configure a linked server between SQLServer and Oracle. We were able to create it but when it tries to connect it fails with the following error: Cannot create an...
View ArticleSQL 2012 - Running job using Alias in connection string
We are moving our ETL Packages from SQL 2008R2 to SQL 2012 - but were having issues with alias. We connect to external sources, and then store the data in a SQL Server Database. The last step in the...
View ArticleChoose Correct SQL Path
I started Learning SQL from past 17 months. I Have Exposure on SQL, SSIS, SSRS. I would like to add more arrows to my Resume Which will make me Good Resource For any MNC in the market. I know Two...
View ArticleHow many characters carriage return line feed (CR,LF) takes
how many characters carriage return line feed takes? For example i have 17 character row and adding CR,LF into that row. How many characters would that row will be?ZK
View Article