Viewing 15 posts - 1,141 through 1,155 (of 1,415 total)
http://meta.stackoverflow.com/questions/252506/question-quality-is-dropping-on-stack-overflow%5B/url%5D
LOL thought of you guys when I saw that!
May 8, 2014 at 8:48 am
Gary Varga (5/8/2014)
patrickmcginnis59 10839 (5/8/2014)
DBAdmin-146812 (5/7/2014)
Do not miss this article...http://www.forbes.com/sites/mikemyatt/2012/12/13/10-reasons-your-top-talent-will-leave-you/%5B/url%5D
Good one!
I like this one too:
http://brucefwebster.com/2008/04/11/the-wetware-crisis-the-dead-sea-effect/%5B/url%5D
I shan't be sharing these because, although they are good reads, I would make myself very...
May 8, 2014 at 8:36 am
I do think NoSQL has a place in the world. There are domains of problems that I'm sure Riak, MongoDB, and others, solve in a more efficient way than SQL...
May 8, 2014 at 7:55 am
DBAdmin-146812 (5/7/2014)
Do not miss this article...http://www.forbes.com/sites/mikemyatt/2012/12/13/10-reasons-your-top-talent-will-leave-you/%5B/url%5D
Good one!
I like this one too:
http://brucefwebster.com/2008/04/11/the-wetware-crisis-the-dead-sea-effect/%5B/url%5D
May 8, 2014 at 6:31 am
Steph Locke (5/7/2014)
The proposition that managers should be de facto paid less than technical experts isn't something I agree with. I'd suggest the amount of management a particularly strong set...
May 7, 2014 at 7:00 am
http://stackoverflow.com/questions/6008839/bison-flex-sql-parser
http://stackoverflow.com/questions/8656926/sql-lex-yacc-grammar
edit:
this looks interesting too, although I couldn't discern with my short read if you could use it for your case:
May 5, 2014 at 1:41 pm
Makes some sense! According to http://stackoverflow.com/questions/15136264/how-can-i-say-a-file-is-svg-without-using-a-magic-number SVG uses xml (as vector formats are probably primariliy a description of how to draw something instead of a description of the end results...
April 29, 2014 at 8:09 am
thomashohner (4/25/2014)
April 29, 2014 at 7:28 am
Jeff Moden (4/12/2014)
April 29, 2014 at 7:03 am
During the time you are reindexing aren't you writing to the log file???
April 15, 2014 at 9:04 am
Sean Lange (4/8/2014)
And then, encrypt those SSNs and stop storing them in plain text immediately!!!
Very good point, how would you do it and still allow him to find his dupes...
April 8, 2014 at 2:11 pm
dough-378918 (4/8/2014)
I'd like the number column included as it helps people research the case.
If it were me, I'd use the generic group by and then using the...
April 8, 2014 at 11:44 am
For a start, you can just try to get an ordered list, and eliminate rows where its the same but just a different order ie.,
change
WHERE t1.name <> t2.name
to
WHERE t1.name >...
April 8, 2014 at 10:59 am
Cody K (4/3/2014)
- XML is a first-class citizen in SQL Server and as far as validation goes that's what DTDs are for. Right?
- I'm not...
April 3, 2014 at 8:18 am
Grant Fritchey (4/3/2014)
April 3, 2014 at 7:42 am
Viewing 15 posts - 1,141 through 1,155 (of 1,415 total)