Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vatsa_saurabh
Starting Member
1 Post |
Posted - 2008-12-26 : 12:51:29
|
I have some aggregation partitioned tables(huge size) that are going to be altered as a part of my current project. Now the problem is that I am adding some new attributes to my existing tables and i have to populate these tables with values for these new attributesplease let me know the efficient way to do this as i am newto SqlServerThanks for your help |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-27 : 12:28:34
|
by new attributes do you mean adding new fields? if yes, isnt normal update enough? |
 |
|
|
|
|