Viewing 7 posts - 1 through 7 (of 7 total)
What you are trying to achieve is possible via SSIS configurations. That said the best way I have found to getting it working is to store the config info in...
January 15, 2009 at 2:45 am
Hi,
In order to use transactions within SSIS you need to have MSDTC running and running on the same machine that is executing the package.
December 10, 2008 at 3:05 am
HI Sharon
it should work if you:
configure the filewatcher to look for the *.ldb file (dir provided by a variable)
set the timeout to be 1 (minute)
timeout warning as false (this will...
December 10, 2008 at 2:51 am
Hi
create a variable to hold the drive you want to loop over
open the "foreach loop" container ensure the enumerator is set as "Foreach File Enumerator"
under the "expressions" click the...
December 10, 2008 at 2:26 am
try renaming the parameter to a numeric. The first being 0 and subsequent ones increasing by 1 each time. Reference by ? in the SQL shoudl work fine
December 9, 2008 at 9:18 am
Hi Sharon,
I don't know if you are having issues with this still or not but if so it may be worth checking out the file watcher task. It is available...
December 9, 2008 at 9:15 am
Thanks - you are quote right about the DR, and have confirmed my own thoughts re: splitting the LUN.
As for the warehouse I imagine tempdb will see more action than...
November 24, 2008 at 8:56 am
Viewing 7 posts - 1 through 7 (of 7 total)