This is a multi-part message in MIME format.
------=_NextPart_000_0001_01C1B8BC.49157530
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
We are managing a process where the transactions will consist of move
lots of big files from an outside source to a storage area with some
sort of big SQL table to track file location and particulars about each
file. SQL has a transaction tracking capability/requirement.
My question is will I have to allow enough room in the transaction
tracking log to accommodate a copy of each big file I am tracking or
moving?
Tks
Sam