Results for "point in time restore"

9 / 188 posts

SQL Server Index Optimization Automation (Missing & Unused Index Management)

Pehle Basics — Index Hota Kya Hai? Simple bhaasha meinindex ek kitaab ka index page hota hai. Jaise tum dictionary mein "Zebra" dhundne ke liye seedha Z s...

SQL Server Index Optimization Database Performance
Match in titleMatch in tagsMatch in content
Mar 24, 2026 17 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

SQL Server Multi-Level Approval Workflow with Auto Skip Logic

In many enterprise applications like HRMS, Travel Requests, Expense Approval, Purchase Approval , we need a multi-level approval workflow . But real system…

Multi-Level Approval Workflow SQL
Match in contentMatch in code
Mar 1, 2026 14 min read
SQL

SQL Server me Default Constraint Maintenance System (Auto Fix + Logging + Rollback)

Introduction Agar tum SQL Server me kaam karte ho, to tumne ye problem zarur dekhi hogi: Different tables me different default values Constraint naming rando...

SQL Server Default Constraints SQL Optimization
Match in titleMatch in tagsMatch in content
Mar 26, 2026 12 min read
SQL

Dynamic Linked Server Management in SQL Server

Introduction In SQL Server, sometimes we need to connect with another database server. This is done using a Linked Server . But manually creating and deletin...

SQL Server Linked Server Stored Procedure
Match in titleMatch in tagsMatch in content
Mar 30, 2026 8 min read

Table Partitioning in SQL Server

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

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

Implementing Transactions,Error Handling, and Dynamic SQL in SQL

Think of a transaction as a complete package deal. It's like when you buy something from a store. You give them money, and in return, you expect to get the…

comma saparate database Dynamic SQL
Match in titleMatch in tagsMatch in content
Mar 19, 2026 16 min read

Statistics in SQL Server

Statistics SQL Server ke “mind” jaise hote hain. Ye SQL Server ko batate hain ki table me data kis tarah se distribute hai — jaise kitne values unique hain

CREATE STATISTICS Statistics UPDATE STATISTICS
Match in titleMatch in contentMatch in code
Mar 19, 2026 11 min read

DateTime in Python

In Python, the datetime module provides classes for manipulating dates and times. It offers several functions and methods to create, manipulate, and format…

Python
Match in titleMatch in contentMatch in code
Mar 19, 2026 3 min read