RE: Reconstructing SQL create table statements

2002-06-14 Thread Steve Edberg
Sent: Friday, June 14, 2002 4:39 PM >To: Hihn Jason >Cc: [EMAIL PROTECTED] >Subject: Re: Reconstructing SQL create table statements > > > >On Friday, June 14, 2002, at 04:06 PM, Hihn Jason wrote: > >> I have a large number of tables that have been created through the >

RE: Reconstructing SQL create table statements

2002-06-14 Thread Don Vu
ing SQL create table statements On Friday, June 14, 2002, at 04:06 PM, Hihn Jason wrote: > I have a large number of tables that have been created through the > years, > and I wish to obtain the SQL statements used to create them. I can go > through and do it all by hand, but

Re: Reconstructing SQL create table statements

2002-06-14 Thread Erik Price
On Friday, June 14, 2002, at 04:06 PM, Hihn Jason wrote: > I have a large number of tables that have been created through the > years, > and I wish to obtain the SQL statements used to create them. I can go > through and do it all by hand, but that would take forever. Is there a > way > to ru