Viewing 15 posts - 151 through 165 (of 285 total)
Shawn Melton (9/21/2010)
C2 Audit mode should be enabled or custom audit traces defined.
Good catch. Excellent response. Implementation of custom audit traces may reduce our overall volume of .trc file accumulation....
September 21, 2010 at 10:07 am
Shawn Melton (9/21/2010)
September 21, 2010 at 9:14 am
I think there are two missing point:
1. I would MOVE the file from source to destination and not COPY to target and then DELETE.
2. I would put a wild card...
September 21, 2010 at 9:08 am
ps. (9/21/2010)
may be you can write the move part in a seperate job that moves all zipped files. and run this "before" the the zipping job runs.
i would have done...
September 21, 2010 at 8:31 am
ps. (9/21/2010)
September 21, 2010 at 3:43 am
EdVassie (9/21/2010)
September 21, 2010 at 3:40 am
Jeff Moden (9/19/2010)Use to work for a "little" DOD shop known as Raytheon. 😛
Little? LOL
The only way that I can think of to make this synchronus is based on what...
September 20, 2010 at 6:46 am
ps. (9/19/2010)
September 20, 2010 at 6:42 am
Ananda-292708 (9/20/2010)
the synatx is simple
7za.exe a myzip.7 *.bcp >>compress.log
if you find things are asynchronus try calling the batchfile from...
September 20, 2010 at 6:38 am
...it looks like you've figured that out with Power Shell (which I also don't use).
We didn't use PowerShell either until this project for migrating SQL Server 2005 to SQL Server...
September 19, 2010 at 6:25 pm
Heh... jeez... I guess I've got to do that instead of you looking up how to loop in batch code, huh? 😉 Alright... it's been a thousand years or...
September 19, 2010 at 5:42 am
Jeff Moden (9/18/2010)
Can't you just write a batch file loop for this?
That would be great. 🙂 Please post code for what you have in mind.
September 18, 2010 at 7:58 pm
I started working on something similar with PowerShell (our preferred scripting language--our DBA team is not skilled in VB script), but, unfortunately, PowerShell calls the zip object asynchronously and the...
September 17, 2010 at 10:14 am
In case anyone stumbles across this forum in the future, I thought I would add some information. I don't have a workaround yet, but here is what Microsoft says about...
September 17, 2010 at 7:02 am
Adiga (9/16/2010)
Since C2 audit trace files are created on the default data directory for SQL Server, you may change the Default Data directory
Actually, this part of the problem. The .trc...
September 16, 2010 at 10:52 am
Viewing 15 posts - 151 through 165 (of 285 total)