创建新视图方法:create view vXxxDB_yYYtable as select * from XxxDB.dbo.yYYtable查询方法:select * from vXxxDB_yYYtable