About 16,600 results
Open links in new tab
  1. Need some directions on HA SQL 2012 + cold standby

    May 21, 2012 · virtualize all nodes, including SQL server cluster based on hyper-v 3.0 Set up a second 'datacenter' for cold (off) standby in second site, so use some sort of replication mechanism, perhaps …

  2. Mirroring vs Always-On - social.msdn.microsoft.com

    Dec 3, 2013 · In Always-On, during a failover, the target secondary replica transitions to the primary role, becoming the new primary replica. The new primary replica brings its databases online as the …

  3. sql count always returns 0 - social.msdn.microsoft.com

    Oct 7, 2021 · I have a some code that I'm trying to use to count the number of records in an ms sql server 2012 table having a column value equal to the value of an element in a gridview from the …

  4. How to apply patch for SQL server Always ON

    Mar 9, 2020 · Always on (SQL server 2016) is configured between four standalone servers Server1,Server2,Server3,Server4. These servers contains one availability Group (AG01) which …

  5. Physical Memory: 97% - social.msdn.microsoft.com

    Apr 9, 2014 · If I restart the server, and after all the processes and services start running, the used memory is not more than 4 ~ 6 GB (I don't remember exactly, but small compared to the overall 32 …

  6. AppDomain 6 (.dbo [runtime].5) is marked for unload due to memory …

    Aug 18, 2011 · I would also advise to at first set the MAX Server memory limit and then if you still get the issue set -g384 statup parameter. From SQL Server 2005 due to the change in memory …

  7. Availability set - different VM size - social.msdn.microsoft.com

    Apr 25, 2017 · SQL Server is always configured on guest OS level. If you have created an Availability for D12_v2 VM size, you will be able to add only the below mentioned VM sizes to the same availability …

  8. Custom Data Processing Extension and Parameters

    Dec 8, 2015 · Always (except for the XML scenario) did I ALWAYS have 1 non-DataSource parameter as param [0] <- that got refreshed with each Data Source Designer execute and/or was passed in …

  9. Access Queries vs SQL run by VBA - social.msdn.microsoft.com

    Sep 17, 2020 · I have always wondered what the optimalization of saved queries would be. I have not come further then a reconstruction of the sql-string for faster interpretation, but I can be wrong. How …

  10. Simple Recovery Model and Checkpoint - social.msdn.microsoft.com

    Feb 12, 2019 · Data pages are always modified in memory Data modifications are also stored in in-memory log buffers with information needed to reapply and undo changes COMMIT (automatic or …