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?
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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.