Viewing 15 posts - 2,476 through 2,490 (of 7,168 total)
I agree that permanent staging tables would be a better option than true temp tables (# tables).
One option to consider:
1. create 25 staging tables with the exact schema (including constraints,...
January 9, 2013 at 10:27 am
Please post all error messages.
January 9, 2013 at 10:01 am
For that you could leverage Package Configurations SQL Server storage. Not sure about why you think you need to lock the row but maybe that's specfic to your environment. That...
January 9, 2013 at 9:51 am
aaron.reese (1/9/2013)
January 9, 2013 at 8:47 am
Yvan Bouchard (1/9/2013)
opc.three (1/8/2013)
Relevant?
Saw that article - talks about the same kind of problem and solution we used but still does not explain why making...
January 9, 2013 at 8:14 am
Needing to know the DDL is a pain. That part could be made to be dynamic although I would be compelled to drop 'somewhat' from 'somewhat messy' at that point...
January 9, 2013 at 8:00 am
dwain.c (1/8/2013)
But isn't it true that you can TRUNCATE TABLE b first and then TRUNCATE TABLE a?
No. In my repro code both tables are empty. I am thinking it has...
January 8, 2013 at 5:28 pm
January 8, 2013 at 5:25 pm
Is PowerShell installed on the server? You could do this in a CmdExec step type:
%windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -Command "& {$x=(Get-Date -Format "yyyyMMdd_HHmmss");Move-Item -Path "C:\@\FlatFile.txt" -Destination "C:\@\FlatFile_$x.txt"}"
Just change yyyyMMdd_HHmmss to match...
January 8, 2013 at 5:08 pm
My apologies for the late response. I did not realize there were new topics posted in this area. In case you have not seen the third of the three articles:
January 8, 2013 at 4:31 pm
I wasn't sure the crux of your issue so I threw some code out there thinking it might initiate a discussion. I am happy to help move the ball down...
January 8, 2013 at 4:17 pm
Windows has no native support for SSH. You'll need to incorporate some third party software.
January 8, 2013 at 10:50 am
tom 100 (1/8/2013)
I have two columns in the CSV file, Contact Name and Company. The Contact Name is duplicated in...
January 8, 2013 at 10:43 am
MyDoggieJessie (1/7/2013)
January 8, 2013 at 10:34 am
dwain.c (1/8/2013)
a_ud (1/8/2013)
January 8, 2013 at 7:53 am
Viewing 15 posts - 2,476 through 2,490 (of 7,168 total)