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

Explain trigger and its types?

0 Answers  


Explain concepts of analysis services?

0 Answers  


you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration

0 Answers  


What command do we use to rename a database?

0 Answers  


What is “asynchronous” communication in sql server service broker?

0 Answers  






Do you know what are the restrictions that views have to follow?

0 Answers  


We create an index to fast the search. How it fast the query? Do we write any special keyword with query?

3 Answers  


How many types of database relationship in sql server?

0 Answers  


If any possiable to use 2 primary key in single table? How many primary key & foreign key used in each table(min & max)?

3 Answers  


How many nested transaction can possible in sql server?

3 Answers   Bank Of America,


Explain encryption of entire databases without the need for application changes in sql server 2008?

0 Answers  


What are a scheduled jobs?

0 Answers  


Categories