Viewing 15 posts - 16 through 30 (of 129 total)
Thanks , but i have scom to monitor my servers and currently it is monitoring event id 1479 for db mirror time out, are there any other in build event...
February 7, 2011 at 12:00 pm
thanks but it still gives incorrect syntax at Select @Dbnames = '''+ @DBName+'''
here is the full script to create jobs
Declare @CurrID int,@MaxID int
Declare @dbs Table (DBID int identity(1,...
January 25, 2011 at 8:13 am
just to add this is the code after job is created , so if i could assign the db name so it would be Select @Dbnames = 'reporting' not like...
January 24, 2011 at 11:40 pm
Thanks for reply , this is not the sp , what i am trying to do is to create generic sql script that will create job for each user db...
January 24, 2011 at 11:36 pm
Try Catch ,@@Error could not able to go to my insert statement when it was not able to connect to remote sql server,it just throw below and sql job fails
OLE...
December 4, 2010 at 6:03 pm
Thanks!! pretty useful..
November 19, 2010 at 8:27 am
pretty cool ,thanks i was missing alert part....
July 11, 2010 at 10:39 am
got from one of blog
DECLARE @ts_now bigint = (SELECT cpu_ticks/(cpu_ticks/ms_ticks)FROM sys.dm_os_sys_info);
SELECT TOP(1)
--SQLProcessUtilization AS [SQL Server Process CPU Utilization],
...
July 10, 2010 at 8:18 pm
Thanks , is there any way i can do this with policy management?
July 1, 2010 at 10:55 am
Just to add it is SQL 2K8 SP1 Enterprise Edition.
June 22, 2010 at 3:04 pm
Just to add ,i tested and columns datatype were replicated fine but getting error for PK column ,is there any way to handle PK column without dropping the article?
May 24, 2010 at 9:42 pm
thanks , actually i need some concrete link to prove H/W raid performance advantage over S/W but did not find much on internet that really stop to opt my team...
May 12, 2010 at 11:49 am
I just checked and i dont find proxy account option from drop down if i choose job type as T-SQL so not sure what is the other way? also can...
May 10, 2010 at 11:13 pm
Viewing 15 posts - 16 through 30 (of 129 total)