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 Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Where do you find the default Index fill factor and how to change it?

609


What is use of except clause?

637


What is the difference between DataRow.Delete() and DataRow.Remove()?

749


Explain primary key in sql server?

575


Explain about unique identifier data type in sql server?

525






Where are stored procedures in sql server?

574


What is the security model used in sql server 2005?

518


what is hash nonclustered index

545


What are magic tables in sql server?

638


What is store procedure? How do they work? When do you use?

519


How to rebuild the master database?

586


What is a transactions?

610


What are the different types of collation sensitivity?

567


What are transactions and its controls?

623


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

551