Viewing 15 posts - 7,981 through 7,995 (of 11,678 total)
PaulB-TheOneAndOnly (2/12/2012)
Jeff Moden (2/11/2012)
PaulB-TheOneAndOnly (2/11/2012)
...ETL is a concept, a methodology that describes how to transport data from OLTP systems into a Data Warehouse database.
Gosh... it's a whole lot more than...
February 13, 2012 at 12:44 am
If there's an ODBC driver for IDMS, you could use that one to connect to the IDMS system.
February 13, 2012 at 12:42 am
You could use the slowly changing dimension wizard in SSIS, but it is a bit slow. Here's a list of alternatives:
Alternatives to SSIS SCD Wizard Component
[/url]
February 13, 2012 at 12:37 am
Also make sure you have the Oracle client installed and configured.
If any doubt, contact your Oracle administrator.
February 12, 2012 at 11:41 pm
Create a matrix and drag all the fields from the dataset into the rows area of the matrix.
February 12, 2012 at 11:38 pm
Duplicate post.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1250988-391-1.aspx
February 12, 2012 at 11:36 pm
Nope.
There is a feature request for that on Connect:
Maybe it's possible using 3rd party providers.
February 12, 2012 at 11:34 pm
Nice question Craig, thanks!
February 12, 2012 at 9:49 am
Chrissy321 (2/10/2012)
I end up getting the "cannot convert between unicode and non-unicode data types" error on a particular field.
If I do set the file to unicode would...
February 10, 2012 at 11:40 am
Jack Corbett (2/10/2012)
February 10, 2012 at 11:38 am
duggal.priyanka06 (2/10/2012)
The service does not work for local instance .i gave IP address\sqlexpress in server name and used window authentication.Is there something else I need to use?
It would be really...
February 10, 2012 at 11:36 am
Eric Mamet (2/10/2012)
The "Union All" task gets all its columns from the...
February 10, 2012 at 7:33 am
At the beginning of the script, put
USE [OtherDatabase];
This will change the scope of the script to the other database. Make sure the script doesn't contain other USE statements that change...
February 10, 2012 at 7:27 am
Peter Howard (2/10/2012)
Thanks for taking an...
February 10, 2012 at 6:32 am
Viewing 15 posts - 7,981 through 7,995 (of 11,678 total)