Forum Replies Created

Viewing 15 posts - 301 through 315 (of 4,745 total)

  • RE: maintenance plan history not being kept. Is there something besides cleanup history maintenance plan that could be doing this?

    In sqlagent properties there is a history tab, if the log history size is too small and you have a lot of jobs, history will be truncated sooner than you...

    ---------------------------------------------------------------------

  • RE: The Model Database

    TomThomson (2/18/2014)


    Thomas Abraham (2/18/2014)


    Isn't this a repeat of the question Steve posted 02/22/2012?? (Or at least the first part of Steve's question.)

    Yes.

    The discussion is a bit less interesting this time,...

    ---------------------------------------------------------------------

  • RE: The Model Database

    paul.knibbs (2/18/2014)


    Hold on a second here. As far as I'm aware, the model database is used to create tempdb--so if model is actually read-only, wouldn't that then make tempdb read-only,...

    ---------------------------------------------------------------------

  • RE: How do I find what is consuming SQL Server's memory?

    sorry posted wrong script! I have edited script above.

    ---------------------------------------------------------------------

  • RE: How do I find what is consuming SQL Server's memory?

    nadersam (2/16/2014)


    What if i need to get the query not the object as many queries could be using the same object, anyway to do that?.

    Thanks

    From Glenn Berrys diagnostic script

    -- Top...

    ---------------------------------------------------------------------

  • RE: Valentines Day

    Gary Varga (2/14/2014)


    Thomas Abraham (2/14/2014)


    BWFC (2/14/2014)


    The cynics amongst us might say there are two appropriate answers though!

    My experience is that $ spent on Valentine's Day, or any odd Wednesday, on...

    ---------------------------------------------------------------------

  • RE: Get the space used for each database in SQL Server instance

    As you want the size of the backup file why don't you go straight to the backup information in msdb..backupset rather than estimate from file information?

    something on these lines?

    declare @dbname...

    ---------------------------------------------------------------------

  • RE: Valentines Day

    weird, display it it in grid mode it looks like a squared off O of perhaps square brackets []

    ---------------------------------------------------------------------

  • RE: wire server event log ss db?

    via sp_readerrorlog. see here

    ---------------------------------------------------------------------

  • RE: General Question on log shipping

    they are terms which are often used in an interchangeable manner, but mirroring and clustering are better for HA because they can provide automatic failover, log shipping cannot, therefore log...

    ---------------------------------------------------------------------

  • RE: Maintenance Plan

    ScottPletcher (2/7/2014)


    No real DBA would ever use a maintenance plan;

    thats a bit over the top surely?

    Nowhere does it say using maintenance plans per se is not good practice....

    ---------------------------------------------------------------------

  • RE: sp_update_job to enable/disable job

    SQLAgent is a job scheduler, but for a job to run to a schedule, both the job itself and the schedule have to be enabled. If either are disabled the...

    ---------------------------------------------------------------------

  • RE: SP upgrade for SQL 2005 active/passive cluster

    run the installer from a location that ALL the nodes can see.

    ---------------------------------------------------------------------

  • RE: sp_update_job to enable/disable job

    there is no way to totally disable a job so it cannot even be run manually. All the disable option does is prevent the job running as a scheduled job.

    you...

    ---------------------------------------------------------------------

  • RE: SQL SERVER 2008 R2 transaction log shipping

    two minutes have passed, has the log restored now?

    ---------------------------------------------------------------------

Viewing 15 posts - 301 through 315 (of 4,745 total)