All Posts

6 / 224 posts

Filter by Category

Search Any Value Across SQL Server Database

As a SQL Developer or DBA, we sometimes need to find where a specific value exists across the database . Manually checking hundreds of tables can be time-con...

SQL server search Global search all table search
Aug 11, 2026 3 min read
SQL

Generate SQL Server Scripts by Name Pattern

Repository: https://github.com/himanshukhyap/SQLServer The SSMS Generate Scripts wizard is fine the first time. By the fifteenth time — clicking through the...

generate sql script Generate table script Generate Store procedure
Aug 9, 2026 9 min read
Misc.

Git for Real Projects – Complete Office Workflow (Beginner to Advanced)

Chapter 1 – Welcome to Your First Company Story Starts Here... Congratulations! 🎉 Aaj tumne ek software company join ki hai as a SQL Developer. Manager tumh...

Jun 28, 2026 19 min read
Data Science

What is Vector Database

Vector Database Kya Hota Hai? Vector Database ek special database hota hai jo data ko Vector Embeddings ke form me store karta hai aur similarity search kart...

Vector DB Vector RAG
Jun 5, 2026 3 min read
Data Science

What is RAG (Retrieval-Augmented Generation)

RAG (Retrieval-Augmented Generation) AI ka ek technique hai jisme AI model jawab dene se pehle relevant information ko kisi external source (documents, datab...

RAG (Retrieval-Augmented Generation) RAG LLM
Jun 5, 2026 2 min read
Data Science

What is LLM

LLM (Large Language Model) ek AI model hota hai jo bahut saari books, websites, articles aur documents padhkar language ko samajhna aur generate karna seekht...

LLM
May 31, 2026 4 min read