Viewing 15 posts - 61 through 75 (of 180 total)
SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent cannot start).
This is what I see in event veiwer nothing else,
December 3, 2012 at 12:47 pm
Permission is not the issue, as this account is local admin and sql system admin account other jobs are running fine with this account, I tried another power account too...
December 3, 2012 at 12:43 pm
Thanks a Lot, Actually I configured everything fresh, created Operator, added a profile in SQL Mail and then configured the SQL agent to enable the mail for the specific profile,
Thanks...
November 23, 2012 at 10:22 am
I can get a test email from Database Mail no problem, bit not the job faliure
November 22, 2012 at 9:37 am
as mentioned I aqm not using data mail
November 20, 2012 at 11:36 am
No i do not, i get in other servers, is ther any script I can dreaft it of this procedure to test
November 20, 2012 at 9:03 am
I am using this,
USE [msdb]
GO
/****** Object: StoredProcedure [dbo].[xp_sendmail] Script Date: 11/20/2012 10:27:08 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
Create PROC [dbo].[xp_sendmail]
@recipients varchar(max) = NULL,
@message varchar(max) = NULL,
@query varchar(max)...
November 20, 2012 at 8:56 am
can I please get a script
November 20, 2012 at 8:49 am
I have restarted the agent, I am using notification for job faliure
November 20, 2012 at 8:42 am
Could you please let me know how the index is related to the table, I mean if the table is used quite often, How the index size works,
July 11, 2012 at 8:40 am
Thanks for your help
June 5, 2012 at 9:23 am
Hello,
I need a statement which I could run once and it would genertate the information for all the users existing in SQL with the type of permissions,
Much Appreciated,
Thanks,
Dev
April 27, 2012 at 1:50 pm
I restored the database from primary server to the secondary, and enabled the log shipping, I am getting the below error,
Date,Source,Severity,Step ID,Server,Job Name,Step Name,Notifications,Message,Duration,Sql Severity,Sql Message ID,Operator Emailed,Operator Net sent,Operator...
April 25, 2012 at 6:00 am
say I am want to replicate tset data on server A as primary to Server B as reporting, where I need to configure replication please
April 20, 2012 at 7:43 am
Viewing 15 posts - 61 through 75 (of 180 total)