Recently I have done a lot of work with SQL Stored Procedures in Power Apps. But what do you do if you want to have some fields encrypted in your SQL database? In this post how to Encrypt and decrypt ...
After my post about Encrypting Rich Text fields in Power Apps that store their data in SQL server now the promised decryption code in this post as well. Where last week I wrote the script as a stored ...
In a previous blog entry, I talked about the new FILESTREAM data capability in SQL Server 2008 where we can store Binary Large Object (BLOB) data on the file system but have it transactionally part of ...