Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 4,745 total)

  • RE: Backup size is bigger than DB size

    then we are back to the old appending backups rather than overwriting?

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

  • RE: Backup size is bigger than DB size

    richrock (7/21/2008)


    I have a similar problem: .mdf file is 2.3GB and the .bak file is 3.0GB. The log file was truncated before the backup was created and I don't use...

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

  • RE: Administering Log Shipping

    Johannsky (7/20/2008)


    Thanks for your post.

    I am actively monitoring the logs if there are errors but all jobs are executed successfully.

    3 days has passed, the .trn grows to 23Gb but non...

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

  • RE: Percent of restore database SQL SERVER 2000

    rinu philip (7/20/2008)


    Processed 1768 pages for database 'DB', file 'System_Data' on file 1.

    Processed 85000 pages for database 'DB', file 'DB_Data' on file 1.

    Processed 15272 pages for database 'DB', file 'DB_Index'...

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

  • RE: There is insufficient system memory to run this query - system.web

    you may be running out of memory because of whatever else is running on the server. Look at lastwaittype in sysprocesses, if you see a lot or resource_semaphore waittypes this...

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

  • RE: loosing permissions on stored procedures

    this is in the 2005 forum but you stated you are using sql 2000, in that cases you cannot use schemas

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

  • RE: Administering Log Shipping

    ...or in the job history or in the logshipping tables in msdb.

    is the target database now in standby/read only mode?

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

  • RE: loosing permissions on stored procedures

    IThere is no database setting that will prevent loss of permissions if a stored proc is dropped and re-created. maybe its some setting in their app that changes the drop\re-create...

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

  • RE: Shrink Transaction Logs in SQL 2005

    it would be, but unless you really need the space back, don't bother, you will fragment you log file at the OS level.

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

  • RE: Opinion (how you would do it..?)

    exactly, i don't think a security group should get involved at this level of detail, just satisfy themselves protection of data has been taken into account.

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

  • RE: Opinion (how you would do it..?)

    a security group might define what various parts of the business should be able to do, bur the DBA should work out how these will be enforced within SQL and...

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

  • RE: Log Shipping Secondary Server Restore problem

    aliciakw (7/16/2008)


    I have had this situation happen to me. The transaction logs have been deleted from the Primary Server before being applied to the Secondary Server and now the...

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

  • RE: logshipping in sql 2000

    also, read this article:

    http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship1.mspx

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

  • RE: logshipping in sql 2000

    unless you are planning to regularily fail over then it is not necessary to check the box.

    to make secondary the live database:

    bringing secondary database online

    either

    restore database dbname with recovery

    or...

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

  • RE: logshipping in sql 2000

    ravirayakulkarni (7/16/2008)


    if i dont do that then how can the

    secondary server take over the job of primary server

    see my earlier post on how to bring it online. If the...

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

Viewing 15 posts - 4,276 through 4,290 (of 4,745 total)