That's the problem. I've already broken this SQL server down to the individual DBs. I have several databases on this box on one of them is 271 GB as of this morning. I have another on this save server that will potentially grow even larger than that.
Other than throwing gobs of extenal or...
I have a few SQL databases that are growing very large. One of them has reached almost 260GB in size. As it stands, it already takes the database about 12 hours to backup using Networker 7.1.2 writing to LTO-1 tape. Is there any way to use Legato to stripe this backup across more than one...
A Host Transfer Authorization from Legato should take care of that shouldn't it? I'd much rather go this route than have to restore all of my indices from tape.
Thanks for your quick response.
Instead of testing to see if the variable was not a directory
if (!(-d $_)){
I just tested to verify that it was a file.
foreach (readdir(OSDIR)) {
$mod1 = -M "$osapi/$_";
if (-f "$osapi/$_"){
if ($mod1 >= 1) {
print OSLOG "$osapi/$_\n";
}
}
}
I'm using this code to build a txt...
I want to move my Windows Networker 7.1.2 server to hardware. Assuming I keep the same server name and IP address, is it possible to just copy over the INDEX, MM and RES directories? I seen to remember reading somewhere that this would work, but now I can't find that reference. Any...
I'm really new to PERL so forgive me if this is a stupid question. I'm trying to loop through a directory and test each file for two different criteria before I print any file name matching those criteria to a txt file.
The criteria are that it cannot be a directory, and it be older than X...
i'm writing a cgi program that will let me control winamp with my wap phone. i want to be able to launch winamp.exe from the cgi/perl script with 'system', but the way it works now it perl waits for winamp to close before it returns control to the script, so it just hangs. is there a way in perl...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.