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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Populating Values for existing aggregation table

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 attributes

please let me know the efficient way to do this as i am new
to SqlServer

Thanks 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?
Go to Top of Page
   

- Advertisement -