Grouping tables in SQL SERVER -


How do I group a group of tables or label them together?

In our project, each user has two separate tables allocated to them. I need to group all users' tables separately.

How can I complete this?

Maybe you make logical blocks of database objects (tables, views, stored procedures, functions, triggers, etc.) You can use the SQL Server schema for.

See the Microsoft Books Online Reference:

Using this method, you can then group related tables in the same schema.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -