Forum Replies Created

Viewing 15 posts - 556 through 570 (of 812 total)

  • RE: Full backup file extension question

    if you remember that backup you have taken is full then you can chage the extension to .bak instead of .trn.

    ----------
    Ashish

  • RE: logshipping not working properly

    copy job will not make any mix up with restore.

    the only thing you need to make sure that you doing the restoration in sequence.

    lastest full backup

    latest diff backup(if applicable)

    start from...

    ----------
    Ashish

  • RE: Attach DB fails - Error 824 - torn page - SQL 2005

    ok, so if the database was properly detached then you will be able to attach them.

    whats the problem/error you getting while attaching the files?

    Also try to attach with original...

    ----------
    Ashish

  • RE: logshipping not working properly

    i will suggest reconfigure the log shipping for that perticular database.

    ----------
    Ashish

  • RE: Attach DB fails - Error 824 - torn page - SQL 2005

    the new database have new definition and you mixed the definition with old mdf....and sql is totally not able to understand the definition from the replaced mdf file.

    if you have...

    ----------
    Ashish

  • RE: Attach DB fails - Error 824 - torn page - SQL 2005

    if you not able to attach it, it could be because it was not properly detached.

    do you the database somewhere still?

    ----------
    Ashish

  • RE: Logshipping

    yes, it will be same.

    whenever you want to change to norecovery, simply restore ...... with norecovery and then if you change your mind, simply restore log with standby... and so...

    ----------
    Ashish

  • RE: Logshipping

    your database is already in standby mode which means as well in norecovery mode.

    So let it be in standby mode because it will help you in 2 way :-

    1) will...

    ----------
    Ashish

  • RE: Error backup database: nonrecoverable I/O error occurred on file ...

    have you tried to change the backup location to some other drive or the drive where you already taking the daily backup.

    ----------
    Ashish

  • RE: Logshipping

    When you restoring the last log,

    replace occurrence of "WITH NORECOVERY" with "WITH STANDBY = [some _filename]".

    [some_filename] = you can mention as 'c:\undo.txt' or whatever....

    ----------
    Ashish

  • RE: Logshipping

    what do you mean by norecovery, your database already in norecovery mode as its in standby mode.

    be familiar with the term of recovery and norecovery on below link

    http://msdn.microsoft.com/en-us/library/ms177446.aspx

    ----------
    Ashish

  • RE: Sql server Prod Database is responding slow

    instead of directly blaming the sql for the slowness, you need to find

    1) is application slow for all users?

    2) is the network itsellf working fine?

    3) If application is accessed by...

    ----------
    Ashish

  • RE: osql query to text file pound sign (£) encoding problem

    "SELECT ''£'' FROM ##tempEmail "

    i think the problem is with select statement

    try with

    select '''£''' from......

    so three ' before and after £

    ----------
    Ashish

  • RE: Logshipping

    when you restore the last log from primary to secondary, you have to provide the option as 'with standby'.

    It will make your secondary server database in standby mode and...

    ----------
    Ashish

  • RE: Disaster recovery plan

    then what is the meaning of your secondary if you have to restore this much?

    ----------
    Ashish

Viewing 15 posts - 556 through 570 (of 812 total)