Viewing 15 posts - 1,786 through 1,800 (of 2,897 total)
darrylms (10/6/2009)
Some of the users created a new work area in one of their apps. The app decided to generate another DB for this.
I became involved when I was...
October 6, 2009 at 10:23 am
So, ServerA backs up across the network, to ServerC and fails, but ServerB backs up across the network to ServerC and is OK ? Did you test general ServerA...
October 5, 2009 at 1:59 pm
Or even re-save it as-is and see if that fixes it.
October 5, 2009 at 11:59 am
While you are figuring it out, be sure to create a new job to do the backups.
October 5, 2009 at 11:30 am
Is the job enabled AND the schedule enabled ?
October 5, 2009 at 10:00 am
I now seem to remember using Lumigent Log Explorer for something like this .... I think it built insert statements based on the deletes that occurred so you could recover...
October 5, 2009 at 9:55 am
Would a log reader tool be usefule for extracting transaction information if a full backup was taken, and log backups have been taken, but the full backup no longer exists...
October 5, 2009 at 9:31 am
You could run something like this to get a listing of your backup history. Then you can see if you are missing any differentials or transaction logs:
SELECT sysdb.name,...
October 1, 2009 at 1:12 pm
dba_pkashyap (9/24/2009)
one of our prod db is hosted on an external server.DB regular maintenance plans are all set and fine.
They do a system NT backup and IIS backup on...
September 28, 2009 at 12:20 pm
I hope you're running backups every day right now.
September 28, 2009 at 12:17 pm
Sergey's suggestion of a 3rd party tool is good. They compress to about 20% of original size (depending on your data) and are faster than native SQL backup. Then you...
September 28, 2009 at 12:10 pm
I don't know about SSIS, but DTS allowed you to set a batch size. I used to do this for large imports and it seemed to process faster and hang...
September 28, 2009 at 12:04 pm
Steve Jones - Editor (9/22/2009)
The way I used to do it was track backup...
September 22, 2009 at 9:21 am
Right click "Databases" -> "Attach" -> Select path to database files .mdf & .ldf
Edit: beat me by a minute !
September 22, 2009 at 9:16 am
Viewing 15 posts - 1,786 through 1,800 (of 2,897 total)