let your database do the work - part 2

18
LET YOUR DATABASE DO THE WORK Part II

Upload: safe-software

Post on 21-Jan-2018

1.124 views

Category:

Software


1 download

TRANSCRIPT

LET YOUR DATABASE DO THE WORKPart II

Instructors

• Steve MacCabe– FME Server Expert

• Tia McKillop– FME Desktop Expert

AGENDA

• Constraints• Multi-Geom & SRIDs• Triggers• Sequences• Handling Failed

Translations

ConstraintsWRITING

Staging the workflow: FeatureHolder

Setting the Connection Runtime Order

Using the FeatureWriter & SQLExecutor

01

02

03

Multi-GeomWRITING

Create multi-geometry table

Handle Multiple Spatial Columns : Yes

Define the SRIDs

01

02

03

SequencesWRITING

Keeping Your ID’s Ordered

Using Sequences or Getting Max Value From the ID Column

Using Sequences with Parent and Child Inserts

01

02

03

TriggersWORKING WITH

• Disable all triggers?• Ensure the FME ‘DML’ is

honouring the actions of the trigger if disabled.

• The workflow: SQLCreator>FeatureReader> FeatureWriter>SQLExecutor is your friend.

FAILEDHANDLING

TRANSLATIONS

Poll Question

SQL Server FANS rejoice!

USE FME EFFICIENTLYLet Your Database Do the Work

Knowledge Center

Articles and workspaces available online at:knowledge.safe.com

Tutorial: Let the Database Do the Work

Share & Vote for Database Ideas

Questions

Tips and Tricks

Summary & DiscussionREADING