[298] SQL Server Error: 258, Shared Memory Error
I've read many articles on this error but still not sure where to start in identifying what is causing this issue. We continue to see this daily and our SSIS job fails during this time. I did see...
View Articlemass export of dtsx files from catalog
Hi. I'm running 2008 r2. in analogous fashion to automatically scripting all of the engine objects in a database from ssms's wizard to separate files, I'd like to do the same with pkgs sitting in...
View ArticleSqlServerDataTools several versions on Help About error on Script Component...
Who knows what follows the ellipses "..." . None of these error messages ever seem to be displayed in their entirety. Problem #1.(Well, problem #1 is "Microsoft-an error has occurred.")I copied a...
View ArticleSSIS Package running slow with no reason
Hi All,I have 169 of 355 packages are running slow than usual. The gap increased from 12 seconds to 110 seconds. I could not be able to find any solution. SQL Server 2012 SP3.select e.project_name,...
View ArticleTrouble using an or statement with a boolean value
I am trying to create a derived column where ifA = 1 or B = 1 or C = 1 then D will = 1(DT_I4) A == 1 ? 1 : 0 - this will work for just one column however as soon as I add a new column with an |...
View ArticleHow do I download a file on the web to a .zip file
So I understand the fundamentals...http://microsoft-ssis.blogspot.com/2011/05/download-source-file-from-website-with.htmlHow do I specify a .zip file to download to? Do I hard code within the C#...
View ArticlePackage task won't populate all fields unless that task is run independently
I'm running SQL8 R2. I have a package which pulls data from our production server into our data warehouse for several tables. One table that is built in the process depends on an earlier table being...
View ArticleHow to load xls & xlsx files with a Single DFT
hello friends,I have two excel files: xls & xlsx format with same structureI want to load these two files using a single Data Flow Task. And these files are coming on a regular basis.please help me...
View Articleautomate attachment from email to table?
Hi experts,I am consuming from 'Adobe Analytics - omniture' ... I had an ftp, and exported regularly a csv, and with SSIS inserted it to a table.Problem now is that security is asking us to stop using...
View ArticleDifference Integer to Double (DTS) Column Copy and Integer to Double SSIS...
Greetings, I am converting a DTS package to SSIS, and data from a SQL Server table is being column copied (no transformation) from SQL to a dbase III table. I am using a compare utility (WinMerge) to...
View ArticleSSIS packages not able to see them in integration service catalog.
Hi,I have integration service catalog where create catalog option is disabled but clr is enabled and no ssisdb catalog is there.But there are ssis packages running on this server .can any one please...
View ArticleConditional Split - or operator - does not work
Hi community,I have a "conditional split" in my SSIS package, the condition is written as (TableStatus != "Submitted") || (TableStatus != "Complete"). Output name is set as "NoSubmitNoComplete". The...
View Articlehow to Unzip to specific folder
Can someone help me with the argument on how to put the unzipped file to specific location.Here's my Executable and argumentsExecutable: C:\Program Files\7-Zip\7z.exe Arguments: e "abc.zip" -aoaThis...
View ArticleHow to check sql connection in ssis package
Hi I want checking sql server connection before run query and execute task. how can i check it?thanks
View ArticlePackage runs fine when local machine is ON but not when OFF in server
Hi,I have developed a SSIS package which imports data from access database. It's working fine in my local system and working fine when configured in SQL Job until my local system is ON.When I turn off...
View Articleabout connection string
in the script task in ssis i want to connct to sql server and get query how can connect to it? The below code is mine but it has mistake.On Error Resume Next Dim ObjCnn As...
View ArticleProblems by executing a Package of SSIS from a Job in SQL Server
Hi there I got a problem by deploying a SSIS package in SQL Server 2014. I have created two different environment: Testing and Development. Just for now, the SSISDB is in the same server with the...
View ArticleWhy is my C# Script blowing up?
I have a pretty simple SSIS C# Script which attempts to unzip and store a .zip file.#region Help: Introduction to the script task /* The Script Task allows you to perform virtually any operation that...
View ArticleBatch processing Transnational Data Suggestions
Hello,I have a requirement where Data comes in flat file format. This data need to go through various step of transformations and lookup . I have broke down the process in steps. 1. Stage 2. Collect...
View Article