Viewing 15 posts - 46 through 60 (of 170 total)
Forgot to confirm that this was resolved by the article mentioned previously:-
June 16, 2014 at 10:30 am
Currently: internal politics over the way in which patches are tested and applied. Personally I want them applied because there are a few other bugs that I know get...
March 27, 2014 at 10:59 am
I'm aware that it's an old version; however both servers are identical in terms of patching at the OS and SQL level, so I don't believe upgrading will cure at...
March 27, 2014 at 10:40 am
Both are fairly old versions; but I don't think it's a version issue as both servers are running the same: 10.50.1600.
It used to work on one and now doesn't; and...
March 27, 2014 at 10:27 am
sqlbuddy123 (3/27/2014)
Matthew Darwin (3/20/2014)
The alert has been working before, checking the history it last fired in January and notifications were sent.
I was thinking about alert notifications. How are you using...
March 27, 2014 at 9:33 am
You don't need an operator set to trigger an alert.
I have a test alert set as follows:-
EXEC msdb.dbo.sp_add_alert @name=N'Test Alerts',
@message_id=0,
@severity=16,
@enabled=1,
@delay_between_responses=0,
@include_event_description_in=0,
@event_description_keyword=N'Test Alert Error',
@category_name=N'[Uncategorized]',
@job_id=N'00000000-0000-0000-0000-000000000000'
GO
I...
March 27, 2014 at 8:33 am
I've only ever received that error once and it was entirely to do with the disk controllers on the server.
Have you checked the windows os logs to see if any...
March 27, 2014 at 7:25 am
Shrinking a file is the only way you will regain the space that file is using.
After shrinking, be sure to rebuild your indexes on that file as they will most...
March 27, 2014 at 7:17 am
I tried this, but no definitely nothing to do with the log shipping configuration. It seems far more to be to do with alerts in general; I know this...
March 27, 2014 at 6:16 am
These are configured.
To be clear; the alert is not firing, not that emails aren't being sent. The alert was previously working. The only change I've made since the last time...
March 20, 2014 at 12:04 pm
The alert is the stock one created when configuring log shipping as follows:-
EXEC msdb.dbo.sp_add_alert @name=N'Log shipping Primary Server Alert.',
@message_id=14420,
@severity=0,
@enabled=1,
@delay_between_responses=0,
@include_event_description_in=1,
@category_name=N'[Uncategorized]',
@job_id=N'00000000-0000-0000-0000-000000000000'
The job successfully raises the...
March 20, 2014 at 10:59 am
OK cool; well there was only a handful of rows in the table, so the cap won't have been hit. The check at the end of the maintenance task...
March 10, 2014 at 8:53 am
Hm, ok well in that case, the work around really doesn't make any sense, because it requires having two alerts set up for the same error?
"When the second alert...
February 21, 2014 at 4:01 am
Doh, found the problem; I hadn't set up the SQL Server Agent on that server to send emails. I knew it would be something simple!
January 31, 2014 at 3:16 am
Can you post your DDL also?
July 22, 2013 at 3:56 am
Viewing 15 posts - 46 through 60 (of 170 total)