data conversion error importing excel files (*.xlsx) to a SQL server table
Hello,I'm importing a set of excel files to SQL table. I have a for each loop container that iterates through the set of files to be imported. The structure of the excel files is the same and the data...
View ArticleHandle different date formats
We have CSV files as our data source and some files have different data formats (DD-MM-YYYY and MM-DD-YYYY)We are using Flat File Source Editor for reading our CSV data. After failing on multiple...
View ArticleSQL server query without indicating server name
I am writing a query in SSIS and utilize servername everytime but it drags every timeI am authorized to work in Development area and can indicate deve serverBut Senior officer ask me not to...
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 ArticleSQL server query without indicating server name
I am writing a query in SSIS and utilize servername everytime but it drags every timeI am authorized to work in Development area and can indicate deve serverBut Senior officer ask me not to...
View ArticleMigrate DTS between SQL 2000 Server
Hi ~ Are there any way I can copy all the DTS package from one SQL 2000 to another ?
View ArticleConnection Manager in SSIS
Hi All,I have two servers (Server-A and Server-B), Both servers data bases are mirrored. My SSIS package pointing to the server-A Database, If any failure in the Server-A (or) Crashed, My package...
View Articleerror with sequence containers and global temp variables
I have a process which does the following - 1. Inside a sequence container an execute sql task has a stored proc which inserts result set into a global temp table.2. DFT after the execute sql uses that...
View ArticleAlternative to Script Component( VB ) inside Data Flow
I have a process which readwrites / updates 7-8 fields inside a vb script component inside a data flow before it hits dest table. Could anyone give me possible alternatives to replace it ? ... Would...
View ArticleCDC SSIS 2012 ,CDC TASK,CDC Source,CDC Splitter
Hi,I tried CDC in SSIS 2012 yesterday I was unable to run the hole process...
View Articlechanging ? or ¿ or � back to Special characters.
Hi there,I am working with a ETL importing data from Oracle to SQL Server using SSIS 2012. Oracle source data contains special characters which appear as ? or ¿ or � in Toad. I know this oracle data...
View ArticleLogging Query Messages From ExecuteSQL Task
The ExecuteSQL task makes it easy to capture the resultset of a query or stored proc in a variable. But what about the messages that would normally appear in the Messages tab when running queries in...
View ArticleOracle Connectors (3.0) with SSDT (2013)
In previous versions of BIDS we were able to customize the DataFlow toolbox to incorporate the Oracle Source and Oracle Destination items - however, it appears this is no longer the case in SSDT (no...
View ArticleTasks ===> Export Data... in SQL Server Management Studio
I used Tasks ==> Export Data... within SQL Server Management Studio which invoked theSQL Server Import and Export Wizard. I went through the wizard and extracted my data perfectly. Within the last...
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 ArticleSSIS 2012 Teradata connection error
I have a package in SSIS 2012 catalog trying to get some data from Teradata 13.10. The connection is not working for me and I keep getting the error: ADO.NET Source has failed to acquire the connection...
View ArticleQuestion about redeploying a Project with multiple packages
I know that if I make changes to a single package within a project in SSIS 2012 that the entire project must be re-deployed. Also, I know that the project version is updated when it is re-deployed....
View ArticleHow do you run the packages?
Hi guys, just a question. I'm used to running the package (even complex package) or manually or using SQL agent job. I would like to have a list of possibilities. How do you usually run the packages?
View ArticleMicrosoft ODBC for Oracle on a Windows 7 64Bit OS and Oracle 11g Client
Hi,I have installed Oracle 11g client 64Bit edition on a Windows 7 Professional 64Bit OS. Trying to connect to Oracle DB through ODBC Driver I get the following Message:Microsoft ODBC for Oracle:"The...
View ArticleCommand line for end users
Hy guys, in order to run the command line below:C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEXEC.EXE /F"G:\SHAREDFOLDER\PIPPO.DTSX"Does the user need to have BIDS installed in the local...
View Article