Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 4,745 total)

  • RE: Creating sql server login group for dba tasks

    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.

    ---------------------------------------------------------------------

  • RE: SQL 2005 SP 3 Backups

    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

    ---------------------------------------------------------------------

  • RE: Log shipping restored failing

    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...

    ---------------------------------------------------------------------

  • RE: Log shipping restored failing

    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...

    ---------------------------------------------------------------------

  • RE: Log shipping restored failing

    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...

    ---------------------------------------------------------------------

  • RE: SQL 2008 Integration service build level

    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...

    ---------------------------------------------------------------------

  • RE: SQL 2005 SP 3 Backups

    the SQL errorlog should provide the answer.

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 Agent Start up problem in Cluster

    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...

    ---------------------------------------------------------------------

  • RE: SQL 2005 SP 3 Backups

    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...

    ---------------------------------------------------------------------

  • RE: backup with copy_all option

    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.

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    Trey Staker (4/17/2010)


    Does anyone here support sybase? If I recall there was a sp_who there. Is sp_who2 a complete rewrite from sp_who? Is sp_who is sybase at...

    ---------------------------------------------------------------------

  • RE: Log shipping - Require step by step procedure in SQL 2000

    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...

    ---------------------------------------------------------------------

  • RE: Log Shipping Sync Issue

    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...

    ---------------------------------------------------------------------

  • RE: Log Shipping Sync Issue

    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...

    ---------------------------------------------------------------------

  • RE: Log Shipping Sync Issue

    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...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,641 through 2,655 (of 4,745 total)