Avatar of curiouswebster
curiouswebster
Flag for United States of America asked on

SQL Trigger launching a C# Job?

SQL Trigger launching a C# Job?

I have a C# batch-job that I want to run upon a table update. How do I configure this?

What kind of C# job will it be? Does the C# need to get saved in the database?

Any example demos of this?

Thanks
DatabasesMicrosoft SQL ServerC#Microsoft DevelopmentSQL

Avatar of undefined
Last Comment
curiouswebster

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
slightwv (䄆 Netminder)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
curiouswebster

ASKER
Thanks. On the C# CLR end, is the use of Entity Framework still a possibility? If so, is this bad practice? And, what kinds of design challenges come from this?
curiouswebster

ASKER
Your help has saved me hundreds of hours of internet surfing.
fblack61