The database queries which object contains which fields . select * from sysobjects o, syscomments s where o.id = s.id and text like '%text%' and o.xtype = 'P' Replace text with the field you want to search Database query which object contains the table select o.name from sys.all_sql_modules s,sysobjects o where definition like '%table name%' and o.id = s.object_id Replace the table name with the table name you want to query You may also be interested in:
|
<<: Docker compose custom network to achieve fixed container IP address
>>: Webpack file packaging error exception
This article will introduce how to use radial-gra...
Most people compile MySQL and put it in the syste...
Table of contents Preface Configure yum source, e...
Table of contents 1. Open WeChat Pay 1.1 Affiliat...
The previous article has installed the docker ser...
Here is a brief summary of the installation and c...
HTML implements 2-column layout, with fixed width...
Canvas is a new tag in HTML5. You can use js to o...
Table of contents In the React official website, ...
Recently Microsoft released Windows Server 2016, ...
Sometimes you need to access some static resource...
Table of contents Preface: Specific operations St...
1. Download: http://www.oracle.com/technetwork/ja...
Preface: I wrote this because I helped my friend ...
After reading the following article, you can depl...