by bobtaylor29708 | Jul 12, 2018 | SQL Server 2016, SQL Server 2017, SqlCommandFilter, Tools, Uncategorized
Thanks to reader EricEJ I have added an extension method to SqlCommandFilters which means instead of coding the call like this [csharp] // Explicit usage SqlCommandFilters.Parameters.Parameterize(ref cmd); // you can now call it like this // Extension method on...
by bobtaylor29708 | Aug 24, 2016 | Always Encrypted, boB 'The Tool Man' Taylor, SQL Injection, SQL Security, SQL Server 2016, SqlCommandFilter, Tools
SqlCommandFilters is a utility assembly that will automatically parse your SqlCommand.CommandText and parameterize it for you. Why would you want to do this? Picture this You want to leverage SQL Server Always Encrypted, but you your queries are not...
by bobtaylor29708 | Mar 22, 2016 | Always Encrypted, boB 'The Tool Man' Taylor, Connect to SQL Server, SQL Injection, SQL Security, SQL Server 2016, SQL Server Tools, SqlCommandFilter
I have started a new role as a Data Platform Solution Architect in the Health and Life Sciences vertical at Microsoft. Its been hectic, but fun. I am finally getting a bit of time to work on some projects that have been on the back burner for a while. I have several...
Recent Comments