Viewing 15 posts - 121 through 135 (of 314 total)
The rule(s) for monitoring of Database Mirroring are disabled by default, you will have to locate the rules and enable them.
Looks like there is also an extension pack available:
November 30, 2010 at 7:11 am
the other option is to look at the CMD options for outputting a file, EG.
ping http://www.google.co.uk >filename.txt
November 30, 2010 at 6:54 am
vijay.singh 97987 (11/30/2010)
grahamc (11/30/2010)
Had...
November 30, 2010 at 6:48 am
What "more" do you want?
November 30, 2010 at 6:45 am
Personally I would be looking to use the TIME datatype (or a datetime conversion) like this:
select CAST(CAST(hoursFrom as varchar(8)) + ':' + CAST(minsFrom as varchar(8)) as TIME)
from #temp
From this...
November 30, 2010 at 6:42 am
There is a SQL Server management pack for SCOM. Have a look at:
November 30, 2010 at 6:28 am
the problem with pushing the CMD output to variable is that the output is generally more than 1 value (IE. multiple lines or "rows" in SQL Server)
Had a similar issue...
November 30, 2010 at 6:18 am
WayneS (11/30/2010)
November 30, 2010 at 6:14 am
Lowell (11/30/2010)
November 30, 2010 at 6:02 am
well, if you have auto update stats = ON currently, the update of statistics is running during the day (or whenever the threshold is reached). Not sure you need a...
November 30, 2010 at 5:59 am
Well in Management Studio, under the Registered Servers window, you can right click on a folder, go to tasks and import a file, which will do the registering. For the...
November 30, 2010 at 4:51 am
I always know the salary or at least range, before going for an interview. As a contractor in the UK/Switzerland, taking a day off (or even half a day) means...
November 30, 2010 at 4:19 am
tim.kay (11/25/2010)
1 or 2 cm........We seem to have escaped for now......:-D
Its about the right amount of snow to bring the entire country to a "grinding halt"... and that will include...
November 25, 2010 at 6:25 am
maybe we would be able to better assist you if you told us why. What are you trying do? COALESCE does what it says and does it well. Improper use...
November 25, 2010 at 6:22 am
Viewing 15 posts - 121 through 135 (of 314 total)