Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,583 total)

  • RE: Transaction Log Backup

    Of course, I agree. Just saying as a general rule...more of a when in doubt - For Full Recovery DB's I run log backups every 15 minutes so generally...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Transaction Log Backup

    midnight251 (2/14/2013)


    Great info thanks. What would a sensible size be, 50 gig? I did notice a 'Shrink File' in the Maintenance Plan, is this what I use for...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Deleted Reporting Databases

    UconnDBA (2/12/2013)


    If creating the reporting databases is the only issue, shouldn't have to reinstall SSRS. Just bring up the Reporting Configuration Manager and on the Database tab click "Change...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Deleted Reporting Databases

    There's really nothing involved if you've not customized the config files, just re-install the reporting server - just remember this will delete everything in your RS databases and you will...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Deleted Reporting Databases

    In the Start menu, Under Program Files, go to Configuration Tools, then choose "Reporting Services Configuration Manager", you will find out if you are using encryption keys there.

    If you don't...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Deleted Reporting Databases

    If you don't have any backups to restore you should uninstall and re-install Reporting Services. If you have set any encryption keys or custom changes made to your...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Execution of SQL Job, the moment a file exist

    This is not to mention that having an Agent job run a job every 5 seconds would be a foolish thing to do when considering other aspects of the system....

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Fullbackup succeeded but no files in disk

    Are you using a custom script or are you using a Maintenance Plan? Could be perhaps some of the backups are going to the default backup folder "<<Installation Path>>"\MSSQL10.MSSQLSERVER\MSSQL\DATA"...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Execution of SQL Job, the moment a file exist

    Sorry I have to disagree...I believe it would work perfectly.

    If the OP created a job that ran the package I'm describing say every 5 seconds, the package does a check...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Execution of SQL Job, the moment a file exist

    At the package level create a package-level variable, set it to data type = String

    Create a connection manager for the file (only really needed for the initial set up, as...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Replication and Data Migrations

    Check out this article, I think it will help 🙂

    http://www.sqlservercentral.com/Forums/Topic1388718-391-1.aspx#bm1388866

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How much data have you replicated with Transactional Replication?

    Have you tried initializing it from a full backup? Naturally you would have to change the setting in your publications for "Allow initialization from backup files" to True...and you...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Execution of SQL Job, the moment a file exist

    opc.three (2/11/2013)


    A SQL Agent Alert that leverages WMI could run a Job for you. Lookup SQL Agent Alerts and the WMI Event Class __InstanceCreationEvent.

    You could also do this a few...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Running "DBCC FLUSHPROCINDB" as part of maintenance plan?

    Regardless, there's little good reason to have that as part of a maintenance plan. If the maint plan rebuilds indexes or updates stats, it'll invalidate the plans that depend on...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Best all-round monitoring tool for

    +1 for Idera SQL Diagnostic Manager. I use it and have tried Red Gate's tool as well but preferred Idera because it had a nicer "look and feel"...decent built...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 751 through 765 (of 1,583 total)