How to set the default schema of a database in SQL Server 2005?

前端 未结 3 829
挽巷
挽巷 2020-12-06 09:30

The following line works:

SELECT * FROM [myschema].users

But this does not:

SELECT * FROM users
3条回答
提交回复
热议问题