Viewing 15 posts - 5,041 through 5,055 (of 26,490 total)
Grant Fritchey (6/9/2015)
So tempted to whip out "DO YOU KNOW WHO I AM?"Time to walk away from the forums for a few...
Where the **** is that tent?
Still in the desert,...
June 9, 2015 at 9:34 am
Welsh Corgi (6/8/2015)
GO
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'Encrypt01!@'
CREATE CERTIFICATE CERT05 WITH SUBJECT = 'Cert4u12!@'
USE Adventureworks2012
CREATE DATABASE ENCRYPTION KEY
WITH ALGORITHM = AES_256 -- Error
ENCRYPTION BY SERVER CERTIFICATE...
June 8, 2015 at 2:22 pm
With nothing to use for testing here is a swag:
WITH BaseData as (
SELECT
rn = ROW_NUMBER() OVER (PARTITION BY
...
June 8, 2015 at 2:18 pm
Personally, I think the query is correct. Masking of the subsequent sales amounts should occur in the front end application or report, not at the back end.
June 8, 2015 at 1:48 pm
And if I remember correctly when I had a need to disable and enable triggers in a closed process it had to be done using dynamic SQL as the disable...
June 8, 2015 at 1:33 pm
Welsh Corgi (6/8/2015)
I included the script for testing.Thanks.
Yes, I see that. I am not going to test your script on my laptop (now if I had a dedicated VM...
June 8, 2015 at 1:06 pm
Not sure, but it looks like you never turned encryption on using ALTER DATABASE ... SET ENCRYPTION ON;
June 8, 2015 at 12:40 pm
ericpap (6/8/2015)
June 8, 2015 at 12:35 pm
gward 98556 (6/8/2015)
Lynn Pettis (6/8/2015)
Realize this is a crutch. The only way to ensure the order of data is for there to be an ORDER BY on the outer...
June 8, 2015 at 9:39 am
gward 98556 (6/8/2015)
June 8, 2015 at 8:23 am
Alvin Ramard (6/6/2015)
SandyTucker (6/6/2015)
June 7, 2015 at 4:01 pm
mwilliams4nc (6/5/2015)
So is it like this then?
tblVins
-------
VinID -- numeric -- Primary Key
Vin --...
June 5, 2015 at 2:40 pm
Eric M Russell (6/5/2015)
Lynn Pettis (6/5/2015)
Eric M Russell (6/5/2015)
Andy Warren (6/5/2015)
June 5, 2015 at 2:35 pm
Rod at work (6/5/2015)
June 5, 2015 at 2:33 pm
Eric M Russell (6/5/2015)
Andy Warren (6/5/2015)
June 5, 2015 at 12:04 pm
Viewing 15 posts - 5,041 through 5,055 (of 26,490 total)