Viewing 15 posts - 8,116 through 8,130 (of 39,771 total)
stakes (4/29/2016)
April 29, 2016 at 9:50 am
I like it. I'll open a ticket.
April 29, 2016 at 9:48 am
You certainly could take the SSN from the app and do a hash/map in another table. Use a salt, protect the tables with limited access and that can work. I...
April 29, 2016 at 9:47 am
It's still available in SQL 2016. My guess is it's not ever going away
The reason the procedure only exists in Enterprise is compression is an Enterprise only feature.
April 29, 2016 at 9:42 am
Looking forward to seeing you all at Nexus/Bits.
April 29, 2016 at 9:34 am
Notification icon where?
April 28, 2016 at 11:16 am
Eric M Russell (4/28/2016)
Steve Jones - SSC Editor (4/27/2016)
Losing the salt would be the equivalent of losing the symmetric key, if the domain is known. In the case of...
April 28, 2016 at 11:14 am
First, please format your code (spacing and use the code=sql shortcut to the left of the editor). Second, we don't have your environment, so if there are tables needed to...
April 28, 2016 at 11:05 am
A couple things. First, use the code=plain code on the side to format your tables and use spacing so we can read things. Like this:
EmpID Date FieldName...
April 28, 2016 at 11:01 am
As Lynn noted, your query is incorrect. There are two different sets of columns in each SELECT. One column in the first, multiple ones in the second.
The format for substring...
April 27, 2016 at 5:14 pm
splitting hairs.
Losing the salt would be the equivalent of losing the symmetric key, if the domain is known. In the case of a social security number/taxid, this is the case....
April 27, 2016 at 5:10 pm
The cache drops old plans and add new ones as needed.
If you find certain items getting slow, I'd address those queries/procedures/functions themselves rather than clearing the cache. If you...
April 27, 2016 at 12:37 pm
That's hard to read, and as Sean mentioned, it doesn't quite make sense. Please format your results as plain code (shortcut to the left of the edit box), so that...
April 27, 2016 at 11:21 am
Viewing 15 posts - 8,116 through 8,130 (of 39,771 total)