Read write is enough to be able to READ from the Source and READ/WRITE to
the destination.
A large upload is relative. Some people loads millions and some load maybe
20. Look at it as a % of the rows already in the table i.e. If your table
has 20,000,000 rows and you add 20 then that is really not going to make a
whole raft of difference.
Use the ExecuteSQL task to run INDEXDEFRAG
OR
Schedule it as a job for after your batch loads finish.
--
----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Penny" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
What permissions does the account need to have. Is read/write permissions
on the destination table sufficient?
Stupid question I'm sure, but how how many records would be considered a
large upload, and how do I update the stats?
How can I include the INDEXDEFRAG as part of the dts job?
Thanks,
Penny |