Viewing 15 posts - 391 through 405 (of 469 total)
TravisDBA (3/18/2011)
March 18, 2011 at 11:44 am
That might work for address but if you're planning on doing name, SSN and MRN like that it may not meet the requirements to be considered anonymous. Are you...
March 17, 2011 at 8:55 am
Scalar functions should be avoided. I'm not aware of any general performance difference between views and table valued functions (unless the function is multi-statement) but there easily could be...
March 14, 2011 at 9:08 am
Narayana_17 (3/8/2011)
So want to rock the master table row n its child table rows till the transaction is finished, and the other users should not retrieve these records.
You're probably looking...
March 14, 2011 at 9:02 am
There may be a lot more than name you need to scramble. SSN. MRN. DOB. When you're done there shouldn't be any way to track back...
March 14, 2011 at 8:54 am
If you're looking for year you may want to do DATEADD(yy,-1,@begindate) to subtract a year. The day method may not do what you want if you're going through a...
March 14, 2011 at 8:31 am
Duncan Pryde (3/10/2011)
March 10, 2011 at 9:57 am
david_sipos (3/9/2011)
March 9, 2011 at 8:31 am
Jeff Moden (3/9/2011)
March 9, 2011 at 8:27 am
blandry (3/2/2011)...Human Resource Directors tell me time and time again, no, you cant do that. Everyone deserves a second chance.
But when the second chance is actually the third, fourth,...
March 2, 2011 at 9:42 am
The product I support actually works somewhat similar to the way the article says to do it. One of the major difference is that the list of excluded words...
February 28, 2011 at 11:41 am
TravisDBA (1/26/2011)
January 26, 2011 at 7:34 am
WayneS (1/26/2011)
January 26, 2011 at 7:28 am
jay holovacs (11/22/2010)
By contrast, the visible presence of a lot of high tech locks might even suggest to a criminal that there is something of value to be targeted.
That can...
November 22, 2010 at 9:54 am
Craig-315134 (11/8/2010)
Is anyone out there using biometrics to secure data and/or applications?
While this is getting more possible with some laptops coming with fingerprint scanners I don't see it as a...
November 8, 2010 at 9:08 am
Viewing 15 posts - 391 through 405 (of 469 total)