Results for "cloud backup"
9 / 35 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...
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...
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...
MSDB Database in SQL Server
SQL Server me ek aur powerful system database hai jo automation + scheduling ka backbone hai: MSDB Database
Table Partitioning in SQL Server
Table Partitioning एक advanced database concept है जिसका उपयोग बड़े tables को छोटे, manageable हिस्सों (partitions) में बाँटने के लिए किया जाता है। इससे perf...
UNION, UNION All, INTERSECT, EXCEPT used in SQL Server
UNION : The UNION operator is used to combine the result sets of two or more SELECT statements into a single result set. It removes duplicate rows from the…
Log Shipping (Ship Log) in SQL Server
...ature that allows you to automatically send transaction log backups from a primary database on one serv…
Data Pipeline and ETL (Extract, Transform, Load) Process/Tool and ELT
The ETL (Extract, Transform, Load) process/tool to collect, clean, and store data in a structured format. Extract (निकालना): सबसे पहले, डेटा को विभिन्न स्र…
SQL Server System Databases
Introduction SQL Server me jab hum kaam karte hain, to generally hum tables, queries aur user databases par focus karte hain. Lekin ek hidden backbone hota…