8

Does SQL Server need extensions to do spatial like Oracle does? Just wondering if there will be extra costs for implementing a SQL Server backend to SDE.

nmtoken
13.6k5 gold badges39 silver badges91 bronze badges
asked Jan 17, 2013 at 15:59
1
  • Which SQL Server version are you asking about? Commented Jan 17, 2013 at 16:44

2 Answers 2

5

@pecoanddeco is correct. As of SQL Server 2008, the spatial capabilities are built in. They even come with the express editions.

Just to be 100% clear, though, the spatial capabilities are not completely necessary for ArcSDE. ArcSDE uses its own spatial format by default, which means that you do not need a spatially enabled database in the backend. However, if you have a spatially enabled database in the backend, you have much more flexibility to use the database native spatial types instead of the SDE Binary spatial type.

answered Jan 17, 2013 at 16:40
2
  • With 2008 the Sql Server Spatial Tools on Codeplex are very helpful, some might argue they are essential. You can use them with query layers without involving ArcSDE. I've heard these tools have been rolled into the core product for Sql Server 2012, but have not confirmed this. Commented Jan 17, 2013 at 16:59
  • I've used those tools. They are very helpful. I forgot about query layers. Although, those are still very new to ArcGIS. Commented Jan 17, 2013 at 17:10
2

All the SQL Server spatial stuff comes as part of the standard license so there's no extra cost, so it's a bit different to the Oracle Locator/Spatial split.

There a bit more detail here (though it's a bit buried):

answered Jan 17, 2013 at 16:07

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.