0

I'd like to join .shp to table by using AddJoin_management but I'd like to make join to an SQL Server table (not to *.dbf).

Is it possible to do?

It should look something like this:

AddJoin_management ("my_layer.shp", "ID", SQL-SERVER-TABLE, "ID")
PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Mar 13, 2013 at 10:39

1 Answer 1

1

This should be straightforward.

Add your shapefile and SQL Server table to ArcMap 10.0 or later.

Open, fill in the fields, and run the Add Join tool interactively.

Now go to Geoprocessing | Results and use Copy As Python Snippet on the tool to get the correct syntax in your Python script.

You may also need to use Make Feature Layer and Make Table View to make the shapefile and table accessible to Add Join.

answered Mar 13, 2013 at 10:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.