Re: Transform/transfer 50Gb - how to do it fast?
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Mon, 30 Apr 2007 07:34:30 +0000 (UTC)
B D Jensen (bjorn.d.jensen@xxxxxxxxx) writes:
Thanks for the details about requirements.
But I'm afraid I then must create the newtbl first,
because the old table is in the Primary filegroup.
And as I see there is no way for saying:
select id, func1(col1) into newtbl MYNEWFG from oldtbl.
So I think I have look at unload/load now....
But doesn't ALTER DATABASE permit you to specify a different filegroup as
the default filegroup? You could do that, and then your SELECT INTO tables
should end up there. At least that is what I would expect.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: Transform/transfer 50Gb - how to do it fast?
- From: B D Jensen
- Re: Transform/transfer 50Gb - how to do it fast?
- References:
- Transform/transfer 50Gb - how to do it fast?
- From: B D Jensen
- Re: Transform/transfer 50Gb - how to do it fast?
- From: Erland Sommarskog
- Re: Transform/transfer 50Gb - how to do it fast?
- From: B D Jensen
- Re: Transform/transfer 50Gb - how to do it fast?
- From: Erland Sommarskog
- Re: Transform/transfer 50Gb - how to do it fast?
- From: Dan Guzman
- Re: Transform/transfer 50Gb - how to do it fast?
- From: Erland Sommarskog
- Re: Transform/transfer 50Gb - how to do it fast?
- From: B D Jensen
- Transform/transfer 50Gb - how to do it fast?
- Prev by Date: Damn Newbie
- Next by Date: Re: Transform/transfer 50Gb - how to do it fast?
- Previous by thread: Re: Transform/transfer 50Gb - how to do it fast?
- Next by thread: Re: Transform/transfer 50Gb - how to do it fast?
- Index(es):
Relevant Pages
|