[table name] is under change data capture control and cannot be modified.
I have enable cdc for table and how i want to add one more field in a table.I am publishing a database from visual studio and i disabled the cdc feature in pre deployment script but i give the error...
View ArticleString to Datetime(dd/mm/yyyy)
How to derived string to datetime (dd/mm/yyyy)Input Date : Start Date 15/06/2015 30/06/2015 NULL 2015/06/24 Some date are in format dd/mm/yyyy I want to keep them as it is , but I want to convert the...
View ArticleReferring to text stored in package level object
I am developing a table driven ETL system, where I store large PL/SQL queries in a varchar(max) field. I read the field into an object variable at the package level using a SQL task. Next I have a...
View ArticleHow to transfer non printable + printable ASCII characters with SSIS?
Hi,I have ssis package transferring data from one table to another on different database/server (tables are same structure, ssis package is very simple, one ole db source and one ole db destination,...
View ArticleSQL 2012 - Can we access or Modify SSIS XML in SSIDB database?
Hi, So in SQL 2012, all packages are maintained in the "SSISDB Catalog". SSISDB is the also the default database created in relation to this (when we create a catalog).I have a few queries - 1) Is the...
View ArticleSSDT on SQL Server Cluster
Hi I have deployed a SSDT 2012 package to the SSIS store and trying to run it on a SQL cluster. My SQL team say that they installed SSIS & SSDT (as per the URL below) on the nodes but I am still...
View ArticleOralce connectivity
Hi ,I have made the connection with oracle data base from SSIS by using Oracle Source task. Connection has being established but, not able get the data. It is not showing any error , it is showing like...
View ArticleTruncation error when exporting data from sql server 2012 to excel
I need to export some data from sql server 2012 to a excel file(.xlsx). Truncation error happened when executing the exporting task, error happened in conversion from a column of type nvarchar(max) to...
View ArticleOLE DB destination - Rows per batch and Maximum insert commit size
Hi I have read about Rows per Batch (RPB) and Maximum insert commit size (MICS) from online search as well as research paper from Microsoft. I am still not 100% clear on them though. I have a data...
View ArticleError in Typecasting from string to datetime
I am using derived column to convert string data to datetime .My string data :Start Date 15/06/201530/06/2015NULL2015/06/24I wrote in derived column expression:(DT_DATE)(SUBSTRING(([Start Date]),7,2) +...
View ArticleHow to write ETL package addressing different collations or code pages
Default code page in ETL package is 1252 which will not work if the collation is different e.g in Japanese_CI_AS, it is 932.My question is how to write a generic ETL package so that it can cater any...
View ArticleSending a single email with all recipients in To field
Hi all,I have table called email_address and have all the email ids in this table. using sql task, I am getting the ids and passing to string. This string variable is passed to the to field using...
View Articlethe version number cannot be greater than current version number
i am deployingmy ssis package which is in 2012.(version 6)and my ssis server also in 2012.but i am getting error:"the version number in package is not valid, the version number cannot be greater than...
View Articleread sharepoint 2010 list using c# in script component
I'm desperately looking for a solution - used this link - http://timlaqua.com/2012/07/consuming-sharepoint-lists-via-odata-with-ssis/I'm getting at pagination issue and am getting only 1000 rows. The...
View ArticleExecuting Package using C#: returns failure
Hi,I have a WPF application that kicks start a package execution on a button click handler. I was using VS2010 & .Net Framework 3.5 in previous release of our product and this feature works well...
View ArticleHow to get XML node value using a XPATH SSIS XML Task
I am trying to use a XML task in SSIS to get a session ID value from this XML:<?xml version="1.0" encoding="utf-16"?><AuthenticationResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleOne time load of data into sql server 2012
I have an excel spreadsheet 2013 that I want to load data into sql server 2012 for a one time load. I am going to run this load on a test server first and then into production for real later. The table...
View ArticleOracle to SQL Server 2012 Connection on Windows Server 2012
I was succesfully able to connect to Oracle from SQL Server(SSIS) by following these steps to SQL Server 2008 R2 (on Windows 2008R2), but currentl i was failing to connect to Oracle from SQL Server...
View ArticleMonth Name
Greetings!After a search for a reasonable alternative to DATEPART(MONTH,<<date>>) yeilded nothing I wanted to use, I decided to come up with my own solution. Since I found nothing like it,...
View ArticleSSIDB using the Simple Recovery Model
When the SSISDB database is created, it appears to be using the "Full" recovery model by default. Because of the recovery model, the SSISDB transaction log needs to be regularly backed up or I risk...
View Article