SQL Server Data Tools - Cannot show the editor for this task
Hi,I cannot edit sql tasks or script tasks in VS data tools. This is the error I get:Cannot show the editor for this task. (Microsoft Visual Studio) Value does not fall within the expected range....
View Articlechanging database name
i created a database using ssms, and named it 70-461I am trying to change it using alter statement, but it wont let me, i also tried using ssms, but it wasnt possible USE master; GO ALTER DATABASE...
View ArticleNOT NULL constraint
trying to drop a column that is defined as not null, i am trying to use this query, , but i dont know the constraint name is not null, or ?alter table dbo.Robust2 drop constraint [ xxxx ] GO alter...
View ArticleHow to capture MSMQ logs
In our application we are using MSMQ ,how we can capture the MSMQ logs
View ArticleInsert NULL value from a table to another using Execute SQL Task on OLEDB...
Hi everybody!Can you help me to solve a problem that I am not able to find how I can handle it please ?I am trying to do a simple thing : transfert data from a table to another and I am not able to...
View ArticleMulticast producing double rows in one pipe only
SQL Server and SSIS are both version 2008 R2I had an existing SSIS package that was copying 6000 rows from our IBM database to a SQL Server database daily. Now I need to copy the same data to a second...
View ArticleRow-by-Row processing in data flow task
Hi to allI want ask to you, how to process one row at time in transformation components in data flow task?For Example, we have the following components in data flow task :Derived Column ----> Ole DB...
View ArticleSSIS package won't run as SQL Agent job
Hello,I have an SSIS package that writes the results of a query to a flat file. The package runs within Visual Studio, it runs when deployed to the MSDB database and I run the package, but when I...
View ArticleServer name in Parameter
I am writing SSIS PACKAGE and there is Development, Production and UA server Since I am developing package in Development(Dev) area and everytime I have to change the server name for example...
View ArticleWhy do we want use 'Data Flow Task' to 'Data Flow Tast' in Control Flow?
I found an example in my company's SSIS package folders. In Control Flow, it has one data flow connected to the other. Both of them are importing data from flat file and then exported to database. I...
View ArticleClearing CDC table from SSIS 2012
Hi Team,I want to clean the CDC tables once by data is moved from the cdc tables to the actual destination table sql server 2104.Is there any way I can delete the cdc tables from ssis ?Or if truncate...
View Articlers.LoadReport syntax within Script Component of SSIS task
Hello,please, what does Row.path, Row.name etc.... stand for?How should I enter folder path, report name...What about this:/FolderName/ReportName....Can not get rid of syntax errors what ever try...If...
View Articlechanging ? or ¿ or � replace with Special characters
Hi there, I am working with a ETL importing data from Oracle to SQL Server using SSIS 2008. Oracle source data contains special characters which appear as ? or ¿ or � in Toad. When I open source...
View ArticleUsing SSIS to load data into one SQL table from multiple DBF files of...
I am fairly new to SQL Server development and have a task at hand that I am in need of assistance. I am reading a folder full of DBF files. These DBF files could have 4 different file layouts. All the...
View ArticleLineageID of an input column has an another value in runtime
Hi all,I upgraded my own data flow transformation component to SQL 2012. My component has one input and one asynchronous output.I found the following unexplained behavior: a value of the LineageID of...
View ArticleNeed help on flat file
I have 1000 records in text file.Text file consists in this format...[{"ID":1,:"Name":"test1","State":"AP"},{"ID":2,:"Name":"test2","State":"KN"}{"ID":3,:"Name":"test3","State":null}]
View Articleload bulk data using transformations
Hi all,I have a problem to loading with bulk data. ORACLE TO TERADATA using SSIS package. we have bulk data in ORACLE and we should transform it into Teradata by using SSIS. we are having more then 10...
View ArticleUse Merge Join instead of Lookup?
I am inserting from a stage table to a dictionary table using the Lookup Transformation. I need to change this Lookup Transformation to use a Merge Join, where the Derived Columns - CreateDate(Insert...
View Articlehow to split list of columns into 2 tables in SSIS 2012?
Hi,I have 200 columns in Source. Now i want to split these columns, few into Destination A and few more columns intoDestination B. Multi cast i tried to use, but it coping all the columns . Any help...
View ArticleSSIS Package developed in SQL Server 2008 R2 Using BIDS 2008 is not working...
I am working in a Product based company. We have given a Pre-requisites to our customers like SQL Server version should be 2008 or later. I have developed and deployed my SSIS package in SQL Server...
View Article