My database name is CARE_DynamicsAX
and I want to find a column name workerStatus
I want to find column name in my database - is it possible?
102 views Asked by Rana Ali At
2
My database name is CARE_DynamicsAX
and I want to find a column name workerStatus
If I'm not wrong, you are trying to find the Table where you have a column name as
workerStatus
. If that is the case, you might run this query to find the same.This works for the column names from TABLES for SQL Server.
This query would run under the assumption that you know that the column name that you are searching starts with
workerStat