Viewing 15 posts - 136 through 150 (of 205 total)
Mattrick (1/24/2012)
... that shows why salting your hashes is so important ...
A little bit of pepper doesn't hurt either. :hehe:
January 24, 2012 at 8:29 am
Nice editorial Steve. I use Chrome as my primary browser and agree with you that automatic updates are not enough of a reason to switch to IE.
One minor correction.
"......
January 5, 2012 at 7:25 am
cengland0 (1/5/2012)
In fact, even for those few associates that do have...
January 5, 2012 at 7:00 am
Stuart Davies (1/4/2012)
...It was a couple of real life examples like this (when importing a csv) that gave me the idea for this QOTD
This one even works with no number...
January 4, 2012 at 11:46 am
Here's another beauty.
Select ISNUMERIC('£,,1.,') As "String";
Still returns a 1 :crazy:
January 4, 2012 at 10:53 am
Thanks for the question.
Another answer that may have fooled a few could have been: "1 row with the sum of all the values from the 1st column of every record...
November 22, 2011 at 6:21 am
sherifffruitfly (11/17/2011)
Irony: Just the other day this site was telling me "Don't Criticize Code", because it might hurt someone's fee-fee's.
I don't see the irony. The point of writing good code...
November 17, 2011 at 12:37 pm
Jack Corbett (11/17/2011)
November 17, 2011 at 6:45 am
Hugo Kornelis (11/9/2011)
November 9, 2011 at 8:55 am
SanDroid (10/21/2011)
Does using a "TOP 99999999" statement with an "order by" in a VIEW against an actual table with less than 99.9...
October 21, 2011 at 12:15 pm
SanDroid (10/21/2011)
Mighty (10/21/2011)
Carlo Romagnano (10/21/2011)
CREATE VIEW vw_clients ASSELECT TOP 100 PERCENT Code, Name FROM Clients
ORDER BY Code
I am curious to know if the VIEW above always returns records in...
October 21, 2011 at 8:12 am
Sean Lange (10/21/2011)
Good question and with 40% incorrect answers with over 500 responses it seems a back to basics topic that lots of people don't know.
Yes, that was quite a...
October 21, 2011 at 7:39 am
All of our servers from development through production are 2008. We went from 2000 directly to 2008 skipping 2005. We plan on skipping 2008 R2 and have not made a...
October 21, 2011 at 7:08 am
One of the basics I've seen lacking in some data professionals is the use of stored procedures. I'm amazed by the number of developers I've come across, who have been...
September 23, 2011 at 7:04 am
Awesome example of some very basic project management concepts (scope, stakeholders, measurements of success).
So this seems to illustrate the point that the success or lack thereof in a project can...
August 18, 2011 at 6:47 am
Viewing 15 posts - 136 through 150 (of 205 total)