Viewing 15 posts - 1 through 15 (of 585 total)
Thanks all but its created by client mistakenly.I want to know how update stats is failing in first run and executing successfully in second run?
Thanks
January 31, 2019 at 8:41 pm
Sorry its Update statistics operation not backup operation:
Error:
If Object_..." failed with the following error: "156 Incorrect syntax near the keyword 'BACKUP'.
156 Incorrect syntax near the...
Thanks
January 31, 2019 at 1:40 am
I have the error :
An error occurred while attempting to access the subscription. (View Synchronization Status)
------------------------------
To synchronize, you must first create an agent job for this subscription. (View...
Thanks
November 5, 2015 at 2:15 pm
Yes its running at Mozilla.
Thanks
September 17, 2015 at 5:41 pm
Hi Ritesh,
Could u pls help in running this script on sql server 2005 9.00.4060.00.
Its giving many errors.
your script is great.
Thanks
June 1, 2014 at 8:52 pm
For Me its working fine 2012 but on 2008 its running and running only.
Script is:
USE [msdb]
GO
/****** Object: StoredProcedure [dbo].[uspEmailSQLServerHealth] Script Date: 01/28/2010 15:15:27 ******/
IF EXISTS...
Thanks
May 21, 2014 at 9:34 pm
For Me its working fine 2012 but on 2008 its running and running only.
Script is:
USE [msdb]
GO
/****** Object: StoredProcedure [dbo].[uspEmailSQLServerHealth] Script Date: 01/28/2010 15:15:27 ******/
IF EXISTS...
Thanks
May 21, 2014 at 9:30 pm
We have also received Alert: The log for database is not available Resolution state: New
from SCOM
Thanks
February 13, 2014 at 7:43 pm
I am checking and done on principal but not on mirror because it requires down time.
its production
Thanks
July 14, 2013 at 12:12 pm
I want to do this actually this
===================================================
with Remove
as (select X.id1 from X
except
select X.id1 from X inner join Y on X.id2 = Y.id2)
DECLARE @BatchSize INT
SET @BatchSize = 1000
WHILE @BatchSize <>...
Thanks
July 25, 2012 at 6:05 am
I have lakh of rows to be deleted in this table it will full my log file...
I want to use top in delete statement..
Thanks
July 23, 2012 at 7:26 am
I am using 2008 R2 Std edtn.
I think it is giving error due to brackets..
Thanks
July 23, 2012 at 5:39 am
It is giving error:
Msg 156,state 1,Line 6
Incorrect syntax near the keyword except.
Thanks
July 23, 2012 at 5:31 am
Viewing 15 posts - 1 through 15 (of 585 total)