Viewing 15 posts - 931 through 945 (of 1,319 total)
How big are your .mdf and .ldf files? Is the database in full recovery mode? If so, are you performing transaction log backups with some regularity to keep the log...
September 4, 2008 at 11:52 am
I wnet back and forth on /3GB and AWe for a while. Here's a link that should help. May not tell you EXACTLY what you're asking but it should help...
September 4, 2008 at 11:39 am
I used SQLSafe and Lightspeed. Comparable in functionality, both very good products. It came down to purchase price and maintenance costs.
September 3, 2008 at 3:02 pm
If the databases are small and not of particular criticality ("Again, these are light database with few usage and little importance so to say."), one server should be fine. The...
September 3, 2008 at 8:23 am
Can you backup locally via SQL and then move the backup files to a network share for longer term storage? Leave one day on local disk and maybe a week...
September 2, 2008 at 7:37 am
Arthur.Lorenzini (8/27/2008)
September 2, 2008 at 7:35 am
KDASQL (8/29/2008)
September 2, 2008 at 7:23 am
Steve Jones - Editor (8/30/2008)
As Paul mentioned, if the headers are corrupted, there is no way to attach it. They saying goes:Good resume
Good backup
You only need one.
Granted, initially only one...
September 2, 2008 at 7:13 am
Use \\computername\sharename in your backup file location. If you don't know the serve or share name, you're basically out of luck. You cannot map a remote drive as SQL will...
August 29, 2008 at 3:15 pm
Several different ways to the same result.....
I do full backups on Sunday. I do logs during the weekdays, every hour. On weekday evening, I do differential backups. The logs will...
August 29, 2008 at 3:00 pm
While it's not recommended, you can backup to a UNC path. Be sure the account running the SQL Agent has rights to the share. GSquared's approach is the preferred method...
August 29, 2008 at 2:52 pm
As it should be. Not a part of "best practices" as most of us are aware. It should only be used in rare circumstances, if at all. Size your log...
August 29, 2008 at 9:57 am
Jeffrey Irish (8/29/2008)
If you backup your Transaction Logs frequently enough that is typically adequate to...
August 29, 2008 at 6:39 am
I haven't used this much - yet. A colleague of mine at a previous job liked it well enough.
August 25, 2008 at 10:14 am
It appears that it could be a SQL bug (refer to link below) but you haven't really provided much information to go on. What version of SQL are you running...
August 25, 2008 at 10:00 am
Viewing 15 posts - 931 through 945 (of 1,319 total)