News

When I try to update or insert a varbinary(max) column with this NULL value, I get the following error: Implicit conversion from data type nvarchar to varbinary(max) is not allowed. Use the CONVERT ...
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.
This option allows you to specify whether ODBC binary data types (SQL_BINARY, SQL_VARBINARY, SQL_LONGVARBINARY, and SQL_BLOB), are reported as binary type data. IBM DBMSs support columns with binary ...
Use the following SQL code as a guide:ALTER TABLE customer_info ADD cc_number VARBINARY (100) null;Click the "Run" symbol -- a green, right-pointing triangle in the Management Studio toolbar -- to ...
SQL Server treats models just like data – storing them as serialized varbinary objects. As a result, it is pretty agnostic to the analytics engines that were used to build models, thus making it a ...
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 ...