Viewing 15 posts - 2,386 through 2,400 (of 4,745 total)
which job fails, the backup log on the primary or the copy job on the secondary?
what account does SQLAgent on the secondary run under?
August 11, 2010 at 5:37 am
Rajat Jaiswal-337252 (8/11/2010)
August 11, 2010 at 3:50 am
simplest way is by the timestamp on the backup files. Remove any log backups from the log backup directories on primary and secondary which are previous to the full backup...
August 10, 2010 at 7:09 am
there is no SQL command to prove a backup is complete, but why should it not be?
you can use restore verifyonly to prove it is a valid backup set.
the backup...
August 9, 2010 at 7:05 am
ok, thanks for replying. We also see these on a new super-spec server at times of load.
July 23, 2010 at 3:37 am
if you still have all the backups you could do the full restore again and use 'norecovery' option, then you could restore the tran logs, only specifying recovery on the...
July 23, 2010 at 3:35 am
Fraggle, did you resolve this?
July 23, 2010 at 3:04 am
Its not necessary to drop the old database or create an empty database to restore into. the restore process itself creates the database.
'with replace' will overwrite the existing database of...
July 22, 2010 at 4:04 pm
thats good, then i would get rid of that command and kick your vendor 🙂
July 22, 2010 at 6:36 am
rothj (7/22/2010)
SQL 2000Does this command break the log chain? :unsure:
Will it impact my restorability of the log files?
it certainly does and it certainly will. Its a last resort...
July 22, 2010 at 6:33 am
just to get my point back I would have to agree some of the index types MS list are really properties of an index, but hey-ho, I guess you can...
July 22, 2010 at 4:52 am
were you able to give them higher level of permissions (ie dbo) and see what happens?
July 21, 2010 at 9:51 am
no.
the favorite method is for the application to point to a DNS alias rather than a hardcoded server name. Then on failover the DNS Alias is repointed to the new...
July 21, 2010 at 6:39 am
The error is not 'Select permission denied on object DB..Table'? (two dots) Is the owner of the table specified correctly, i.e is it dbo?
to confirm it is a SQL permissions...
July 20, 2010 at 5:00 pm
please post the exact error message received
July 20, 2010 at 4:38 pm
Viewing 15 posts - 2,386 through 2,400 (of 4,745 total)