Sign up ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I'm new in ArcGIS. Is it possible to create a layer from a SqlServer table instead of a shapefile? in other words, is it possible to store layer data in a table in Sql Sever instead of a shapfile? because I want to make a crude application with these data.. if yes.. please show me how or direct me to any tutorial, thanks for any help

share|improve this question

1 Answer 1

The Query Layers functionality supports access to any of the databases supported by ArcGIS (Oracle, SQL Server, PostgreSQL, DB2 and Informix) and any of the spatial types available for those database platforms.

This blog posting should provide a good intro, and it leads into the relevant online help.

share|improve this answer
    
thank you sooo much –  yassin Jun 1 '13 at 23:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.