Viewing 15 posts - 301 through 315 (of 669 total)
Surrogate keys are always the answer if you are dealing with any successful Data Warehouse implementation. For instance take the case of any SCD transformation.
October 11, 2010 at 11:58 pm
Try using a multi part identifier...such as [database_name].[schema].[table_name]
October 11, 2010 at 11:44 pm
Hi,
For Question 1: Missing data can virtually mean anything. Creatre a data staging platform where you would add meaning to all data anomolies
For Question 2: Please be specific. I did...
October 11, 2010 at 10:24 pm
Row Count..the package looks more modular...
October 11, 2010 at 9:57 pm
Nice...still wondering which is better join or 3 lookup task in SSIS.:-)
October 11, 2010 at 7:56 am
da-zero (10/11/2010)
Phil Parkin (10/10/2010)
Sorry, but I am not prepared to help you get a job based on lies about your experience.
I must say, I admire your patience 😀
(5 replies and...
October 11, 2010 at 7:50 am
Nice...still wondering which is better join or pivot?:-D
October 11, 2010 at 7:39 am
bhushan.bagul (10/11/2010)
Select customer_key From customer (nolock)
customer_key
-------------
10001
Lookup SQL:
Select customer_key, phone_type, phone_number
From phone (nolock) as ph Join customer (nolock) as c
On ph.customer_key = c.customer_key
customer_key phone_type...
October 11, 2010 at 6:51 am
Please provide some sample data to help us help you and what all till date have you tried?
October 11, 2010 at 6:10 am
A join on these two tables would be more elegant based on Customer_key:-):-):-)
October 11, 2010 at 5:50 am
the.hank (10/11/2010)
...
October 11, 2010 at 12:36 am
It is difficult to help/replicate help us help you..what errors do you get...did you debugged the application you made???
October 11, 2010 at 12:33 am
iNTELLIGENT Mr. Phil :hehe::hehe::hehe:
Phil Parkin (10/10/2010)
That's a bit like me saying to you: "I have four guys at my house to do some home improvements. Please tell me what...
October 10, 2010 at 10:50 pm
WayneS (10/10/2010)
October 10, 2010 at 10:35 pm
Viewing 15 posts - 301 through 315 (of 669 total)