Importing Data into SQL Azure
I am trying to import a million record table into SQL Azure, it imports fine in the local SQL and then i create the same table in Azure with a Clustered Index, but during the data import i get the...
View ArticleSend e-mail if SSAS cube is down
Hi,Sometimes, cube goes down for whatever reason. Is there a way to create an SSIS pkg to check for cube's status every 5 minutes or so and if it finds that cube is down, send e-mail?Thanks
View Articlepercentage in excel
Hi,I'm trying to import data from excel into sql db. I have an excel source and an UNPIVOT operator and finally the OLEDB Destination. The incoming data is in the following format pic(2) and in the pic...
View ArticleAnyone deeply understand the BufferWirePacket of PipelineBuffer?
Hi All,To most of my customers, SSIS is too heavy to use. So I'm writing my own Integration Services based on my understanding of SSIS and using Silverlight as its UI.The progress is good currently,...
View ArticleSSIS 2005: date being loaded with wrong century
Hello,I am using ssis 2005 to load a .csv file into sql server 2005. it is pipe (|) delimited.The dates in this file have format: DD-MON-YYI am using a script task (transformation).for example: this...
View ArticleConnection manager :changes are not saved after edit ,the package still...
I copied a prod pkg to my local machine and opened it in BIDS .The package had a oledb connection to sql server .I wanted to chnage it and point it to my local machine sql server.But whenever I make...
View Articleloop over all variables to change an variable property
I'm currently working on an package template for my developers.I have build an OnValueChanged - EventHandler. ( i use the great example from Eric Wishdal:...
View Articlequestion regarding ssis 2012 lookup transformation (cache)
I have a few tables that has over 200+ million rows. I would like to perform an incremental load to these tables. It is currently a flush and fill method which as you know is not something that is...
View ArticleSSIS 2012 Package Failing at Script task
Background:I have a project done in Integration Services 2012. The purpose of the SSIS package is to replace the Data Driven Subscriptions provided by the more expensive versions of SSRS. An ASP.NET...
View ArticleHow to force packages to read updated value of Environment Variable
hi there, I've created an EV in my local machine and tested my package in my local machine as well.Now, I need to modify the value of EV but seems my package was still reading the old EV value. Is...
View ArticleDynamically Create Variables in Script Task of SSIS
How to Dynamically Create Variables in Script Task. Urgent Please!!I am using Dts.Variables.Add("myVar1", true, "User", 5); method but its giving error like this: Exception from HRESULT: 0xC0016026...
View ArticleRun SSIS package deployed in Integration Service Catalog (SSISDB) as a SQL...
Hi, I am using SQL Server 2012 (SSIS). In Project Deployment Model is there a way to run the package deployed in SSIS Catalog as a SQL Agent Job based on XML Configuration file. Thanks, Rehan
View ArticleI want to run the package deployed in Integration Service Catalog (SSISDB) in...
Hi,I am using SQL Server 2012 (SSIS). In Project Deployment Model is there a way to run the package deployed inSSIS Catalog as a SQL Agent Job based on XML Configuration file.Thanks,Rehan
View ArticleSSIS & CRM
SQL2012I have installed the Kingsway component for CRM2011I have a custom entity called fm_Arudd. What I am trying to do is get the nest serial number from the fm_serial field. Can anyone give me any...
View ArticleChild package executes without error but calling package raises error
I have a fairly complex SSIS package, organized into stages. A primary package calls 4 secondary packages, each of which then in turns calls a large number of tertiary packages. The package has...
View Articleerror job After got SSIS VB Script be able to refresh existing excel file...
Hi everyone,After got SSIS VB Script be able to refresh existing excel file without human intervention,and changed the security level to No encryption.My sql server services are:Common NameStateLog...
View Articlescript component as datasource with stored prcedure
I am trying to use the script component as a datatask sourceThe stored procedure takes a varchar(250) parameterI have created the output columns and got so far in the script but am now stuckcan anyone...
View Articleconfig file, mismatching connection object name
Here is the situation and I would like to know what the expected behavior is.I have an agent job running a package with a config file. The config file has bunch of properties set for a connection...
View ArticleHow to read gmail attachment in SSIS as a Data Flow Source?
Hi, I have got a package in SSIS which does all the cleaning and loads the data into Sql server table. But at the moment the input source (csv file) is provided manually and saved at a location for the...
View Article