Re: Transform/transfer 50Gb - how to do it fast?
- From: Mork69 <mleach@xxxxxxxxxxx>
- Date: 28 Apr 2007 01:53:10 -0700
Hi,
The quickest way to do this is to use INSERT INTO...SELECT FROM as it
is a non-logged operation
regards,
Malc
B D Jensen wrote:
Hello!
I have an big table with 50Gb data, written som functions
that cleanup data and want to do something like this
insert into newtable
select id, func1(col1), func2(col2)
from oldtable;
I'm also plan to make newtable partioned (before insert).
But how could i get the insert as fast as possible?
Greetings
Bjorn D. Jensen
.
- Follow-Ups:
- Re: Transform/transfer 50Gb - how to do it fast?
- From: Erland Sommarskog
- Re: Transform/transfer 50Gb - how to do it fast?
- References:
- Transform/transfer 50Gb - how to do it fast?
- From: B D Jensen
- Transform/transfer 50Gb - how to do it fast?
- Prev by Date: Re: SQL Server Annoying popup upon boot
- Next by Date: Re: Transform/transfer 50Gb - how to do it fast?
- Previous by thread: Transform/transfer 50Gb - how to do it fast?
- Next by thread: Re: Transform/transfer 50Gb - how to do it fast?
- Index(es):