Viewing 15 posts - 211 through 225 (of 515 total)
I've never had much use for GUIDs, I much prefer INT identities.
However, I once had a situation that required unique keys across distributed computers, potentially tens of thousands of...
November 24, 2017 at 6:47 am
Oooh, you just hit my berserk button. ๐
First, the initial problem is at the student level. They learn the bare minimum and get kicked out the door. Everybody...
November 16, 2017 at 7:31 am
I also got 8069 in the error message. (Using 2008R2)
November 13, 2017 at 9:10 am
There's a reason they're called monkey suits.
Although the language is dressed up PC-speak ("professional appearance") the truth behind "dress to impress" is purely and simply boasting. "Look at...
November 1, 2017 at 6:47 am
How about "unnormalized" instead of unstructured? As many have said there's really no such thing as unstructured data.
Take Word files, for instance. Word files are *very* structured, it's just...
October 26, 2017 at 9:07 am
Granted, people are patenting software, my point is the patent office is IGNORING the fact software is math. Therefore no software patents are valid by definition.
Of course convincing...
October 25, 2017 at 9:45 am
October 24, 2017 at 9:26 am
The first argument is security, specifically separation of powers.
The SQL Server database is the logical place to do anything that:
1) manipulates the data.
2) needs authorization based on...
October 20, 2017 at 7:20 am
It's really simple.
Software is math.
You can't patent math.
Full stop.
The fact the courts are ignorant of this simple truth has caused an uncountable number of...
October 18, 2017 at 7:15 am
I suppose it depends on both the exact position and the personality of the employee.
You said you had a position that basically left you in isolation, and...
October 17, 2017 at 7:03 am
Automated testing is GREAT for regression testing, especially in an OOP environment.
T/SQL isn't OOP, hasn't heard about OOP and frankly is anti-OOP. Militantly so.
Concerning the "invisible" aspects of...
October 9, 2017 at 6:45 am
I actually like spaces in conjunction with square bracket quoting (of course, to be used consistently for specifical lexical reasons).
On a second note, I see people using camel case a...
September 28, 2017 at 6:56 am
I dunno. Voice is a SEVERELY limited bandwidth channel. It's slow, prone to numerous potential error conditions, and just plain tiring to use for extended periods.
Yes, there are certain...
September 22, 2017 at 6:50 am
One reason to split a table vertically into a 1:1 relationship is when you don't need all the columns of a table to be used together. A good example might...
September 20, 2017 at 8:41 am
Viewing 15 posts - 211 through 225 (of 515 total)