Viewing 15 posts - 2,641 through 2,655 (of 4,745 total)
did you create SQL authenticated account or a windows account? It needs to be a windows account.
Post the login error message from the SQL error log with the state value.
April 19, 2010 at 12:29 pm
file size is not necesarily representative of space used in database
run sp_spaceused to see how much actual data in database
then run dbcc checkdb to confirm database ok
April 19, 2010 at 7:50 am
pshaship (4/18/2010)
If you have that log backup on primary and secondary, check it out on the primary as well.
If its ok on the primary it was corrupted by the...
April 19, 2010 at 3:40 am
If you have that log backup on primary and secondary, check it out on the primary as well.
If its ok on the primary it was corrupted by the copy...
April 18, 2010 at 2:09 pm
you will need to do a full restore with norecovery again but you wont have to reconfigure logshipping, Just temporarily disable the log shipping jobs, move log backups from BEFORE...
April 18, 2010 at 1:26 pm
seems this is a known issue. reported in this MSDN connect issue
https://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=422562#tabs
This seems to suggest it is fixed in 2008R2 but does not say when it is fixed in vanilla...
April 18, 2010 at 12:30 pm
Was agent showing as down in SSMS or in configuration manager?
Possibly Agent was up but not all the databases were recovered following restart, agent_XPs would show as disabled in this...
April 18, 2010 at 10:39 am
SSIS is not required. (you have at applied at least SP1 , yes?)
The double '\\' does not look right in your backup path. amend that to single '\'.
N'E:\\SQL Backup\\Production\\Production_backup_201004181602.bak'
check...
April 18, 2010 at 10:35 am
It does the same as any other full backup, it takes the active part of the transaction log so the database can be restored to a consistent point.
April 18, 2010 at 10:26 am
Trey Staker (4/17/2010)
April 18, 2010 at 4:04 am
If you do only have standard edition of SQL 2000 google for 'Installing Log Shipping for SQL 7.0' by Natasha Huggins. Works also on SQL2000.
Its from the BORK (Back Office...
April 16, 2010 at 1:41 pm
Most, BUT NOT ALL, third party tools write to msdb the same way as SQL native.
You are definitely missing a log backup or the log is being truncated, possibly a...
April 16, 2010 at 7:04 am
so this is not logshipping wizard (sql 2000 yes) but in-house built.
Could be a truncation of the log which would be reported in errorlog
'with init' hasn't got lost has it?
this...
April 16, 2010 at 6:43 am
On the primary, have you moved any log backups prior to you full backup out of the way.
On the secondary remove any log backups prior to your full backup from...
April 16, 2010 at 6:16 am
Viewing 15 posts - 2,641 through 2,655 (of 4,745 total)