About MS SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network (including the Internet).

Related resources for MS SQL Server
  • Zero To Hero In MS SQL Server - Part Three4/19/2024 10:51:37 AM. Part Three of Zero To Hero In MS SQL Server delves into advanced concepts like data warehousing, BI, reporting services, and data security, completing your journey to SQL Server mastery.
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of "Zero To Hero In MS SQL Server" explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
  • Zero To Hero In MS SQL Server - Part Five4/19/2024 10:32:41 AM. Embark on a journey from novice to expert in MS SQL Server with Part Five of our comprehensive series. Explore advanced topics including query optimization, stored procedures, indexing strategies, and
  • Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL Server1/25/2024 5:31:16 AM. In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP.NET
  • Assembly In MS SQL Server 8/4/2023 9:26:00 AM. In this article we are going to explore how to create custom CLR assembly and how to access it in the SQL Server.
  • How To Configure Transactional Replication In MS SQL Server4/10/2023 9:12:44 AM. In this article, we will learn how to use configure Transactional replication in SQL Server.
  • SQL Constraints3/9/2023 8:23:12 AM. In this article, we are going to learn about the importance of SQL and its Constraints.
  • New Features In MS SQL Server 20197/16/2020 8:24:00 AM. We will cover all the new features which SQL came up within 2019 version
  • Simple CRUD Operation In ASP.NET MVC 6/16/2020 5:33:56 AM. In this article, we will see how to perform a CRUD Operation in ASP.NET MVC using the ADO.NET Entity Model. For this project, I am using MS SQL Server Database and Visual Studio 2013.
  • Custom Paging in SQL Server1/7/2020 2:28:35 PM. Microsoft SQL Server has had an efficient customized clause since MSSQL 2012 for paging. Custom paging is an option for handling huge records.
  • Dynamic Pivot Table In SQL Server4/16/2018 1:58:15 AM. In this video , we will learn how to create dynamic pivot table in SQL server in just 10 minutes
  • DBA Skills For Developers8/9/2016 11:11:31 AM. Useful things to know for developers in charge of an MS database server
  • User Defined Type (UDT) in Microsoft SQL Server2/28/2015 10:54:03 AM. In this article you will learn about User Defined Types (UDTs) in Microsoft SQL Server.
  • Deleting Duplicate Records From a Table in MS SQL12/26/2012 3:39:17 PM. Deletion of duplicate records from a table is tricky and can be done in various ways. One simple approach can be applied as described in this article using a Group By and sub-query.
  • Dynamic Archiving of Tables and Data in MS SQL Server5/20/2012 2:26:55 AM. It is a common and business requirement to backup the data. The archiving is part of back ups and most of the applications and system will be following some procedure to archive the data.
  • Creating Full Text Index in SQL Server1/4/2012 6:28:00 AM. In this article we will see how to create a full text search index for a SQL Server database for effective searching.