We have plenty of Non Spatial SQL Tables with two fields one is code and other is description with unique 100s of records. which is used in other applications. Is there any way to use same table as domain and assign them to fields in ArcGIS Pro?
Solved! Go to Solution.
You need to convert your table into a Geodatabase Domain.
Table To Domain (Data Management)—ArcGIS Pro | Documentation
You need to convert your table into a Geodatabase Domain.
Table To Domain (Data Management)—ArcGIS Pro | Documentation
Table to domain tool is not accessing SQL tables ?
in ArcGIS Pro search for Table to Domain in the geoprocessing tools, this should do what you are wanting. This will create a domain in your geodatabase that you can then assign to the appropriate table/field. You may have to work with your GIS data to make sure the existing values correspond exactly to what is in your new domain.
Thanks a lot for your answers. I just did converting table to csv and used same tool to convent to domain