Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated-properties.md #4605

Closed
wants to merge 1 commit into from
Closed

Update generated-properties.md #4605

wants to merge 1 commit into from

Conversation

Peled-Zohar
Copy link
Contributor

The previous trigger example had a major flaw in it as it assumes the update can only work on a single row, where as in the real world, SQL Server triggers are statemet-based, not row-based, meaning that the inserted (or deleted) auto-generated table can contain multiple rows.

I've changed the trigger example to a trigger that will not break in multiple-rows update statements.

The previous trigger example  had a major flaw in it as it assumes the update can only work on a single row, where as in the real world, SQL Server triggers are statemet-based, not row-based, meaning that the inserted (or deleted) auto-generated table can contain multiple rows.

I've changed the trigger example to a trigger that will not break in multiple-rows update statements.
@Peled-Zohar Peled-Zohar closed this by deleting the head repository Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant