Introduction to Microsoft SQL Server and Visual Studio

所在平台: Udemy

课程主页: https://www.udemy.com/course/introduction-to-microsoft-sql-server-and-visual-studio/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Microsoft SQL Server 和 Visual Studio 入门 **课程概述:** 本课程介绍了Microsoft SQL Server,一款由微软开发的强大的关系型数据库管理系统。SQL Server的核心功能是作为数据库服务器,能够存储和检索由其他应用程序(可以是本地或网络上的)请求的数据。 课程将重点介绍SQL Server的四个主要版本: * **SQL Server Developer Edition:** 免费提供,适用于数据库开发和测试环境。 * **SQL Server Express:** 免费提供,适用于存储容量高达10 GB的小型数据库。 * **SQL Server Enterprise Edition:** 适用于大型和关键任务应用程序,包含SQL Server的所有特性。 * **SQL Server Standard Edition:** 提供Enterprise Edition的部分功能,但对处理器核心数量和内存配置有限制。 课程还将深入探讨SQL Server的核心组件——**数据库引擎**。数据库引擎包括: * **关系引擎:** 负责处理用户发出的查询。 * **存储引擎:** 管理数据库文件、数据页、索引等底层存储结构。 此外,课程还将涵盖数据库对象,如**存储过程**、**视图**和**触发器**,以及它们如何由数据库引擎创建和执行。 除了SQL Server,本课程还会介绍**Microsoft Visual Studio**,一个由微软提供的集成开发环境(IDE)。Visual Studio是用于开发各类计算机程序、网站、Web应用、Web服务和移动应用的强大工具。 **学习目标:** 通过本课程,学习者将能够: * 理解Microsoft SQL Server的基本概念和功能。 * 了解SQL Server的不同版本及其适用场景。 * 掌握SQL Server的核心组件——数据库引擎的工作原理。 * 熟悉SQL Server中的常见数据库对象。 * 初步了解Microsoft Visual Studio在数据库开发中的应用。

课程评论(0条)

课程详情

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.SQL Server has four primary editions that have different bundled services and tools. Two editions are available free of charge:SQL Server Developer edition for use in database development and testing.SQL Server Expression for small databases with the size up to 10 GB of disk storage capacity.For larger and more critical applications, SQL Server offers the Enterprise edition that includes all SQL server's features.SQL Server Standard Edition has partial feature sets of the Enterprise Edition and limits on the Server regarding the numbers of processor core and memory that can be configured.The core component of the SQL Server is the Database Engine. The Database Engine consists of a relational engine that processes queries and a storage engine that manages database files, pages, pages, index, etc. The database objects such as stored procedures, views, and triggers are also created and executed by the Database Engine.Microsoft Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.

课程标签

0人关注该课程

主题相关的课程