Viewing 15 posts - 2,476 through 2,490 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 9, 2013 at 9:51 am
aaron.reese (1/9/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 5:28 pm
Relevant?
SSIS: A performance tuning success story
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 4:17 pm
Windows has no native support for SSH. You'll need to incorporate some third party software.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 10:43 am
MyDoggieJessie (1/7/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 10:34 am
dwain.c (1/8/2013)
a_ud (1/8/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 7:53 am
To view all default trace files:
Reviewing AutoGrow events from the default trace by Aaron Bertrand
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 8, 2013 at 7:50 am
It sounds like you're referring to msdb.dbo.sp_start_job which returns control to the caller immediately after submitting the request to SQL Agent to start the job reporting 1 or 0 as...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 7, 2013 at 3:47 pm
Viewing 15 posts - 2,476 through 2,490 (of 7,164 total)