What are the security vulnerability of letting users insert anything to a nvarchar sql column?

I have several Web APIs that are used by the UI, for these APIs I have several validations that prevent users from adding invalid data. On the other hand, I have some APIs that are not used by any UI, these APIs are called from another cod… Continue reading What are the security vulnerability of letting users insert anything to a nvarchar sql column?