Viewing 15 posts - 4,831 through 4,845 (of 7,484 total)
SQLRNNR (2/13/2012)
crookj (2/10/2012)
Daniel Bowlin (2/10/2012)
acheAchy Breaky
Heart
Mimsy
February 13, 2012 at 1:01 pm
Great question, very well presented.
In the bad old days of SQL 2000 I used to solve this sort of problem using sp_rename.
Something like
if exists (select * from sys.objects where...
February 13, 2012 at 12:40 pm
Simon Liddle (2/13/2012)
L' Eomot Inversé (2/9/2012)
February 13, 2012 at 11:17 am
cengland0 (2/10/2012)
Generally companies require you to change your passwords every 30, 60, or 90 days so a brute force doesn't work in these cases either.
Two points here: The companies which...
February 11, 2012 at 4:00 pm
bitbucket-25253 (2/9/2012)
Wine, beer ugh. Give me good old Kentucky Burbon on the rocks ,, no water no soda .. now that is a drink fit for the Gods
Now "old...
February 11, 2012 at 11:43 am
MysteryJimbo (2/9/2012)
HowardW (2/9/2012)
MysteryJimbo (2/9/2012)
February 9, 2012 at 11:38 am
Nadrek (2/9/2012)[hr1) Salt with a long salt that, for each row, is independently created by a cryptographic random number generator (I recommend at least 64 bits) and stored cleartext.
I would...
February 9, 2012 at 11:30 am
Daniel Bowlin (2/9/2012)
That quote comes from a section in whch the topic is encryption and encrypted data; SQL Server encryption always...
February 9, 2012 at 11:00 am
Thomas Abraham (2/9/2012)
http://msdn.microsoft.com/en-us/library/cc837966(SQL.100).aspx
which says:
"It is not possible to specify the salt value in SQL Server."
Can someone please...
February 9, 2012 at 6:01 am
ma-516002 (2/9/2012)
Find some thoughts about this topic here:
I hope no-one who reads that thread gets confused and is infected by this crazy notion that Hashbytes does internal salting! ...
February 9, 2012 at 5:39 am
Nice straightforward question and answer.
Chris Harshman (2/7/2012)
February 9, 2012 at 3:23 am
Thanks for the nice question.
I wonder what SQL Server does about victim selection when all processes involved have the same deadlock priority (which will be most of the time, I...
February 9, 2012 at 3:07 am
Nice question.
Stewart "Arturius" Campbell (2/9/2012)
One would expect MS to allow an optional parameter for salt to the HASHBYTES function...
Or maybe not - unless perhaps they also provided a parameter to...
February 9, 2012 at 2:57 am
GilaMonster (2/6/2012)
Is it bad form, if you create a QotD, to list your own article as a reference?
depends who does it. It won't be bad form if you do...
February 9, 2012 at 2:36 am
Sean Lange (2/8/2012)
LutzM (2/7/2012)
February 8, 2012 at 6:20 pm
Viewing 15 posts - 4,831 through 4,845 (of 7,484 total)