News

I did not need actual data; an empty copy of the latest database would suffice. I could easily add a few test records for the demonstration after installing the database on my laptop. I created a copy ...
If you’ve the database backup available and know the time of data deletion, you can use the transaction log with Log Sequence Number (LSN) to recover the deleted data from SQL Server. However if you ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
This is, by the way, not the ugliest command that will be required in this script. Copying in Data I also decided that the easiest way to load data into my "containerized" SQL Server instance was to ...
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 ...
Ignite 2019: Microsoft's flagship OLTP database releases in new version that aims to bring databases, data lakes and remote data sources together as one. SQL Server 2019 reaches general ...