Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 4,745 total)

  • RE: disable log shipping temporarily.

    Dev (12/6/2011)


    Perry Whittle (12/6/2011)


    Dev (12/5/2011)


    It sounds OK. Just make sure once you enable jobs they restore the backups in proper sequence (without breaking the chain).

    Log shipping...

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

  • RE: Transaction Log Issue -- Please Help

    first of all, make sure the growth factor on the log file is not set to something which is going to gobble up all your disk space (ie the default...

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

  • RE: Transaction Log Issue -- Please Help

    are you able to back the log up to free some space within the log?

    Once you have some space if removedbreplicaton does not do it try the trick advised by...

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

  • RE: Transaction Log Issue -- Please Help

    Jeff Mayer (12/6/2011)


    According to everyone I have asked, the answer is no! We have not used replication......

    SQL thinks you have 🙂

    try running sp_removedbreplication against the database

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

  • RE: Transaction Log Issue -- Please Help

    was this database originally restored from somewhere else?

    try running sp_removedbreplication against the database

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

  • RE: Integrity check works running maually but not from sqlagent

    I would try changing the select to:

    select name from master.sys.databases where name not in ('tempdb')

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

  • RE: SQL log file

    its listed right at the start of the errorlog after a sql restart (not just a errorlog cycle)

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

  • RE: Query on "execute" permissions for the system xp_xxxxxx stored procedures?

    sorry, I've tried the script and it returns those two permissions for me. Have those rights been granted to anyone in your setup?

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

  • RE: not able to connect sql server 2008

    yes, I had a distant memory that was possible, so I tried it before replying to the OP, and oddly I got exactly the same error as the OP, so...

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

  • RE: Query on "execute" permissions for the system xp_xxxxxx stored procedures?

    what have you tried?

    googling 'script server level permissions' returns quite a few options.

    this looks quite good

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

  • RE: disable log shipping temporarily.

    you would have to start again from a full backup restore.

    But there is no reason why the chain should become broken in this scenario as long as all your...

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

  • RE: disable log shipping temporarily.

    I would aim to just disable the copy and restore jobs on the DR server.

    This is because it is best to keep backing up the logs on the primary for...

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

  • RE: not able to connect sql server 2008

    you cannot connect to SQL2008 from SQL2000 tools. You need at least SQL2008 client tools

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

  • RE: Automatically Scripting Out Permissions for Cross Environment Restores

    Thanks for sharing Warren. If this is to be used on SQL2005 and above you really need to be switching to 'create user' syntax rather than sp_grantdbaccess, else the user...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    glad to hear thats working again.

    you say you copied ALL the diffs? Only the latest one would have been needed to be restored.

    Presume you enabled the copy job as well?...

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

Viewing 15 posts - 1,306 through 1,320 (of 4,745 total)