
dmcteknoloji/sql-server-2025-kitap
📚 Tutorialdmcteknoloji
A comprehensive open-source guide to SQL Server 2025, focusing on vector search, AI integration, and modern database management.
This repository acts as a living textbook for SQL Server 2025, specifically tailored for the Turkish-speaking developer community. It bridges the gap between traditional relational database management and modern AI-driven data architectures. Key technical highlights include detailed documentation and implementation examples for vector search capabilities, which allow SQL Server to function as a robust vector database. The project explores the integration of DiskANN for high-performance approximate nearest neighbor search, enabling developers to build sophisticated RAG applications directly within their database layer. Beyond AI features, the repository provides a structured approach to mastering SQL Server 2025's latest performance optimizations and administrative tools. By maintaining an open-source model under CC BY-NC-SA 4.0 and MIT licenses, it encourages collaborative learning, error tracking through errata, and continuous updates as the platform evolves.
💡Highlights
- ├─Covers DiskANN and vector search
- ├─RAG workflow implementation guide
- └─Open-source T-SQL code examples
🎯For
- ├─Database Administrators
- ├─AI/ML Engineers
- └─Backend Developers