网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > 数据库 > 正文

MSSQL查找数据所在的表与列

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务
  1. declare @str varchar(100) 
  2. set @str='admin'  --要搜索的字符串 
  3.  
  4. declare @s varchar(8000) 
  5. declare tb cursor local for 
  6. select s='if exists(select 1 from ['+b.name+'] where ['+a.name+'] like 
  7.  
  8. ''%'+@str+'%''
  9.  print ''所在的表及字段: ['+b.name+'].['+a.name+']''
  10. from syscolumns a join sysobjects b on a.id=b.id 
  11. where b.xtype='U' and a.status>=0 
  12.  and a.xusertype in(175,239,231,167) 
  13. open tb 
  14. fetch next from tb into @s 
  15. while @@fetch_status=0 
  16. begin 
  17.  exec(@s) 
  18.  fetch next from tb into @s 
  19. end 
  20. close tb 
  21. deallocate tb 
  • 下一篇资讯: 简单但实用的SQL脚本
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师