|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
sqlfriends (11/29/2012) So, it doesnot send any kind of alerts to DBA proactively?
If you've configured alerts, you get alerts. If not, you don't (how would SQL intuit who to send alerts to?)
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: 2 days ago @ 8:50 AM
Points: 2,035,
Visits: 3,759
|
|
There are many SQL Server Events, SQL Performance Condition Alerts, as well as WMI Events that can be set up rather easily under SQL Server Agent >> Alerts.
Settings up these alerts gives you the option to specify a response i.e. (notify a particular operator), and additionally specify if you want to Email, Page, or netsend the event should one occur.
These are free
______________________________________________________________________________ "Never argue with an idiot; They'll drag you down to their level and beat you with experience"
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: 2 days ago @ 4:55 PM
Points: 1,597,
Visits: 2,770
|
|
Thanks, we do have sql agent alerts setup, I wonder if it is the Severity 17- insufficient resources that does the work? I never got the alert because we have a diskspace check job so I can take care of the space proactively.
But just wonder it is the above insufficient resources alert will be triggered if there is no enough file space for mdf file and ldf file.
Thanks,
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: 2 days ago @ 8:50 AM
Points: 2,035,
Visits: 3,759
|
|
If you create a custom alert for SQL Error # 1101 or 1105 (not sure exactly which is which, you can Google that) it will send you an alert should your data file become full and it is unable to grow
______________________________________________________________________________ "Never argue with an idiot; They'll drag you down to their level and beat you with experience"
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
|
|
MyDoggieJessie (11/29/2012) If you create a custom alert for SQL Error # 1101 or 1105 (not sure exactly which is which, you can Google that) it will send you an alert should your data file become full and it is unable to grow in this case DBA will reactively respond there (DIsk is full now what to do ) , but here person should be informed proactively.
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|