Can i get help setting up data structure in SQL?

4470
14
Jump to solution
08-05-2014 07:45 AM
JimDahl
Occasional Contributor

I just installed ArcGIS for Server Workgroup and have Standard Desktop.  I learned how to import data into the SQL database, but i want to emulate a File GDB with data sets and relations.  I do not know how to start because it only lets me import all layers into the root space.  Any suggestions where to start? Templates or white papers or other suggestions are welcome.

 

Jim

Tags (2)
1 Solution

Accepted Solutions
AsrujitSengupta
Regular Contributor III

ArcSDE Workgroup will only work with SQL Server Express.

You can either use the SQL Server Express 2008 R2 provided along with the sde setup OR download/install any desired (supported) version of SQL Server Express from Microsoft's site and use it as well.

--------------------------

However, if you have to use SQL Server Standard edition (the SQL Server express has database size limits)......then you need an ArcSDE Enterprise license for that.

View solution in original post

0 Kudos
14 Replies
AsrujitSengupta
Regular Contributor III

If you already have the SQL Server sde workgroup geodatabase setup and ready for use, you can simply Copy/Paste or use XML Export/Import to transfer all the data from the File gdb to this sde gdb. This will bring over all the datasets, relationship classes, etc as it is.

0 Kudos
JimDahl
Occasional Contributor

How do I set up an SQL Server sde workgroup geodatabase?

0 Kudos
AsrujitSengupta
Regular Contributor III

Jim Dahl wrote:

I learned how to import data into the SQL database

Were you loading data into a simple SQL Server database?

ArcGIS Server Workgroup Microsoft SQL Server Express installation

0 Kudos
JimDahl
Occasional Contributor

Thanks for the link.  How do i find the Authorization file?  How do i know if it was a simple SQL server database?  IT set it up.  Sounds like i need to contact our sales rep or tech support?

Jim

0 Kudos
AsrujitSengupta
Regular Contributor III

You can download the authorization file from the My ESRI website (Esri Accounts). You can also use the KEYCODES file generated after authorizing ArcGIS for Server Workgroup. Its usually located on the below location on the ArcGIS Server machine:

C:\Program Files\ESRI\License10.x\sysgen\keycodes

There are multiple ways of confirming if its a database or a geodatabase. For a quick confirmation:

this is how it comes up in a simple sql server database:

jim.png

and this is how it shows up in an sde geodatabase:

jim2.png

0 Kudos
JimDahl
Occasional Contributor

thanks, this is making more sense.

Thanks,

Jim

0 Kudos
AsrujitSengupta
Regular Contributor III

Both the links state the same thing. Its just that this one is more descriptive:

ArcGIS Server Workgroup Microsoft SQL Server Express installation

Run the ArcSDE for Workgroup setup on the database server

0 Kudos
JimDahl
Occasional Contributor

thanks, for clarification i need to run these points by you.

  • Do I need to install any on my Desktop?

ArcGIS Desktop or ArcGIS Engine Microsoft SQL Server Express installation guide

Enabling SQL Server Express to store desktop geodatabases

  • This is what you want installed on the SQL Server?ArcGIS Server Workgroup Microsoft SQL Server Express installation

Enabling SQL Server Express to store workgroup geodatabases

  • Do I need to install anything on the Server where ArcGIS for server is installed?

Jim

0 Kudos
AsrujitSengupta
Regular Contributor III

Nothing on the Desktop or Server box....just run the setup for SDE Workgroup on the database server and enable the instance.

Then connect to the instance from ArcCatalog "Add database Server" and create the sde gdb

0 Kudos