i use few third party softwares. they r all having their
own databases .
but the data is repeated in all these databases - say a
person is in all the three databases, but his name is
stoared in diff format in all databases
i want to create a centralised database ,and i dont want to
re-enter the records .
using the exisating records how can i build a centralised
database?
Answer / himanshu gupta
First try to convert all names into same format(normalize) and then will insert all details to centralized database excluding duplicate record.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between cartesian product and cross join?
Explain what are page splits? : SQL Server Architecture
What command do we use to rename a db, a table and a column?
What is isnull() operator?
How to write stored procedure to update the data in 10 tables
Can we drop user if user mapped to any logins
What is the system function to get the current user's user id?
how many instance use in sql server 2005
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
Explain Different types of Projects?
Do you know what are the steps to process a single select statement?
What is inner join? Explain with an example?