Blog Post

SQL Server Blog
1 MIN READ

Let's talk about Dynamic SQL (preamble)

raulgarciamsft's avatar
Mar 23, 2019
First published on MSDN on Jan 04, 2007

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.

Updated Mar 23, 2019
Version 2.0
No CommentsBe the first to comment