You mean add a new column and then populate it with data? Will the data be different for each row? If so, you would need to just add the column, then write a script to go through and update the table with the proper data. If the data will be the same (initially) for all the rows, then just set a default value on the column and it will set it on all your existing rows....
Matt Wade
codewalkers.com