dbTalk Databases Forums  

RE: How to create table from existing table structure?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss RE: How to create table from existing table structure? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
HWUK
 
Posts: n/a

Default RE: How to create table from existing table structure? - 10-15-2004 , 05:35 AM






Select top 0 *
into TrxsHistory
from Trxs

"Sunny" wrote:

Quote:
I have a table name Trxs, now I would like to create another table
TrxHistory which should have exact same structure as Trxs. I want to create
this table in the same database. Can anyone suggest me quick way?

Thanks.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.