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?



i use few third party softwares. they r all having their own databases . but the data is repeate..

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

Post New Answer

More SQL Server Interview Questions

What is the difference between cartesian product and cross join?

0 Answers  


Explain what are page splits? : SQL Server Architecture

0 Answers  


What command do we use to rename a db, a table and a column?

0 Answers  


What is isnull() operator?

0 Answers  


How to write stored procedure to update the data in 10 tables

4 Answers  






Can we drop user if user mapped to any logins

1 Answers  


What is the system function to get the current user's user id?

3 Answers   TCS,


how many instance use in sql server 2005

4 Answers   EFI, HCL,


How to use "if ... Else if ... Else ..." Statement structures in ms sql server?

0 Answers  


Explain Different types of Projects?

1 Answers  


Do you know what are the steps to process a single select statement?

0 Answers  


What is inner join? Explain with an example?

0 Answers  


Categories