Forum Replies Created

Viewing 15 posts - 361 through 375 (of 860 total)

  • RE: SQL Sever 2005 Log Shipping - Transaction Log backup size too large

    shahajic (4/2/2009)


    Hi All,

    We have some huge jobs running on sql server db 2005, which create transaction log and this log is backedup up every 15 min and copied over...

  • RE: Shrink Database in Sql Server 2005

    bladerunner148 (4/2/2009)


    Could not allocate space for object 'dbo.CustomerInfo.'pk_custid' in database 'CUSTOMERS' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding...

  • RE: Killing a restore process

    Yep, that's true even if it does come back the database will be in inconsistent state. So, probably we don't have any other option rather than restoring a fresh copy...

  • RE: Killing a restore process

    SA (4/2/2009)


    Krishna,

    Even after you have a fresh copy of the database, you want to restore one copy at a time since reading from the same file may end up causing...

  • RE: can not edit sql agent job

    sbrown (4/2/2009)


    Not the owner, but I'm an administrator. Do I need to be the owner of the job?

    Administrator by default is the owner of all jobs.

  • RE: Killing a restore process

    SA (4/2/2009)


    Even if you are able to restore from the same file on 2 servers, I would not recommend that since the restore will end up taking longer than usual.

    Sorry,...

  • RE: Killing a restore process

    Mike Levan (4/2/2009)


    may be i have restore it again.

    Can i use a single bak file to restore on 2 servers simultaneously.

    I think you should wait for the database to restore,...

  • RE: Killing a restore process

    May be, May be not. But the database gets structurally inconsistent I guess, not so sure though.

    but you can run this one though:

    RESTORE DATABASE 'databasename' WITH RECOVERY.

  • RE: Shrink Database in Sql Server 2005

    bladerunner148 (4/2/2009)


    Now, I have to create indexes for 10 fields

    That is where is the problem? Why do you have to create so many indexes? Is it that you are...

  • RE: my database now says "in recovery"

    Can you run this :

    RESTORE DATABASES 'databasename' WITH RECOVERY, which will put it in recovery. Is this your production ?

    and can you run DBCC CHECKDB please?

    Is there anything in the...

  • RE: Multiple Transaction Log Files

    shivaram challa (4/2/2009)


    "If we don't need to take a Transaction Log backup, Only then use shrink-log-file."

    Even if we need or we don't need tlog backup we can still...

  • RE: Multiple Transaction Log Files

    shivaram challa (4/2/2009)


    Krishna Potlakayala (3/26/2009) You would not be able to shrink the log file unless you truncate it. When the sys.databases "log_reuse_wait_dec" coulmn status is "LOG_BACKUP", then you should...

  • RE: can not edit sql agent job

    Yes may be you could try that just with the SQLAgentOperator role and dts admin role. without the User and Reader role- you don't need these if you have the...

  • RE: Delete log file

    Vera (4/2/2009)


    I changed the value of max size of the log file.

    And I'm changing the way the records are deleted and inserted.

    I'm inserting in different steps so that...

  • RE: Consistency Errors in Tables

    No problem 🙂

Viewing 15 posts - 361 through 375 (of 860 total)