Forum Replies Created

Viewing 15 posts - 226 through 240 (of 860 total)

  • RE: backup

    san (4/9/2009)


    how to take transaction log backup without .mdf file

    Interesting, What are you trying to do here?

  • RE: Unable to open SQL Server Management Sutdio

    Anything in the application/error log please?

  • RE: Data and log file segments and extents and fragmentation, Question?

    Hi Amu,

    Amu (4/9/2009)


    . Over the 10 years of time, the database grown to 500GB and set auto growth by 200MB.

    Is this the right setting. What is the rate of...

  • RE: How to recover

    Edd (4/8/2009)


    H

    The SQL log and Event Viewer indicate the maintenace plan is still looking for an old missing TRN file.

    (Operating system error = 3. The system cannot find the...

  • RE: Log shipping

    kotlas7 (4/9/2009)


    thank you,

    My Question is if choose the delay restoring backup atleast as 30 mins, do we need to change Restore schedule to run every 30 mins?

    Test and see what...

  • RE: Verify my current backup strategy n suggest

    Tara Kizer (4/9/2009)


    Yes that is true, but the OP is mentioning transaction log backups every 15 minutes so that's why we are focusing on that strategy.

    Alright, true. Thanks for the...

  • RE: Verify my current backup strategy n suggest

    Tara Kizer (4/9/2009)


    Krishna Potlakayala (4/7/2009)


    Michael Valentine Jones (4/7/2009)


    Since I have a full backup every day, I usually do not do a differential backup.

    Incorporating differential backups into...

  • RE: how to get rid of uncommited transactions

    Hi Iqtedar,

    If your database is in Simple recovery model it doesn't mean that log should not grow it only means that the tlog will not fully record the transactions that...

  • RE: Can we restore from a ldf file.

    sudhirrsingh.parmar (4/9/2009)


    I also have 5 day old full backup of my database.

    And also how come you don't have a recent backup ? What are your business requirements?

  • RE: Can we restore from a ldf file.

    Hi,

    No its not possible to rebuild a .mdf file using .ldf file. If your log file(.ldf) is corrupt then you can rebuild the log which is the last course...

  • RE: database level caching

    No, that't not possible if you are asking you can cache a single database. Query optimizer will chose the frequently access objects. More the memory the more objects it can...

  • RE: Slow logging in using SQL authentication

    Hi,

    I don't think security will cause any performance hit on the sql server. Is ther anything on SQL logs. Can you give us more insight into as whats happening against...

  • RE: Help for Database Mirroring

    Is there any use to use Witness and mirror on the same instance?

  • RE: Create table between 2 linked servers

    In that case you could think of Pull subscription where the subscriber pulls the data from the publisher whenever the network is connected.

  • RE: Log shipping

    kotlas7 (4/8/2009)


    So No need to take the regular Transaction log backups using the backup job for the databases involved in Logshipping right?

    Hi,

    what jhon advised is true.

    My two cents:

    No just log...

Viewing 15 posts - 226 through 240 (of 860 total)