In SQL Server how do you query a database to bring back all the tables that have a field of a specific name?
original title: "sql server - SQL query for a database scheme"
In SQL Server how do you query a database to bring back all the tables that have a field of a specific name?
SQL सर्वर में किसी विशिष्ट नाम के क्षेत्र वाली सभी तालिकाओं को वापस लाने के लिए आप एक डेटाबेस को कैसे क्वेरी करते हैं?
यह अनुवाद के बाद का सारांश है, अगर आपको पूरा अनुवाद देखने की आवश्यकता है, तो कृपया 'अनुवाद' आइकन पर क्लिक करें
The following query will bring back a unique list of tables where
Column_Name
is equal to the column you are looking for:I'm old-school: