Delete Records from Other Server Database without using OLE DB Command in SSIS.
Hello Experts,Please suggest me the solution of below problem : -I am deleting data from a database table on a server by joining the table on another server, So how to perform this task without using...
View ArticleLoad data to first Sunday of the month
Hi ExpertI am trying to achieve this scenario using precedence constraint but not getting expected output. Please let me know any one have any idea to achieve this scenario.Thank you.
View ArticleGetting Error When Try to Connect to Sharepoint on Cloud from SSIS (VS)
Hi Guys,Any one having any Idea how to Resolve this Issue:I am using SSIS 2012 to connect to SharePoint On-line (On Cloud) and getting below error:Test connection failed -> Could not load file or...
View ArticleWrite and delete CSV files in SQL database
Hi ! I have a question about creating a job in SQL 2012 and I would like some help. So I have a local folder on a PC which contains CSV files that are generated by another system via VBS script with...
View ArticleHow to Build Conditional Split Using Row Counts from Two Tables
I have two tables: import.pardotProspects and production.pardotProspects. I want to compare the row counts between the two tables. If the row count for the import.pardotProspects table is greater than...
View ArticleHow to Replace a Comma with a space in a Derived Column
I'm trying to replace any commas in a column with a space. I'm using the following in a derived column: (DT_TEXT)REPLACE([VendorMasterName] ,"-","")Anytime I try to save the Derived Column, I'm...
View ArticleSQL or SSIS with SC for BOOSTING RANGE LOOKUPS
HiWe a fact table with 15 000 000 rows with a date, we have to look for information in a date slice in another table.But this table is not clean and we can have several lines that correspond to the...
View ArticleThe dreaded "cannot convert between unicode and non-unicode string data types"
So really simple...a OLE DB Source to run a SQL Server Stored Procedure and then pump the result set to an Excel spreadsheet.On the Excel Spreadsheet, Excel Destination, we did indeed go to Advanced...
View Articleproblem in deploy a project from visual studio to ssisdb catalog
Hi,When trying to deploy project to ssisdb catalog, i get the error :TITLE: SQL Server Integration Services ------------------------------ Failed to deploy project. For more information, query the...
View ArticleSSDT - Foreach ADO Enumerator Issue with an extra loop
I'm having an issue with FOREACH loop with ADO EnumeratorI have an SQL task that creates an object variable. In my case, it has 1 row. Then I pass it into foreach loop but it seems that loop runs it...
View ArticleCasting a DT_NTEXT column to STRING
Hello,I am trying to cast a DT_NTEXT to DT_STR but not able to do that:(DT_STR,1000,1252)(DT_WSTR,1000)NDC_CODE_LISTThanks,Ali.
View Articlesql server agent job failing
My SSIS package with excel as source works fine when i run it from VS and also runs w/o errors when i execute the package from the integration services catalog. When i run it as a scheduled job or...
View ArticleCannot create Integration Services Catalog
Hi, So I have a SSIS package that I want to deploy in SSMS and run as a job. But I am not able to create a catalog. It shows the message - "The catalog backup file 'C:\Program Files\Microsoft SQL...
View ArticleExcel Destination and resulting Excel file has no cell borders
So we have created our Excel template with column headers AND cell borders. Our OLE DB Source runs like a charm. Our Conversions run like a charm. The Excel Destination runs like a charm. The only...
View ArticleThe parameter is incorrect. (Microsoft OLE DB Provider for Visual FoxPro)...
Having installed SP1, my SSIS packages using the OLE-DB Provider for Visual Foxpro no longer work. Using the latest version obtained from...
View ArticleVersion incompatibility for script task called from a Dataflow
I have a SSIS 2016 package I can run fine from Visual Studio 2015 but when I run from the catalogue or a step in a SQL Server Agent job it fails.There are a number of error message the first of which...
View ArticleSSISDB issue
Hi Experts, We are using SSIS in our environment. Observed that SSISDB is grown to a size of 76 GB now.Have a couple of questions: 1. is there a way to reduce the db size ?2. is getting stored in the...
View Articlesharepoint list source siteURL is not changing in visual studio.
I have developed a dtsx package on one machine in visual studio 2015. This solution reads from SharePoint 2013 list as source and destination is SQL server.Now I copied that code solution to another...
View Articlehow to skip dynamic header rows in ssis
Hi I have one doubt in ssis , I want load multiple csv files into sql server table using ssis package. while loading time we need consider data from headers on wards. Source path have 3 csv files with...
View Article