USE [testdb] GO SELECT name AS [File Name], physical_name AS [Physical Name], size / 128.0 AS [Total Size in MB], size / 128.0 - CAST(FILEPROPERTY(name, 'SpaceUsed') AS int) / 128.0 AS [Available ...
The Scripts in this repository is t configure logshipping as part of migration or disater recovery from an on-premises sql server or SQL Server on EC2 to RDS for SQL Server with the assumption that ...
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 ...