Microsoft SQL Server Structure
TLDR: This article provides information about Microsoft SQL Server structures which includes information about components which were unified to create a workable database.
- SQL Server Instance
- Database
- Schema - owner of database objects like tables, views and stored procedures
- Tables, Views and Stored Procedures.
Comments
Post a Comment