Calling bcp.exe in script task
hi,i want to call the below commend by script task in SSIS.bcp.exe LANDING_DB.BASE.RPM_REPORT_DY_STGin "\\PVUKWDCWSQL037\ODS\GB!ODS!tsc_rpm_price_dy_CZ_20140504000000.csv" -T...
View ArticleALL StoredProcedures not working in SSIS
Greetings,I whipped up a quick SSIS package to run. Within this I created a storedProcedure to execute in an OLE DB Command. After doing this and trying to map the columns I keep getting the...
View ArticleNeed a way to start the package from the point of failed record
Hi,I have a package which loads billions of records, the problem i am having is when it fails after 1 billion record have to start from the beginning. Is there a way where I can start my load process...
View ArticleSSIS ETL does not pick the file from Share point when it execute through SQL...
I have created one SSIS packages, which pick the file from the Share point document library. its work successfully, once it execute through the VS project application. But when i create a job in SQL...
View ArticleExecute Process task
Hi ,I want to Update/ Insert records in salesforce from my SQL Server DB.XP_cmdshell and sql Agent is disable in my company.we are third party tool DBAmp to insert and update records.I have used below...
View ArticleControlling Execution Context
Could you please any one explain what's Controlling Execution Context?why we use that? with simple example Thanks
View ArticleMayday! SSIS Guru urgently required, for love and glory from all the community!
Mayday! Mayday! A distress signal is being sent out to all past, present and future Gurus!We need more of your awesomeness!The TechNet Guru Competitions have become BIG news within Microsoft circles,...
View ArticleMaximumConcurrentExecutables Property - Why +2
While setting up the Parallelism in SSIS it is widely accepted that the total number of concurrently running executable will be No. of Logical/Physical processors+ 2, but no one explains how can we...
View Articlemagic number Error in GZip
Hi,while uncompressing the file i am getting below error Error: 0x0 at Unziping compressed file, Error: : The magic number in GZip header is not correct. Make sure you are passing in a GZip...
View ArticleGenerate XSD using the xml during run time in ssis
Hi, Is it possible to generate XSD using the xml during run time in ssis( XML souce task) Thanks
View ArticleReplacing @@ERROR Based Error Handling With Structured Exception Handling
Could please any one explain Thanks
View ArticleGenerate XSD using the xml during run time in ssis( XML source task)
Hi, Is it possible to generate XSD using the xml during run time in ssis( XML source task) Thanks
View Articleunable to import complete data
I am trying to import data from, a flat file to a SQL Server Database.I want this package to run daily and delete the old table and create a new table. Daily fresh.I created a package and mapped to the...
View Articlessis convert between unicode & non-uncode string
i got the following error when i run the ssis.Column "XXX" cannot convert between unicode and non-unicode string data types. but sometimes i can run successfully.does the data casues this error or...
View ArticleLast day of previous month (SSIS expression)
Hi All,I get the last day of previous month in below format.(DT_WSTR,200)(DT_DBDATE)DATEADD("d", -DAY(GETDATE()), DATEADD("m", 0, GETDATE()))But I want to get last day of previous month in the below...
View ArticleNeed Advise on Package Connection Design for MS SQL 2008
I always get trouble when migrating package from DEV to STG/PROD because of the connection problem. My environment is MS SQL 2008 R2. DEV and STG/PROD are seperated by inner network securty control. In...
View ArticleRunning SSIS from C# and framework 4.5 - Not Resolved
Dear All,I'm working with Visual Studio 2012 + SQL Server 2012 on a development machine and I'm trying to run trough SSIS ManagedDTS library a few packages in order to test them.I've found the hugly...
View ArticleUncompress .zip, .Z,.gz with C# code
Hi,i am new to this technology ,i wnat to write script task to uncompress the .zip, .gz and .Z file with the help of C# all three must be uncopressd with the same code.please helpThanks
View ArticleSSIS 2012 and FTP Task - Sending Data "Succeeds" with no results
I have an SSIS Package, running in Package mode, in SQL 2012. This package sends a previously constructed .gz file to a client's FTP location. This package has been running flawlessly for months, if...
View ArticleUnable to Run SSIS Package Through SQL Agent Job
Hi, I recently upgraded SQL server 2008 R2 to SQL Server 2012. I also upgraded all the packages on the server. The package runs fine from BIDS. However when I try to run the package through the SQL...
View Article