Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In our company, a product was developed in .NET as front end and SQL Server 2005 as backend.

Initially when they started the project they didn't follow the DB normalization techniques. Now they thought to go for DB normalization in which the database contains only one table that contains thousands of rows.

Is it possible to split this existing table and implement normalization?

Can any one tell me how to go step by step?
Posted

1 solution

It will be quite difficult to do this now. The cost involved is high, as most likely your entire application will need to be changed.
However, you can just search the internet, you will get tons of information on normalizing step by step.
 
Share this answer
 
Comments
hemantwithu 12-Apr-12 3:08am    
How could we move the data to the other tables?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900