Viewing 15 posts - 1,126 through 1,140 (of 1,415 total)
TomThomson (5/20/2014)
patrickmcginnis59 10839 (5/20/2014)
Lynn Pettis (5/20/2014)
Any one else see this?
Interesting case, not a very good article, the author even tries to equate open source with public domain which is completely...
May 21, 2014 at 6:51 am
Ed Wagner (5/20/2014)
patrickmcginnis59 10839 (5/20/2014)
Lynn Pettis (5/20/2014)
Any one else see this?
Interesting case, not a very good article, the author even tries to equate open source with public domain which is...
May 20, 2014 at 11:17 am
Here's an example of what we're hoping to get. You want the SQL to match YOUR data and YOUR database objects.
CREATE TABLE #mytable
(
ROWID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED,
WORKORDER_BASE_ID VARCHAR(10),
WORKORDER_LOT_ID...
May 20, 2014 at 11:14 am
Lynn Pettis (5/20/2014)
Any one else see this?
Interesting case, not a very good article, the author even tries to equate open source with public domain which is completely wrong.
May 20, 2014 at 10:49 am
You would have better luck in chinese language forums.
http://edition.cnn.com/2013/01/17/business/us-outsource-job-china/%5B/url%5D
May 20, 2014 at 8:42 am
Eric M Russell (5/16/2014)
May 20, 2014 at 8:21 am
skeleton567 (5/15/2014)
Ralph Hightower (5/15/2014)
Try programming in APL. That is one bizarre language!
I'm not sure without researching it if APL and what we called in the old days Assembler Language are...
May 19, 2014 at 11:24 am
madhu.palakurthi (5/14/2014)
Please also let me know how to change the below query to get desired result.
select...
May 14, 2014 at 6:17 am
Gary Varga (5/13/2014)
Eric M Russell (5/13/2014)
patrickmcginnis59 10839 (5/13/2014)
I know next to nothing about the technical implementation or bitcoin or even how it work conceptually, but relational databases typically use unique...
May 13, 2014 at 9:26 am
I know next to nothing about the technical implementation or bitcoin or even how it work conceptually, but relational databases typically use unique key constraints to prevent events like "cashing...
May 13, 2014 at 8:11 am
Gary Varga (5/13/2014)
Steve Jones - SSC Editor (5/12/2014)
Gary Varga (5/12/2014)
There are but have been deemed too expensive and unnecessary for what NOSQL was originally intended for. Basically, it is a...
May 13, 2014 at 6:38 am
David.Poole (5/9/2014)
Whats wrong with eventual consistency? Its not designed to be a drop in replacement for the 'C' in ACID right? Its more like the 'C' in CAP from what...
May 12, 2014 at 6:52 am
David.Poole (5/8/2014)
NOSQL is such a broad term that it is next to meaningless.
Not all NOSQL solutions deliver "No single point of failure".
BASE has made people realise how...
May 9, 2014 at 1:54 pm
@SQLFRNDZ (5/8/2014)
May 8, 2014 at 11:54 am
Ed Wagner (5/8/2014)
May 8, 2014 at 11:15 am
Viewing 15 posts - 1,126 through 1,140 (of 1,415 total)