Viewing 15 posts - 3,031 through 3,045 (of 3,220 total)
jcb (2/13/2012)
GSquared (2/10/2012)
...My point is simply that protecting the code when it's on their server is impossible. Can't be done
...
Sure, even a hardware token can be cracked.
The only way to...
February 13, 2012 at 3:35 am
As a developer, I often attempt to follow best practices for developing against/using databases, however, it is rarely within my remit to configure or maintain a database. In fact usually...
February 10, 2012 at 1:56 am
Revenant (2/9/2012)
TravisDBA (2/9/2012)
February 10, 2012 at 12:25 am
I have always seen my job as a programmer more akin to an enabler. I haven't always described it in those terms but always with the same meaning. I would...
February 9, 2012 at 3:34 am
I have worked freelance since the last millennium...oh ok 1999. Anyway, I have dealt with many people running their own companies, working freelance, temps and permanent employees. The ones who...
February 8, 2012 at 1:23 am
cengland0 (2/6/2012)
GSquared (2/6/2012)
February 6, 2012 at 7:39 am
cengland0 (2/3/2012)
jcb (2/3/2012)
I dislike using dynamic SQL but for .net I sugest using @String sqlcode = @" /*this
ill keep
the break lines
no need to fancy concatenations */
select *
from
mytable
where
myfavoritesqlresource = 'SSC';
";
😎
I...
February 6, 2012 at 5:39 am
cengland0 (2/3/2012)
tsceurman (2/3/2012)
February 3, 2012 at 9:41 am
Uppercase was just convention as opposed to a compiler requirement.
February 3, 2012 at 6:12 am
jcb (2/3/2012)
I find funny when someone complain about by *= versus explict outer join and stills write code in upper case and complains about lower case.<Snip />
Casing of SQL is...
February 3, 2012 at 5:54 am
Working as a freelance developer for over a decade I have worked for differing sized clients from multinationals to small local companies where you can keep your shoes on and...
February 3, 2012 at 5:51 am
I agree with davidandrews13 that it is a preference thing, however, there is plenty of empirical evidence that states that the smaller element of code should appear before the larger...
February 2, 2012 at 10:06 am
Let's face it, until there is a BIG effort for SQL standardisation there will not be portable SQL. Of course the "our syntax is better so lets all standardise on...
February 2, 2012 at 9:29 am
Rod at work (2/2/2012)
February 2, 2012 at 9:23 am
Gazareth (2/2/2012)
Gary Varga (2/2/2012)
I totally understand that. Following reading the article, if I was part of designing the SQL as a new language then with the old 20:20 hindsight I...
February 2, 2012 at 5:39 am
Viewing 15 posts - 3,031 through 3,045 (of 3,220 total)