SQL Agent - job history set number of rows

by Administrator 2. July 2008 00:23
USE [msdb]
GO
EXEC msdb.dbo.sp_set_sqlagent_properties
@jobhistory_max_rows=200000,
@jobhistory_max_rows_per_job=10000
GO
Categories:

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading