Posts by Lucas Finetti • 11 points
1 post
-
1
votes0
answers38
viewsQ: Always Encrypted: How to insert in encrypted column?
First I tried it: DECLARE @test varchar(50) = 'test' insert into Customer values ('Lucas', 'Test', @test) But you made that mistake: Encryption scheme mismatch for columns/variables '@test'. The…