SSIS dataflow slow down duw to cluster index, but why?
Hi,I want to know exactly how SQL Server handles the data from an SSIS package.I have a package which loads 120millions rows.I do multiple lookups & transforms before inserting in my DW. Here I'm...
View ArticleSSIS configuration
hii have 1 package that i need to deploy to testing environment.i need when i deploy it will automatically take connection string,file path for that server.i did xml configuration, but for that someone...
View ArticleCannot Edit Environment Variable Configuration
The SSIS packages I am working with were created in Visual Studio 2010 Ultimate.In my SSIS solution, I have a project level connection manager named 'SSISConfiguration.conmgr'. It is configured to use...
View ArticleHow to change a data type in a table in Microsoft SQL Server 2008
Hello Team,I have exported a file from Microsoft Excel to SQL Server 2008 R2. I need to change the data type, since Excel doesn't say anything about the data type and every field is exported as a text....
View ArticleCANNOT downgrade the package from SSIS 2008 R2 to SSIS 2008
Hi,I have created a package using SSIS 2008 R2. The package has mulitple passwords that are used to connect to different DB sources to fetch the data.I have set the security as...
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER
All, I’ve come across an issue with a newly created package. Several error messages are receved relating to the package's connection managers. Each connection managers tests successfully. However,...
View ArticleCan tables in destination be dynamically created?
Hello all, I am grabbing everything from one table (select * from an access table) as a source in an SSIS package. I am doing it this way because I don't know if a field in the source table will be...
View ArticleSend file using SSIS to a FTPS Site
Hi Friends,I am given a task where I will be creating flat files and will be sending them over to a different network using FTPS site. I have tried everything(May Be not), But wasn't able to figure...
View ArticleRunning on desktop but running differently in server machine
Hi,i have developed SSIS package to check data, if mismatch with text file data and db data send email notifiction. Its running correctly in my desktop (connecting to production server). Existing data...
View ArticleSSIS logging sysdtslog90 Table
Hi All,I have enabled logging from SSIS under BIDS with Provider Name as "SSIS log provider for SQL Server", Description as "Writes log entries for events to a SQL Server database" & Configuration...
View ArticleSlowly Changing Dimension 242 error: FailOnFixedAttributeChange
TK463 Chapter 7 Lesson 1Did anyone having trouble to execute the package DimCustomerSCD?I error I have got with Slowly Changing Dimesion task:[Slowly Changing Dimension [242]] Error: If the...
View ArticleHow to create Excel file with parameters with SSIS
I would like to create Excel files with SQL Server 2008 R2 SSIS.Excel would consists of 10 columns of data. Is it possible to automatically define filters or dropdown parameters ?I would like to filter...
View ArticleWriting SSIS package to load data in new excel file every time it runs
Hi,I have a requirement in which I am writing an SSIS 2005 package, for which Excel file is a destination.Now I am scheduling this package to run every 2 hours. But every time when it runs I want the...
View ArticleRun stored procedure using catalog views SSIS with SQL USER or Windows...
Hi everybodyI have created a stored procedure for run one SSIS package wich receive 2 into parameters value, for create my stored procedure I used the EXEC [SSISDB].[catalog].[create_execution] and...
View ArticleMultiple-step OLE DB operation generated errors. Check each OLE DB status...
I am passing variable value as input parameter to a script in execute sql task. Its a string variable in package having value C:/ArchiveThe input parameter data type is varchar in parameter mapping in...
View ArticleFailure inserting into the read-only column "ID"
Hi,I have simple table without any references or constraints. It just have primary key column "ID", which is not evenIDENTITY column. I'm trying to load that table form OLE DB SOURCE to OLE DB...
View ArticleSSIS Debug Host has stopped working
Hi,I'm trying to update columns in my SQL Server Compact Edition 3.5 DB through OLE DB COMMAND in SSIS 2012.When I update a column with NTEXT datatype my SSIS Debug Host stops working.Otherwise I could...
View ArticleCan't pass parameter in SSIS Data Flow Task
I am working on SSIS and try to import the data from Oracle DBI am using the OLEDB Connector for Oracle with paramters to run the SQL Query, however i found it cant to pass the parameter and get the...
View ArticleParsing a line and inserting
I have a file which I have to load to a database table customer which has a column Name varchar(30)This file has many lines;Some lines just have one nameSome lines have multiple...
View Articlereduce to 4 decimals in SSIS
I have a few columns which have float values Eg: 213478.67999999999it needs to look like 213478.68It needs to be fixed to have a number with 2 decimal places.Similarly in other cases it needs to b a...
View Article