Ms Sql Server 简明教程
MS SQL Server Tutorial
MS SQL Server 是由 Microsoft 开发的关系数据库管理系统 (RDBMS)。该产品旨在存储其他应用程序需要检索的数据的基本功能。它可以在同一台计算机上运行,也可以通过网络在另一台计算机上运行。本教程介绍了 SQL Server 的一些基本和高级概念,例如如何创建和恢复数据,创建登录和备份,分配权限等。每个主题都使用示例进行了解释,便于理解。
MS SQL Server is a relational database management system (RDBMS) developed by Microsoft. This product is built for the basic function of storing retrieving data as required by other applications. It can be run either on the same computer or on another across a network. This tutorial explains some basic and advanced concepts of SQL Server such as how to create and restore data, create login and backup, assign permissions, etc. Each topic is explained using examples for easy understanding.
Audience
本教程旨在帮助所有希望学习 SQL Server 基础知识并付诸实践的读者。
This tutorial is designed for all those readers who want to learn the fundamentals of SQL Server and put it into practice.
Prerequisites
要继续学习本教程,最好熟悉数据库概念。最好在您的计算机上安装 SQL Server,因为这样可能有助于您自行执行示例并了解其工作原理。
To go ahead with this tutorial, familiarity with database concepts is preferred. It is good to have SQL Server installed on your computer, as it might assist you in executing the examples yourself and get to know how it works.