Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 4,745 total)

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    kranthi.india123 (2/16/2012)


    Thank you SSCarpal Tunnel

    Configured log shipping--SuccessFully working.

    so My qustions is?

    If i shrink primary database it will affect log shipping?

    If i shrink mdf it will affect log shipping?

    If i shrink...

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

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    you want sp_update_job

    I'd just dynamically create the sql statements via a select out of sysjobs, this script [/url]does a simialar thing with a bit of extra complication.

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

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    If you lose a log backup in the chain for whatever reason you would need to reinitialise log shipping from a full backup.

    Failover after Loss of the primary depends on...

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

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    A shrink does NOT break the log chain. Any idea why your log is so big?

    Please clarify your other questions

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

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    Only back up the log via the logshipping jobs. There is no need for the duplication and the info in the logshipping tables will be incorrect

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

  • RE: Database size

    the backup will be only 256GB.

    Is this the database you are moving be detach\attach in thread

    http://www.sqlservercentral.com/Forums/Topic1251467-146-1.aspx#bm1252191 ?

    If so leave the file sizes as they are as you will not be...

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

  • RE: SQL SErver sa account/installation

    right click the server, select properties - security, select mixed mode, restart the instance.

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

  • RE: Database size

    the size of the files will be 591102.25 MB, actual space used in the database (i.e about the size a backup would be) is 256965096 KB

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

  • RE: my admin account in AD is locked whenever i start mssql and agent service

    for a service account you want the password set not to expire, has that property been set?

    Was the password changed in AD but not in SQL configuration manager

    Is any other...

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

  • RE: Moving database

    that should be done AFTER the migration.

    If all objects were owned by dbo in SQL2000 (and they very probably were) you want the dbo schema to be the first schema...

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

  • RE: per table read & write statistics for a given database

    Sys.dm_db_index_usage stats will give you reads and updates (and therefore writes) per index, you could use that to give you an idea.

    sys.dm_io_virtual_file_stats is at database file level.

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

  • RE: Please Suggest Me in LogShipping Maintenance Plan

    You can take full backups of logshipped databases, full backups do not truncate the log or break the LSN chain.

    You can run any other process on logshipped databases EXCEPT log...

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

  • RE: can't upgrade Database or SSAS to sp4?

    9.00.5057 is SP4 + security patch MS11 -049 - you are already completely up to date so nothing to upgrade.

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

  • RE: Moving database

    EXACTLY the same rules and caveats apply as SQL2008, but just as doable

    compatibilty level would be 90

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

  • RE: can't upgrade Database or SSAS to sp4?

    please post the results of select @@version and the file names of the .exe files you are using for the upgrade

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

Viewing 15 posts - 1,141 through 1,155 (of 4,745 total)