#mssql
Read more stories on Hashnode
Articles with this tag
System-Versioned Temporal Tables, also known as History Tables are a built-in feature that keeps track of data changes in SQL Server. Unlike regular...
Recently I had a requirement, wherein I had to import the data from one of the internal applications to the SQL Server for further processing. We had...
SQL Server provides three mechanisms to track data changes in the table objects. This mechanism is also a useful solution for implementing the audit...
Database Auditing is a process of tracking and logging all events and capturing data changes in database objects, it not only helps businesses but is...
A trigger is an object having a collection of code or codes which fires automatically when an event occurs in the database server. The most used...
Recently I was working on a project, where the company wanted to track and manage all its assets and infrastructure in multiple locations. The...