Mines been up for since the last power outage. Nothing wrong with it as a server operating system.I use either Robocopy CLI or Richcopy for our server migrations. Call me old-school but they are tried and tested, fast and robust with extensive capabilities.
And I hope Andy's not referring to OSX as a proper operating system in terms of server?![]()
And I hope Andy's not referring to OSX as a proper operating system in terms of server?![]()
a flavour of Linux would be a better choice as a server platform
We use DFS-R for SQL Transaction LogShipping between two DCs
We have direct access storage for each SQL server in one DC (mirroring setup for HA)
We have a SAN for a SQL server cluster on our DR site
The DAS gives us nice low latency < 5 ms
The SAN does give us incredible IOPs but but much higher latency > 100ms
Just wondering what you're storing that requires sharding your data? If it's for performance/managing load, then the SAN might set you back a bit.
We're actually trying to ditch SQL Server, as sharding to give dual master is a PITA and use Cassandra for write optimised work and then PostgreSQL for everything else - mainly for data our services cache.