Viewing 15 posts - 256 through 270 (of 1,539 total)
Steve Jones - Editor (9/29/2010)
Do you have a lot of SSIS/DTS packages in there? They are stored in those tables.
Nope. unfortunately not.
Wayne - Those history tables have around 4-5k records...
September 29, 2010 at 9:27 am
Just to update that we found the issue. Batteries of one of the controllers had failed. the read/write cache was disabled and hence the slowness and low disk throughput. it...
September 24, 2010 at 5:19 am
aah.. got your point. i thought you were trying to move the "zipped" file to a target location.
I'll assume your .zip files will stay on the current location for some...
September 21, 2010 at 9:24 am
Ok. this is what i found on net.
modified it a bit.
Dim oFS, oFile, sFile
Set oFS = WScript.CreateObject("Scripting.FileSystemObject")
Const sSourceFdr = "C:\test1\"
Const sDestFdr = "D:\test2\"
For Each oFile In oFS.GetFolder(sSourceFdr).Files '...
September 21, 2010 at 8:47 am
shew (9/21/2010)[hr
From my testing, a seperate "move job" makes no difference. My issue is that I cannot tell "when" the zipping is complete. Consequently, there is the risk of deleting...
September 21, 2010 at 8:38 am
Jeff Moden (9/21/2010)[hr
Yep... I pretty much got that from the OP, Pradeep. I'm just trying to figure out a work around without using any 3rd party software so that...
September 21, 2010 at 7:36 am
ps. (9/17/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 7:34 am
read Gail's remark:
you need to attach it to either SQL 2000 or SQL 2005 first, let that upgrade happen, then detach again and attach to SQL 2008.
Thats the...
September 21, 2010 at 3:22 am
danfugett (9/20/2010)
September 21, 2010 at 2:39 am
take a note that running traces (even server side) will cause a performance degradation.
September 21, 2010 at 2:23 am
Adiga (9/20/2010)
You may use perfmon to find out which process is accessing that file. An example here[/url]
Good writeup. but i guess u did a typo by writing perfmon instead of...
September 21, 2010 at 2:19 am
Jeff Moden (9/20/2010)
September 21, 2010 at 2:17 am
Google!!
You can start here: http://technet.microsoft.com/en-us/library/ms175047.aspx
Run a server side trace. Use profiler to script out the trace definition. Doing it manually can be error prone.
This article of Gail will help...
September 20, 2010 at 8:26 am
The file may be in middle of copy and hence u got this error.
if not, take help of windows admin guys who can find the handle to the process that...
September 20, 2010 at 8:23 am
mail4sha (9/20/2010)
September 20, 2010 at 7:56 am
Viewing 15 posts - 256 through 270 (of 1,539 total)