News

Type casting SQL Stored Procedure tables First I’m going to have a look at the slow approach. The first part of the code that we need is call the stored procedure and with the Table function we ...
Encrypt a column using Stored procedures So first of all I created a Symmetric key called MY_KEY in my database. If you look under security you will find the place to create the this key.
I frequently get asked if Entity Framework (EF) in a Code First environment supports calling stored procedures. The short answer is: "In EF6 -- which works everywhere -- the answer is Yes." As I ...