Delayed durability was announced late in the SQL Server 2014 development cycle, but offers something that many SQL Server professionals have wanted for years—the ability to disable transaction logging ...
So you decided to set up log shipping in order to establish a failover server, but what's next? Log shipping only takes care of keeping a user database in sync from one server to the other. In the ...
I'm having a disk space issue with a SQL 2000 server that has filled up the boot drive with it's log files.<BR>I caused this by limiting the amount of logfile space a ...
REDMOND, Wash. — Oct. 12, 2011 — Kicking off PASS Summit 2011, Microsoft Corporate Vice President Ted Kummert addressed an audience of more than 5,000 technology professionals to discuss how Microsoft ...
I've said it before and I'll say it again: If you want to speed up your application, don't look at your code, look at your data access. The two slowest things you can do in application development are ...
Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target. Logging is an essential feature for any application, as it is ...