Forum Replies Created

Viewing 15 posts - 586 through 600 (of 2,897 total)

  • RE: Production databases, people involvement

    For me, the default trace does not have enough information. I set up a server side trace that runs 24/7, and I keep the trace files for about 45 days....

  • RE: SQLServerCentral apologizes and you can win a book

    I am very tempted to just quote someone else's query with OVER 😀

  • RE: .bak file larger than .mdf file

    amandac (12/3/2013)


    Nope, no long running transactions, no blocking transactions....

    Any other ideas?

    Were you sure to run DBCC OPENTRAN in the affected database ? I ask because in another thread I...

  • RE: Is this good practice for using a view?

    How about some code before the view that uses SYNONYM for the variable tables, then select from the view using the synonym name.

  • RE: Backup failed

    Don't use a backupset. Just backup to a new file each time.

    Do a search for an articles on database backups

  • RE: Backup failed

    What is the backup command you tried to use ?

  • RE: Backup failed

    What is the backup command you are using ?

  • RE: Sequential number sql hourly tl backups

    clucasi (10/11/2013)


    The main reason for backing up sequentially is because we are taking a further backup on a tape drive (TSM), if the backups are date based it backs each...

  • RE: Backup failed

    Are you appending backups to existing backup sets ? I much prefer to backup databases to separate .BAK files each time. Much easier to keep track of what you...

  • RE: Linked Server Permission Problems

    I think I tried the GUI version of that already. When I try now I get the error

    Msg 15466, Level 16, State 2, Procedure sp_addlinkedsrvlogin, Line 91

    An error occurred during...

  • RE: Database restoring,,,,, since 20 hrs

    Did you restore with "NORECOVERY" ?

    That would show it "restoring" as it leaves it in a condition for you to restore additional Differentials or transaction logs.

    If you do not have...

  • RE: Restore Syntax

    I don't understand what the current problem is. Did your restore scripts work ?

    Are the maint plan & jobs related somehow, or a separate problem ?

  • RE: Restore Syntax

    " ... I'm not sure how to generate a script? ... "

    Open the GUI, get everything set the way you want. Instead of clicking "OK", select "Script" at the...

  • RE: Restore Syntax

    Have you tried using the GUI to set up the restore, then generate the script to a query window ?

  • RE: Automate Pulling off agent Jobs to File

    1 level of improvement is to display the job list in the "Object Explorer" pane, highlight all the jobs at once, then "Create to File" and put them all in...

Viewing 15 posts - 586 through 600 (of 2,897 total)