Posted by Flemming on 11/24/07 09:21
>>Is there a smarter way?
>>
>>Flemming
>>
>
>
> I'd run a separate command to create your new table, then use
>
> SELECT * INTO NewTable FROM OldTable;
>
> Of course I'd do a regular backup of your entire database first, just for
> precautionary measures.
>
Thank you your reply.
Is there a way to create (an empty) NewTable in SQL with indexes and all
from OldTable?
Flemming
Navigation:
[Reply to this message]
|