0

How can you set the default schema for the table in Microsoft SQL Server?

For example, I would like to use the query

SELECT * from Table1

instead of

SELECT * from Schema1.Table1

Shathana. S.R. Answered question April 21, 2023