Click to See Complete Forum and Search --> : Default in a Table


shown_sunny
May 23rd, 2004, 04:44 AM
dear guys/gals,

When I create a table from a previously existing table(sql server) using the query

SELECT * INTO data_buff_temp from data_buff;

certain constraints such as "default" etc.. doesn't get created in the new table.What is the reason for that?Any solution for that other than manual addition.

regards
shown_sunny
:D