摘要: --查找存儲過程select * from sysobjects oINNER JOIN syscomments c ON o.id=c.id WHERE o.xtype='P'--查找用戶表SELECT * FROM sysobjects oINNER JOIN syscolumns c ON o... 阅读全文
posted @ 2014-02-13 11:13 withoutaword 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 在IIS7的服务器上搭建了一个新的站点,弹出SQL报表的时候出现了空白页面,解决方法是添加操作路径:It was brought to our attention that in some installations usingIIS 7 a managed handler must be added for the report viewer web control, otherwise a 404 - File or Directory not found message is displayed when viewing sql reporting services reports. T 阅读全文
posted @ 2014-02-13 10:44 withoutaword 阅读(336) 评论(0) 推荐(0) 编辑