---
title: "What is the difference between system objects and user objects?"  
description: "What is the difference between system objects and user objects?"  
author: "Sumit Kesarwani"  
published: 2014-03-15  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1932/what-is-the-difference-between-system-objects-and-user-objects  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# What is the difference between system objects and user objects?

SQL Server creates system objects during the installation process.

They are part of the system, and most of them are necessary for SQL Server to function properly.

Whereas system objects are part of the SQL Server system, you create user objects.

User objects include the databases, stored procedures, functions, and other system objects that you build.

## Answers

### Answer by Sumit Kesarwani

SQL Server creates system objects during the installation process.

They are part of the system, and most of them are necessary for SQL Server to function properly.

Whereas system objects are part of the SQL Server system, you create user objects.

User objects include the databases, stored procedures, functions, and other system objects that you build.


---

Original Source: https://www.mindstick.com/interview/1932/what-is-the-difference-between-system-objects-and-user-objects

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
