Posted by Chris.Cheney on 06/11/07 16:54
Omar Abid <omar.abid2006@gmail.com> wrote in news:1181578579.728121.204320
@g4g2000hsf.googlegroups.com:
> Hi,
> In my program i need to duplicate a table in a current data base.
> I'm thinkin' of reading the data base columns and then rows and so i
> create another table
> Is there any other easy and fast method with SQL Server 2005, because
> my idea is so slow
> I'm using VB 2005 Express with SQL Server 2005 Express
> Thanks
>
>
SELECT * INTO NewTable FROM OldTable
[Back to original message]
|