sql-server-data-tools

Importing excel files having variable headers

孤街醉人 提交于 2019-11-26 09:59:33
问题 I have the SSIS package, which will load the excel file into Database. I have created Excel Source task to map the excel column name to Database table column name and its working fine. In rare case, We are receiving the excel file column name with some space (for example : Column name is \"ABC\" but we are receiving \"ABC \") and which cause the mapping issue and SSIS got failed. Is there any possible to trim the column name without opening the excel. Note : Page name will be dynamic and

Using SSIS BIDS with Visual Studio 2012 / 2013

我的梦境 提交于 2019-11-26 06:20:27
问题 I want to use SSIS /BIDS project in Visual Studio 2012. I have both Visual Studio 2010 and Visual Studio 2012 installed along with Microsoft SQL Server 2012. VS 2010 was installed first followed by MS SQL 2012 which got me BIDS integrated with VS 2010. However I cannot seem to find any help on integrating BIDS with VS 2012. I came across few question on SO related to this topic but all of them had integration with 2010 and not 2012. I know that with MS SQL 2012 I get a SQL Server Data Tool.