Let's talk about Dynamic SQL (preamble)

I want to talk about how dynamic SQL is affected by the execution context, but as this is a huge and broad topic I am going to divide this topic into multiple parts and write different posts for each one of them, focusing in one aspect of dynamic SQL at a time.

  • Dynamic SQL & SQL injection.
  • Dynamic SQL & EXECUTE AS
  • Dynamic SQL & module signatures

I hope you will find the subsequent posts useful.