Viewing 15 posts - 8,311 through 8,325 (of 11,678 total)
Revenant (1/24/2012)
Interrupting our regularly scheduled programming:It is official -- SQLS 2012 release date is March 7.
According to some SQL Server MVP's on Twitter, it is a virtual launch - which...
January 24, 2012 at 1:59 pm
It might be a long shot, but the lookup transformation is case sensitive.
Try adding upper() around the OrderGroupID column in both tables, so that they are both upper case.
January 24, 2012 at 7:44 am
sqlsponge2 (1/24/2012)
January 24, 2012 at 7:28 am
sqlsponge2 (1/24/2012)
January 24, 2012 at 7:22 am
sqlsponge2 (1/24/2012)
This project is running SQL 2005.
So the MERGE statement is not an option, too bad.
Back to the Lookup component. If you run the query that retrieves the records from...
January 24, 2012 at 7:13 am
Are you using SQL Server 2005 or 2008?
January 24, 2012 at 6:59 am
sqlsponge2 (1/24/2012)
January 24, 2012 at 6:52 am
So you use a Lookup component to match the rows between staging and MasterHistoryTable.
How did you configure this component?
If you would implement this solution using TSQL only - using left...
January 24, 2012 at 6:45 am
OK. How do you match source and target together? Using joins or the Lookup component?
January 24, 2012 at 6:36 am
I don't really know Sybase really well, but I suppose there are some sort of management views where you can get all the views in that database? You can use...
January 24, 2012 at 6:06 am
Great article Wayne, thanks.
January 24, 2012 at 6:01 am
Maybe put the 5 slow ones in one package and the 15 fast ones in another package and then running those two packages simultaneously?
January 24, 2012 at 5:48 am
If you create an .udl file on your desktop, can you succeed in creating a connection to the DB2 database?
January 24, 2012 at 5:46 am
If you use the MERGE JOIN, you keep the columns of both tables.
Then you can easily test your condition in a conditional split:
(s-code == 1) && (indicator == N)
Don't assign...
January 24, 2012 at 5:43 am
How do you check if a record is an insert or an update?
What datatype does the column OrderGroupID have?
January 24, 2012 at 5:34 am
Viewing 15 posts - 8,311 through 8,325 (of 11,678 total)