Viewing 15 posts - 4,516 through 4,530 (of 6,026 total)
Sometimes a minor failure, more like a temporary set back, results in a re-evaluation of our career, and it is actually becomes the impetus for moving to the next level...
May 16, 2014 at 7:02 am
Most organizational employers expect data analysts to be subject matter experts with some background in SQL, and they expect DBAs to be database/network/ETL/Windows/Linux experts. An exception would be startups, who...
May 14, 2014 at 1:42 pm
robert.diley (5/14/2014)
From p. 88:
"we can discuss the Hash Match join operator.
It occurs when...
May 14, 2014 at 9:16 am
It's nice that we have cloud computing and database providers that are guaranteeing 99.9% uptime, but who has an internet service provider that can guarantee the same?
Soon the morning news...
May 14, 2014 at 6:51 am
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 key constraints to prevent events...
May 13, 2014 at 8:21 am
patrickmcginnis59 10839 (5/13/2014)
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...
May 13, 2014 at 7:46 am
Eric M Russell (5/9/2014)
I'm curious about why you chose the title "Datatypes In Your Mind".
Did you expect this TinyInt vs Bit question of the day to create some controvery...
May 12, 2014 at 11:15 am
Andy,
I'm curious about why you chose the title "Datatypes In Your Mind".
Did you expect this TinyInt vs Bit question of the day to create some controvery and debate?
May 9, 2014 at 8:05 am
Obviously running ad-hoc queries against unstructured data is a use case for a NoSQL database, and MongoDB is good for that. This would include things like ecommerce shopping carts and...
May 8, 2014 at 8:12 am
In some sense the DevOps movement is built around merging these two frames of reference into the minds of all those involved. I hope that movement continues to grow and...
May 8, 2014 at 7:37 am
Tinyint is an underappreciated datatype. I leverage it a lot for small range keys like marital_status or for things like service_years. A lot of developers punt and always use 4...
May 8, 2014 at 7:11 am
Usually when we interview candidates, the recruiter has already required them to complete a standard technical assessment exam and HR has qualified them based on their education and visa status....
May 6, 2014 at 8:16 am
homebrew01 (5/5/2014)
May 6, 2014 at 7:54 am
Sorry - you were wrong
Correct answer: TinyInt
Explanation: There are four data types that are integer/exact number: bigint, int, smallint, and tiny int. The ranges of...
May 6, 2014 at 7:15 am
aajavaherian (5/5/2014)
If Linda changes her name, couldn't you just query her name and update the table with an update statement?
That's one the biggest database design mistakes. First, there are a...
May 6, 2014 at 6:49 am
Viewing 15 posts - 4,516 through 4,530 (of 6,026 total)