May 4, 2004 #1 JayKusch MIS Oct 30, 2001 3,199 US Is there a way to Disable the ""limit size of job history log" besides going thru Enterprise Manager. I am looking for a way to do this via a command or stored procedure. Thanks J. Kusch
Is there a way to Disable the ""limit size of job history log" besides going thru Enterprise Manager. I am looking for a way to do this via a command or stored procedure. Thanks J. Kusch
May 5, 2004 #2 clapag22 Programmer Mar 9, 2001 239 US That info is stored in the registry. I guess you could use xp_regwrite to turn it off/on. If you look at sp_jobhistory_row_limiter in MSDB you can see how it uses xp_regread to determine the status. Upvote 0 Downvote
That info is stored in the registry. I guess you could use xp_regwrite to turn it off/on. If you look at sp_jobhistory_row_limiter in MSDB you can see how it uses xp_regread to determine the status.
May 5, 2004 Thread starter #3 JayKusch MIS Oct 30, 2001 3,199 US Is "sp_jobhistory_row_limiter" the correct name for the SP? I have looked in BOL as well as Googled it with no luck. I did get a hit on "xp_regwrite" to get me started. Thanks J. Kusch Upvote 0 Downvote
Is "sp_jobhistory_row_limiter" the correct name for the SP? I have looked in BOL as well as Googled it with no luck. I did get a hit on "xp_regwrite" to get me started. Thanks J. Kusch
May 5, 2004 #4 clapag22 Programmer Mar 9, 2001 239 US Yes. Just confirmed that's the name. I confirmed that there's not much out there when doing a search, either. The only thing I found was an install script at: http://www.cis.southalabama.edu/share/New Folder/Microsoft SQL Server/MSSQL/Install/instmsdb.sql And a mention of it on a google group (as part of a script - no info you'd want): http://groups.google.com/groups?selm=O$p8msj4BHA.2312@tkmsftngp04&oe=UTF-8&output=gplain Upvote 0 Downvote
Yes. Just confirmed that's the name. I confirmed that there's not much out there when doing a search, either. The only thing I found was an install script at: http://www.cis.southalabama.edu/share/New Folder/Microsoft SQL Server/MSSQL/Install/instmsdb.sql And a mention of it on a google group (as part of a script - no info you'd want): http://groups.google.com/groups?selm=O$p8msj4BHA.2312@tkmsftngp04&oe=UTF-8&output=gplain