Groups | Blog | Home
all groups > sql server dts > april 2004 >

sql server dts : 12 million row DTS package Help Reqd


anonymous NO[at]SPAM discussions.microsoft.com
4/29/2004 11:29:11 AM
I've just set a DTS package to copy one database from a
sql7 server to a sql 2000 server. After 5 hours its
finally copied 90% of the tables including one with 12m
lines, but it's now just started to create huge tables
out of the views. I need to cancel the views on 2
fronts - not much disk space left or physical time. If I
cancel the DTS will it rollback all the previously done
tables, (particulary the 12m one) or will it just roll
back to the start of the views?


anonymous NO[at]SPAM discussions.microsoft.com
4/29/2004 1:54:39 PM
Thanks V Much
[quoted text, click to view]
Allan Mitchell
4/29/2004 8:31:03 PM
It will only roll back uncommitted stuff so if each task is its own
transaction then that is all that will be rolled back.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

AddThis Social Bookmark Button