Viewing 15 posts - 496 through 510 (of 1,081 total)
anthony.green (12/15/2011)
December 15, 2011 at 4:10 am
frankcastle509 (12/15/2011)
December 15, 2011 at 4:06 am
Thanks Koen, appreciate your input!
December 15, 2011 at 4:01 am
Monitor your network statistics, latency for a a few days and see if its network related.
It could be a timeout issue as well.
December 13, 2011 at 11:01 pm
Thanks. Yes, active/active. I assume if "Prevent failback" is checked in a situation when N1's resource fails and it fails over to N2 and then that same resource fails again,...
December 13, 2011 at 10:57 pm
from your question I assume you are running an Active/Active Cluster?
when a resource in N1 fails, the whole resource group will fail over to N2, and if a resource fails...
December 13, 2011 at 9:45 pm
Simple answer: Yes.
Advantages: You will be able to recover critical info such as Logins, Jobs, configuration.
December 9, 2011 at 5:40 am
RTM hasnt been released yet, but you can download RC0 to play with in the meanwhile:
December 8, 2011 at 10:12 pm
Well, firstly, great career choice 😀
The best would be to keep on learning and playing, because one day you will end up in a position where you may/could flaunt your...
December 8, 2011 at 9:46 pm
great question (if you didnt run the t-sql)....certainly whipped by butt today 🙂
lesson learned.
December 6, 2011 at 10:16 pm
L' Eomot Inversé (11/30/2011)
Henrico Bekker (11/29/2011)
'v3 = v2'
and no where specifies v2=v3.
"None of the Above" should be...
November 30, 2011 at 5:53 am
even though x=y, and y=x, your case statement catered for the following result:
'v3 = v2'
and no where specifies v2=v3.
"None of the Above" should be correct as well.
November 29, 2011 at 10:06 pm
erm...just me or does this query in fact work?
name fileid
master 1
Ran it in Denali and seems fine... 😎
November 7, 2011 at 10:05 pm
try using the following:
use master
go
SELECT
percent_complete AS ‘PctComplete’,
start_time AS ‘StartTime’,
command AS ‘Command’,
...
September 21, 2011 at 12:16 am
Viewing 15 posts - 496 through 510 (of 1,081 total)