Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 4,745 total)

  • RE: Initialize Secondary Database Tab Log Shipping

    what that means is the wizard expects you to have already restored the databse on the secondary in norecovery mode.

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

  • RE: Can't Update Build on SQL 2000 SP4

    mstoffa,

    I went through the process as described , applying hf2187 and then 2273, but still get an error running an addalias.

    have you proved that adding the hotfix for 2145 only...

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

  • RE: Can't Update Build on SQL 2000 SP4

    I would need to test this to confirm which will take a while, so please do your uninstalls etc on your test box first!

    One clarification, once you are at straight...

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

  • RE: How to verify whether a full backup has been taken.

    if exists (select 1 from msdb..backupset where database_name = 'blah' and type = 'D')

    i.e. history of backups is kept in backupset table in msdb.

    pls check column names, no access to...

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

  • RE: Replicating for testing in remote site

    Matt Rose (12/3/2008)


    alrightie...so backup/zip/copy/restore would be the option if they need to update...

    thanks guys

    you forgot unzip 🙂

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

  • RE: Replicating for testing in remote site

    apologies, brain freeze, mirrored snapshots would be read only as well......................

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

  • RE: Replicating for testing in remote site

    if the developers are ok with the database being read_only log shipping will work for you. Just choose the option to restore the logs in standby mode, then the database...

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

  • RE: Can't Update Build on SQL 2000 SP4

    thats good to hear, were you able to confirm it resolves your problem on the VM box?

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

  • RE: overwritten reportserver.mdf and restoration

    you cannot restore reportserver.mdf using reportservertempdb.mdf, these are the data files from two different databases.

    without a backup you cannot get the database back.

    Best now to go through all your other...

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

  • RE: Can't Update Build on SQL 2000 SP4

    I have not come across the problem but think I can take an educated guess at the cause and way round it. The update being applied by WSUS (god bless...

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

  • RE: Sql permissions change on 2005 upgrade

    kevin.deutschman (12/2/2008)


    If I am reading from the last to posts correctly it sounds as if the logins sids that are attached to the DBs are not matching the original sids...

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

  • RE: Sql permissions change on 2005 upgrade

    have you transferred the logins as well? sp_help_revlogin is best for this in your scenario, will avoid need for sp_change_users_login as it brings across the sid as well. there is...

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

  • RE: Translactional log growing prediction

    the transaction log is used for recovery so will contain lots of other data rather than just the pure insert, such as who inserted it, when, the lsn, markers for...

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

  • RE: Sql permissions change on 2005 upgrade

    can you expand on the error a bit? Are the users losing all access to the database? As you are moving the databases to a new server the users may...

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

  • RE: local system account for sql server service

    main effect is that SQL can not perform any actions that require network connectivity, e.g. access shares on other servers, backup across the network, logshipping or mirroring would not work...

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

Viewing 15 posts - 4,081 through 4,095 (of 4,745 total)