Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello all
i have a littel question , how can i denormalize any data base using sql code in sql server , the problem is that the i don't know the database that i will deal with so the i have to find general way

thanks in advance.
Posted

1 solution

You can get the schema of a SqlServer database with this:

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.getschema.aspx[^]

You can then modify the database in any way you wish using standard SQL commands.

Nick
 
Share this answer
 

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