BookmarkSubscribeRSS Feed
SASHuntsville
Fluorite | Level 6

I have a follow up question based this thread: https://communities.sas.com/t5/SAS-Data-Management/SQL-Server-pass-through-merge-update-insert/td-p/...

 

How can I update columns in the SQL Server table that have foreign keys? It errors whenever I attempt to do so without a specific fix, probably because it in the pass through section. Is there specific syntax to use on foreign keys?

2 REPLIES 2
LinusH
Tourmaline | Level 20
Not sure what you ate getting at. Pass through means that you are operating entirely in the external database, do this should not be a SAS question imo.
What do you mean by a specific fix?
FK is a standard DB concept, and how to update data structures using those is described in numerous DB publications.
Data never sleeps
SASKiwi
PROC Star

Foreign keys are defined in a database to maintain referential integrity between tables. If you are getting such errors then it probably means the FK-referenced table needs to have the new data value added to it before you update your primary table. Talk to your DBA to understand what is going on, and what order you need to update tables in. 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 705 views
  • 0 likes
  • 3 in conversation