Viewing 15 posts - 1 through 15 (of 46 total)
I talking about Entire server is down due to some hard ware issue, which is Passive Node.
as regular practice, SQL Server will load the data in Main memory to improve...
February 18, 2016 at 6:30 am
How memory Works in SQL Cluster ?
If active node is fail all the data stored in main memory (Data cache, Buffer cache)
Would it transfer to New Passive node Main...
February 18, 2016 at 5:23 am
you mean transaction will rollback on New Passive node and failed on Old Passive Node by using MSDTC ? transaction
February 18, 2016 at 4:57 am
can anyone answer for my question ?
February 15, 2016 at 3:35 am
EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
EXEC sp_configure 'xp_cmdshell',1
GO
RECONFIGURE
GO
EXEC XP_CMDSHELL 'net use H: \\foldername1\foldername2\sharedfoldername3'
EXEC XP_CMDSHELL 'Dir H:'
EXEC XP_CMDSHELL 'net use H: /delete'
EXEC sp_configure 'xp_cmdshell',0
GO
RECONFIGURE
GO
December 23, 2015 at 1:15 am
No Its not exact Link. do u have exact link ? if not leave it.
October 15, 2015 at 8:46 am
any link for Glenn Berry's DMV diagnostic scripts ?
October 15, 2015 at 8:35 am
Our Database size is 2 TB, Based on the Databases Size SQL Occupied RAM Memory ?
September 25, 2015 at 9:26 am
Can you please provide Stairways links ?
July 2, 2015 at 9:12 am
There is a feature "Automatic fail-over" in "Always on High Availability Group"
Do we need another node (3rd node) for Automatic fail-over for AO HA Group ? or can we implement...
June 30, 2015 at 10:23 am
why can't you schedule log backup and overwritten on existing .bak file ? with compression option
you can do it by SQL Script or maintenance plans
June 26, 2015 at 1:39 pm
Thanks a lot..
1) For testing before implementing in Production, Can we create Always on High Availability Group with 2 nodes (Active to Passive) on Windows 2012 Hyper-V virtual machines ?...
June 26, 2015 at 6:54 am
Viewing 15 posts - 1 through 15 (of 46 total)