Re: dts of everything except indexes...
From: Jéjé (willgart_at_BBBhotmailAAA.com)
Date: 09/10/04
- Previous message: Andrew J. Kelly: "Re: dts of everything except indexes..."
- In reply to: OJ: "Re: dts of everything except indexes..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Sep 2004 21:23:42 -0400
you can create an empty database on the destination server withtout any
index (you can very easely create an SQL script which do this for you)
Also, create another script which contain only your indexes definition.
then use DTS to load the data from the source to the destination
at the end of the step, execute the script which contain your indexes.
what is the fillfactor of your indexes? try to setup to 100%, maybe you'll
reduce the index file size
"OJ" <anonymous@discussions.microsoft.com> a écrit dans le message de news:
023701c496a4$b4dd4720$a401280a@phx.gbl...
> No, it wouldn't. Problem is in network component of this
> process. So we calculated that the fastest way is to
> transfer only data, and to create indexes afterwards.
> OJ
>>-----Original Message-----
>>Why do you not use BACKUP and RESTORE? That would be
> quicker I think.
>>
>>
>>
>>--
>>--
>>
>>Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
>>www.SQLDTS.com - The site for all your DTS needs.
>>www.konesans.com - Consultancy from the people who know
>>
>>
>>"OJ" <anonymous@discussions.microsoft.com> wrote in
> message
>>news:8ec101c4968f$ef4e6ac0$a601280a@phx.gbl...
>>> Hi,
>>> I have specific request here: I need to copy large
>>> database from one server to another. It has 700GB. Most
> of
>>> it are indexes (500GB). Because of time restrictions, I
>>> plan to use DTS export to copy ONLY TABLES from this
>>> database (I will create indexes on destination server
>>> afterwards).
>>> Is there any way to do that (wizard doesn't offer option
>>> to exclude indexes)? I hope that there is some way other
>>> than to create transformation for every single table?
>>> Thanks,
>>> OJ
>>
>>
>>.
>>
- Previous message: Andrew J. Kelly: "Re: dts of everything except indexes..."
- In reply to: OJ: "Re: dts of everything except indexes..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|