Viewing 15 posts - 5,566 through 5,580 (of 9,244 total)
AK1516 (5/14/2012)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 14, 2012 at 10:25 am
why not just use the system function fn_varbintohexstr()
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 14, 2012 at 4:40 am
Yes, fail over cluster instances may participate as an availability replica in AlwaysOn availability groups. Think of it like this
You have a WSFC comprising of 3 nodes. You have a...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 12, 2012 at 12:18 pm
derekr 43208 (5/12/2012)
Perry Whittle (5/12/2012)
derekr 43208 (5/12/2012)
From what I understand, it uses Failover Clustering,...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 12, 2012 at 10:14 am
derekr 43208 (5/12/2012)
Which configuration Provides Database Level redundancy including Hardware Redundancy(Clustering)Thanks
AlwaysOn availability gropus provide redundancy at the database (or a group databases) level.
A failover cluster instance provides protection at the...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 12, 2012 at 9:07 am
derekr 43208 (5/12/2012)
From what I understand, it uses Failover Clustering, without the shared storage
Is...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 12, 2012 at 8:51 am
derekr 43208 (5/8/2012)
A question regarding the SQL 2012 High Availibility Features
I understand that in order to use the High Availibility Features that comes with SQL 2012, the Servers need...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 11, 2012 at 9:13 am
be honest with you i've never it tried it hat way but cant see it wouldn't work, give it a go it'll either work or it won't
Download SP3 and CU4...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 11, 2012 at 8:51 am
my first temptation would be to re run the instance configuration and re create all the procedures, if you're still having issues after that maybe check with Quest support
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 11, 2012 at 8:15 am
Ok, so you can leave DTC running locally as Elliott has pointed out and that's fine for some scenarios but this can affect in flight transactions though upon a failover,...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 10, 2012 at 4:47 pm
what is your Litespeed version you are using?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 10, 2012 at 9:05 am
hisakimatama (5/10/2012)
The application is certainly a Windows-based application, then.
so it's not exposed to the "outside world" then.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 10, 2012 at 9:00 am
Sounds like you're going to need single user mode to sort this one 😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 10, 2012 at 12:29 am
hisakimatama (5/9/2012)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 10, 2012 at 12:27 am
hisakimatama (5/9/2012)
SET NOCOUNT ON;
DECLARE @whereClause2 nvarchar(1000)
SET @whereClause2 = @whereClause
set @whereClause2 = ISNULL(@whereClause2,'')
declare...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
May 9, 2012 at 3:01 pm
Viewing 15 posts - 5,566 through 5,580 (of 9,244 total)