> -----Original Message-----
> From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 13, 2005 12:06 PM
> To: CF-Talk
> Subject: Re: Best Practices - Large Data Load
> 
> > Good god don't do it in CF - you will kill it.  This should all be done
> > inside SQL Server - DTS / SP type thing.
> 
> This is something that has to be portable and web-launchable;  I
> haven't done much direct DB - DB interaction so I'll fiddle around
> with the syntax and see how it works out.

If possible I agree with others: try to eliminate as many moving parts as
you can.

But if you can't you could do this in CF - but it will always be slower and
less capable than direct DB-to-DB transfer.

I second to motion to use DTS if possible (going from MS-to-MS tools it's a
no brainer, but it also supports some others).  You can create a package,
accept variable inputs, define all aspects of the transfer and the bastard
is very FAST.

I use it all the time to schedule (within SQL Server)
production-to-development data backups (copying production data from my web
host to my local development box).

It works perfectly and I don't need to involve any other tools at all.

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202594
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to