SSIS Jobs Failures Saying Connection Timeout
We have scheduled SSIS jobs Hosted at SSIS server which fails sometimes saying connection timeout. What our job does is to pull data from SharePoint and insert into SQL Database . We get below error...
View ArticlePassing Write-Output Powershell variable into SSIS variable
I'm struggling with this, and believe me I've tried to do my research....but all I'm trying to do is pass the variable that comes from a Write-Output command of a variable in a PowerShell script into...
View Articlelimited toolbox
Hi. I'm gathering more details but we are rdp'ing into a computer where we are running vs 2008 plumbed to tfs for maintaining our ssis packages. I went thru this exercise for the first time...
View Articlefuzzy components or something else?
Hi. We run 2012 enterprise. I've never used fuzzy lookups or groupings before. All of the data is US based. I'm faced on every row coming into my etl with the following challenge...1) is last name A...
View ArticleSSIS pakage failing to redirect error rows (SQL Server 2016 / Visual Studio...
I have a set of 40,000 files that I am importing into a SQL Server 2016 database using an SSIS package I am building in Visual Studio 2015. Each file consists of several hundred lines of data that are...
View ArticleIs T-SQL MERGE command more performant than SSIS OLE DB Command transform?
Hi All,I've explained that the SSIS OLE DB Command executes once for every row that needs to be updated, and that we'd be better off creating a stage table in the destination database, pushing all new...
View ArticleHow to get after slash delimiter?...
How do I get "Folder3" and "123456" from a string like this:'A:\Folder1\Folder2\Folder3_XYZ_abc de fg\Folder4\123456_I-am-SO-ignorant.pdf'DECLARE @FILENAME VARCHAR (1000) SET @FILENAME =...
View ArticleProcedure with Insert and Update Data From One Table to Another Table
I am trying to make a procedure for this case: I have two tables Person with Company, CustomerNbr, StartDate, EndDate, EmployeeID and the same one but without historical data. 1 situation is when...
View ArticleI don't know if it does make sense or not
Hi all of you,I am just wondering if the stored procedures are taking up size in the database (at least size in relevant terms)
View ArticleMSSQL Crashing and Unsafe assembly?
Our SQL server will randomly crash unexpectedly.Server details: Microsoft SQL Server Management Studio11.0.6020.0 Microsoft Analysis Services Client Tools11.0.6020.0 Microsoft Data Access Components...
View ArticleNeed either VB2010 script/C# script for downloading HTTP Url link
Can anyone help me to download HTTP Url link using VB2010 or C# script.Right now I am using the below script, but its showing DTS script task : Run time error Imports System Imports System.IO Imports...
View ArticleSend email with attachments from local desktop using SSIS
HiI have created a package as belowStep 1) Data flow task --> Source as SQL--> Destination to Excel ( In one folder)Step 2) Script task with below codeAfter executing the package step1 is...
View ArticleSFTP transfer rate and SSIS package setting
I have package which invokes a external process controlled by a table to download files from SFTP.The package after recieving file starts the Table truncate process and runs the Dataflow task to read...
View Articleis there a precedence when referring to environ vars in the config settings
Hi. I believe there are three types of environ vars in the windows world. When u refer to an environ var in the config dialog of ssis, and the pkg runs, will it look for only system environ vars by the...
View ArticleDeploy SSIS 2014 from VS 2015
Hi!Is it possible to deploy an SSIS 2014 package to an SQL 2014 (SSIS) instance from VS 2015 with SSDT installed? From what I can read from this page...
View ArticleCreate Function query timeout
Using SSIS TransferSQLServerObject I am transferring UDFs from source to destination. While doing so one CLR based user defined function failing due to timeout. On further investigation I found that...
View Articleparallel load
Hello, We have one package which loads data into database...Question: How is it possible to run several of this package at the same time?Thank you
View ArticleExporting data from db using ssis
Hi,I have around 15-20 tables (with few thousands of rec) in the sql server db, I would like to export each of these tables to separate pipe delimited flat file.What I did..1. Got the ESQL task to get...
View ArticleExectute SSIS Package on Azure
Hello, I used to create and run SSIS packages on-premise but now we are planning to fully move to cloud. so i was wondering if there is anyway to run SSIS package on a cloud platform (azure).All the...
View Articlewant to see the actual connection that is used in a for each loop container
Hello,i have an SSIS package with an for each Loop Container that iterates trough several Servers. i want to debug this package. I want to see the actual Connection string (aka. which Server is actual...
View Article