Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 2,897 total)

  • RE: Network backups

    In addition to traffic, network reliability varies in different organizations.

    We back up most of our SQL databases on various servers to one server, then those centralised backups go to tape....

  • RE: Doing a FULL backup causes my Transaction Log to grow to 10GB!

    Michael Valentine Jones (10/12/2010)


    GilaMonster (10/12/2010)


    Michael Valentine Jones (10/12/2010)


    You go through this whole series of explanations every day with new people, even debunking the inevitable “truncate the log and shrink the...

  • RE: Not able to craete a job for bacakup

    Are you using BIDS ? I found this thread with 1 possible solution, not sure if it's relevant.

    http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/7f5c9ae1-ecd3-4ead-98fd-2d074720e31d

    Can you create a basic maint plan to schedule & run...

  • RE: Doing a FULL backup causes my Transaction Log to grow to 10GB!

    SKYBVI (10/11/2010)


    ?When our transaction log grows large and we want a quick way to shrink it, then we have to change the database recovery mode of the database we want...

  • RE: Differential Backup

    jamesmario (10/12/2010)


    should be bidirectional.

    Could you explain ? Your first post says Server1 to Server2. But bi-directional means both directions such as Server2 restored back to server1 ?

    The more...

  • RE: script

    Maybe use SQLCompare and compare it to an empty database ?

  • RE: Differential Backup

    Is this a one-time restore ? Or do you want the 2 databases regularly synchronized at some level ?

  • RE: undo the query wrongly executed

    ROLLBACK is an 'undo', but you had to have used the BEGIN TRAN before you ran the DELETE statement.

    For future reference, backup the data and make use of transactions when...

  • RE: Full, Diff, and Log Backups

    Basic steps for a "normal" restore:

    1) Restore your most recent FULL

    2) Restore your most recent DIFF (assuming it's more recent than the full)

    3) Restore all the T-Logs more recent than...

  • RE: log file growing tremendously

    george sibbald (10/11/2010)


    If log is only 1% used suggests it is being backed up. check the properties of the database, does it have a value for last log backup?

    Also does...

  • RE: log file growing tremendously

    I'm not familiar with DPM. You need to backup the SQL database with the command BACKUP DATABASE

    This can be done manually, through a script in a scheduled job, a...

  • RE: log file growing tremendously

    General Guidelines - (specifc "best" options vary widely based on business needs) :

    Create a maintenance Plan to run Transaction Log backups every 15 minutes or so.

    Create a cleanup step that...

  • RE: How to kill Rollback process

    Gedas (10/8/2010)


    You can kill rollback only by doing that but you must have latest backup:

    1. stop SQL engine

    2. delete db and tlog files

    3. start SQL engine

    4. delete db

    5. restore...

  • RE: SQL Job Info

    Looks to me it has what you need (But I've been wrong before :-P)

    frequency is: freq_subday_interval, int

    "Number of freq_subday_type periods to occur between each execution of the...

  • RE: SQL Job Info

    msdb..sysschedules ?

Viewing 15 posts - 1,216 through 1,230 (of 2,897 total)