Viewing 5 posts - 1 through 6 (of 6 total)
We don't *need* the data to be stored in tempdb per se, it is just that we select into #tmp tables...
We have many large tables in our database and we noticed...
September 11, 2017 at 1:18 pm
Thank you, Steve!
Is this a limitation that was introduced on purpose, when copying encrypted data between a regular DB and tempdb (or any other database)?
Because if i'm trying...
September 11, 2017 at 9:36 am
Hi Steve (sgmunson),
I created the 2 initial keys directly on the TEST_AE database, through MS SSMS, then encrypted the PlaceOfBirth field in the G_CONTACTS table.
Then, scripted out the...
September 8, 2017 at 1:20 pm
Hi Steve - Thanks for the quick reply!
I'm trying to store data into a #tmp table, and even this is not really working... Our first target is to be...
September 8, 2017 at 7:55 am
Hi Steve,
What would be your approach if you absolutely HAD TO implement Always Encrypted columns in an SQL environment which uses many #temp tables?
I have such a context...
September 7, 2017 at 6:36 pm
Viewing 5 posts - 1 through 6 (of 6 total)