如何在数据库表的列中搜索特定文本
如何根据某些数据查找表格?我的数据库中有数十个表,我需要一种通过传递数据来查找表的方法,我将如何实现这一点?
使用 SQL Server 2008
how to find a table based on some data? i have donzens of tbles in my db and i need a way to find a table by passing the data, how would i achieve that?
using sql server 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 在数据库中所有表的所有列中搜索特定值
Take a look at Search all columns in all the tables in a database for a specific value