Viewing 15 posts - 391 through 405 (of 543 total)
November 8, 2017 at 12:52 pm
Hi Jeff.
Thanks for valuable suggestions. This is just a POC kind of thing try on my local machine. This is not a prod implementation. Kind of learning...
November 5, 2017 at 10:54 am
So, in general how are we going to share the key? Is that by taking a backup and providing them the password to other person to decrypt??
November 5, 2017 at 5:47 am
Hi Thom,
Thank you for the example. Now, assume that the data is encrypted, suppose If someone has to decrypt the data, what is that he needs to have??...
November 5, 2017 at 4:20 am
Sorry my bad. I want to encrypt and not masking the data. Editing the original post with correct expected output.
November 5, 2017 at 12:53 am
CREATE TABLE dbo.source_tableINSERT...
October 26, 2017 at 12:22 pm
Hi below86,
Thanks for reply. But quite frankly I wasn't able to understand. Can you please demonstrate with an example?
When I try to execute the code I get...
October 25, 2017 at 11:40 pm
CREATE TABLE #test (October 25, 2017 at 11:17 am
So you're taking the whole set and comparing the value of each column in...
October 25, 2017 at 11:14 am
October 25, 2017 at 5:59 am
Thanks "Thom A" for the step - by - step approach of the problem. Didn't get what sgmunson was saying. But now I understood what you and he meant. Thanks...
October 20, 2017 at 9:16 am
Thanks a lot a below86 for taking time. Will try it on my own and see how it works. Many thanks.
October 20, 2017 at 6:51 am
Thanks below86 for the correction. Can we make this dynamic script ? Should be able to pass on any number of tables but number of columns will be the same....
October 18, 2017 at 12:14 pm
Hi Mike/CTEGuy,
Assuming the temp tables as permanent tables (i.e. t1, t2 , t3 ), how can we make the script as dynamic. I want to reuse the...
October 18, 2017 at 4:12 am
Viewing 15 posts - 391 through 405 (of 543 total)