July 31, 2017 at 11:30 pm
Comments posted to this topic are about the item Decryption Woes
July 31, 2017 at 11:31 pm
Nice question, thanks Steve
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
August 1, 2017 at 5:14 am
A nice one to start the day, but I feel like something was missing from the answers. No worries.
August 1, 2017 at 7:07 am
Great question. I have to admit I wasn't quite sure on the correct answer because it was converted to varchar(100) on the way in. But in the select query it was converted to varchar(200). But there was only 1 obvious choice.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
August 1, 2017 at 8:11 am
An interesting question, thanks for a clear explanation. I learned something new again.🙂
August 1, 2017 at 8:32 am
To make this more transparent, I encrypt using session level symmetric keys and wrap a view around each table to provide the decrypted computed columns.
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
August 1, 2017 at 8:45 am
Interesting to solve such questions)))
August 1, 2017 at 7:09 pm
Nice head scratcher - thanks, Steve!
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply