Re: just wondering about MSKB 828481

From: SuperGumby [SBS MVP] (not_at_your.nellie)
Date: 09/16/04


Date: Thu, 16 Sep 2004 21:22:47 +1000

I believe (and I've gotta point out that I am NOT familiar with their app)
that the app can, if I retain the current recovery model, restore the
database via a combination of backup and logs to a specific time. Specific
to the extent 'No, we don't want the data from 12:34:14.59, we want
12:34:14.58'.

If I change the recovery model I can assure the client 'we can rollback to
time X (last SQL backup to file)', time Y (last system backup to tape), or
any other time which exists on our tapes which also inlude the SQL backups
to file at whatever interval they occur.

As the client is a financial market player it _may_ be worth more to them to
rollback to an arbitrary point than my time costs.

AWWW HECK, I've told the client we have a patch we haven't needed to
implement on any other site. We'll do it and if it fixes the problem we'll
forget about it. If the patch doesn't fix the problem we have alternatives
but those alternatives may result in the 3rd party's app functions being
limited.

MY PET PEEVE. Why do I have to consider the overall pros and cons of every
minor registry change when some know-nothing application programmer can
impact the overall system activity and say 'because that's the way we like
to do it'. It wouldn't take a lot of encouragement for me to put Application
Programmers right up there against the wall with SPAMMERS and VIRI authors.
Many of them have no freakin idea. And then their installer program does
something really simple, like change the NETBIOS name of the machine it is
installed on.

"Steve Foster [SBS MVP]" <steve.foster@picamar.co.uk> wrote in message
news:xn0dnbxmtzzr3t006@msnews.microsoft.com...
> SuperGumby [SBS MVP] wrote:
>
>> The package accessing the database is supplied by a third party. An
>> available function, the ability to rollback the database to a
>> particular point, seems to depend on the database being in other than
>> simple recovery mode. If I can patch and retain the recovery mode and
>> rollback I'll be OK.
>>
>> and despite the fact that their implementation has broken my backup
>> I'm going to try not to break their database.
>
> SQL Server doesn't, AFAIK, offer any native method for unravelling
> data, other than by using an older backup and restoring it. The SQL
> Transaction logs are there so that you can roll forward from a previous
> backup when doing DR. SQL does allow some control over the roll forward
> process, but I doubt that an application would be using this
> methodology to provide user rollback capabilities (I'd have thought it
> too unwieldy).
>
> --
> Steve Foster [SBS MVP]
> ---------------------------------------
> MVPs do not work for Microsoft. Please reply only to the newsgroups.



Relevant Pages

  • Re: DB hogging disk space
    ... Check your recovery model - I will bet you anything that your recovery model is full and you have not performed a log backup on the database. ... You can shrink the transaction log using DBCC SHRINKFILE which you can look up in books online (SQL Server help). ...
    (microsoft.public.sqlserver.setup)
  • Re: Backup
    ... ok but not sure if I understand the recovery model for SQL ... Simple, then the SBS ... >Backup will backup them all up without any problems. ...
    (microsoft.public.windows.server.sbs)
  • Re: Backup stratagy Overview
    ... done for a full backup. ... You need to use the full recovery model to be able to ship your logs. ... Links for SQL Server Books Online: ...
    (microsoft.public.sqlserver.tools)
  • Re: Backup erros
    ... You may have a SQL ... Error 800423f4 appears in the backup log file when you back up a volume by ... > Reason: The process cannot access the file because it is being used by> another process. ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS2003, NTBackup-Fehler
    ... Windows Server 2003 to resolve some VSS snapshot issues ... Backup fails on a computer that is running Small Business Server 2003 ... Die Sicherung kann nicht fortgesetzt werden. ... Microsoft OLE DB Provider for SQL Server ...
    (microsoft.public.de.german.backoffice.smallbiz)

Loading