如何通过查询分析器得到指定视图的对应SQL语句?比如获取视图的语句为: select a.*, b.* from a inner join b on a.name = b.name[解决办法]exec sp_helptext 视图名