--1、查看所有表名:
select name from sysobjects where type='U'
--2、查找包含用户的表名,可通过以下SQL语句实现,
Select * From sysobjects Where name like '%20160222%' and crdate>'2016-02-22 16:19:31'
--1、查看所有表名:
select name from sysobjects where type='U'
--2、查找包含用户的表名,可通过以下SQL语句实现,
Select * From sysobjects Where name like '%20160222%' and crdate>'2016-02-22 16:19:31'
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。