Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server equivalent to VFP's GETFLDSTATE()
Message
From
05/04/2023 15:09:54
 
 
To
05/04/2023 14:57:53
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01686452
Message ID:
01686453
Views:
44
>Hi!
>
>When using triggers in SQL Server I would like to know which fields of a modified record have been changed, just like VFP's GetFldState() function. Is there any equivalent function or script?
>
>TIA

In triggers you can use UPDATED() function.
But you can't use if to check ALL fields.
And the question is WHY you need this?
In triggers you get only updated records.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform