Displaying 2 results from an estimated 2 matches for "sqlbackups".
2005 Mar 23
2
Permission problems writing to Share from SQL Agent
...rver.
They have a Linux machine (Fedora Core 3) that is acting as a file
server using Samba.
We want to write backups from the SQL Agent for SQL Server to
one of the shares on the Samba server.
If I set the share to allow guest access, the SQL Agent
can write the backups just fine using \\Shares\SQLBackups\pubs.bak
but, if I require a user name and password, it gives me
permission denied (Which I expect because I don't know how
to give it the user name and password to use).
I tried setting SQL Agent to use the Administrator account
and then mounted the share to Y: using the user name and
passwor...
2010 Jul 03
0
Hang ZFS due to asyncronous delete?
...some reason that delete would return before the operation completes? It seems like a simple change in this behavior to block until the file is actually deleted would possibly resolve this issue.
--------- Perl script to sleep between deletes -------------
#!/usr/bin/perl
cleanup("/tankmir1/sqlbackups/", "_2010_05", ".trn");
sub cleanup {
my $search=$_[1];
my $dir=$_[0];
my $type=$_[2];
print "Searching for $search in $dir\n";
print " Command: " . "find $dir \| grep \"$type\" \| grep \"$s...