select text from syscomments s1 join sysobjects s2 on s1.id=s2.id  where xtype = 'V'

xtype

V   视图

P   存储过程

TF 函数

查询结果为创建视图/存储过程/函数的创建语句,如果需要过滤某条数据,上面的sql语句可以加上 name='视图/存储过程/函数 名称'

最新文章

  1. js 无线弹窗
  2. ajax post(copy part)
  3. windows 系统下 Firefox hostadmin插件无法修改Host
  4. Lighttpd
  5. [leetcode]_Pascal's Triangle
  6. Backbone.js学习之初识hello-world
  7. 类的构造器[constructor]_C#
  8. Webbrowers控件的小技巧
  9. GDI+中发生一般性错误(转载)
  10. POJ 3422 Kaka's Matrix Travels(最小费用最大流)
  11. mongodb启动关闭;
  12. cdn与http缓存
  13. 【转】Nutch的Hadoop方式爬取效率优化
  14. ListView控件详解
  15. Noip2016组合数(数论)
  16. TensorFlow之RNN:堆叠RNN、LSTM、GRU及双向LSTM
  17. python爬虫学习之XPath基本语法
  18. 思维导图-mysql log
  19. [CF1007B]Pave the Parallelepiped[组合计数+状态压缩]
  20. 【转】(六)unity4.6Ugui中文教程文档-------概要-UGUI Animation Integration

热门文章

  1. java 中的好东西 jackson
  2. jsoncpp构造json字符串和json数组
  3. LBS(基于位置服务)
  4. git clone的时候filename too long解决办法
  5. Hibernate 一对多/多对多
  6. MySQL 安装方法
  7. 使用promisify来流程化异步操作
  8. 生产者消费者模型(Queue,JoinableQueue)
  9. python学习之RabbitMQ-----消息队列
  10. uva-10392-因数分解