Results for "database archiving strategy"

9 / 99 posts

Database Backup in SQL Server

In SQL Server, taking a database backup is crucial for data recovery and protection. Here’s a basic guide on how to perform a database backup and restore in...

backup database sql-server
Match in titleMatch in tagsMatch in content
Mar 19, 2026 9 min read
SQL

SQL Server Database Shrink Maintenance

Database shrink ka matlab hai database file (ya log file) ke size ko chhota karna by removing unused space . Matlab, agar tumhare DB me data delete ho gaya h...

SQLServer DatabaseMaintenance DBShrink
Match in titleMatch in tagsMatch in content
Mar 25, 2026 18 min read

Database trigger to audit (Transaction logs) all of the DDL changes made to the Database

Create table DatabaseLog: CREATE TABLE [dbo].[DatabaseLog]( [DatabaseLogID] [int] IDENTITY(1,1) NOT NULL, [PostTime] [datetim…

azure database oracle
Match in titleMatch in tagsMatch in content
Mar 19, 2026 2 min read

SQL Server System Databases

...kaam karte hain, to generally hum tables, queries aur user databases par focus karte hain. Lekin ek hidden backbone hota…

Database Administration Master Database SQL Server MSDB SQL Server
Match in titleMatch in tagsMatch in content
Mar 14, 2026 4 min read
SQL

SQL Server Data Archiving System – Complete Guide with Real-World Approach

Introduction Database grow hota rehta hai — aur ek point ke baad performance slow hone lagti hai. Queries heavy ho jati hain, indexing inefficient ho jata ha...

sql server archiving data archiving sql stored procedure archiving
Match in titleMatch in tagsMatch in content
Mar 31, 2026 24 min read

Master Database in SQL Server

Introduction SQL Server me agar koi ek database sabse zyada critical hai, to wo hai: Master Database Ye SQL Server ka core brain hai. Agar master database

SQL Server Master Database SQL Server SQL Server System Databases
Match in titleMatch in tagsMatch in content
Mar 19, 2026 3 min read

Table Partitioning in SQL Server

Table Partitioning एक advanced database concept है जिसका उपयोग बड़े tables को छोटे, manageable हिस्सों (partitions) में बाँटने के लिए किया जाता है। इससे perf...

LIST Partitioning Partition RANGE Partitioning
Match in content
Mar 19, 2026 22 min read

SQL Server Agent Alerts, Operators, Database Mail & Job Activity Monitor

Production environment me sirf jobs schedule karna hi kaafi nahi hota. Hume monitoring aur notification system bhi chahiye hota hai taaki agar koi job fail…

Agent Alerts Database Mail
Match in titleMatch in tagsMatch in content
Mar 19, 2026 5 min read
SQL

Database Backup and SQL Server Recovery Models Explained (Simple vs Full vs Bulk Logged)

Database Backup Kya Hota Hai? Database backup ka matlab sirf data copy karna nahi hota. 📌 Official definition: Database backup is the process of backing up...

sql server recovery model simple vs full recovery model bulk logged recovery
Match in titleMatch in tagsMatch in content
Mar 30, 2026 4 min read