Viewing 15 posts - 361 through 375 (of 515 total)
Sean Redmond (12/17/2015)
December 17, 2015 at 7:02 am
It's all very well to say you should keep up with changing SQL Server stuff, but the reality for many of us is our companies either refuse to replace a...
December 15, 2015 at 8:47 am
The editorial mentions revoking and reissuing keys for TDE.
To my knowledge that isn't possible. It's not like message exchange, when you encrypt the whole disk you're talking about gigabytes...
December 14, 2015 at 7:12 am
Programmers in general (and developers especially) are NOT "software engineers". We are craftspeople. Development is not an engineering discipline (for all it's based on mathematics) it's an art. Anyone who...
December 10, 2015 at 6:31 am
Andrew..Peterson (12/1/2015)
Steve Jones - SSC Editor (9/14/2015)
hakim.ali (9/14/2015)
robert.sterbal 56890 (9/14/2015)
So is this an area Red-Gate is trying to determine if they can do another ingenious solution?Great question. Red-Gate: are you?
No,...
December 1, 2015 at 8:40 am
Disclose to the vendor, then disclose to the public at some later time, using 3 months.
Vehicles are no different in principle. Recalls happen, and a security fix demands a recall....
November 2, 2015 at 9:39 am
Interesting topic.
Personally, I favor putting business logic in the database. As someone already pointed out changing business logic (which is tragically seldom logical or stable) is easier to do safely...
October 16, 2015 at 6:54 am
Matt Miller (#4) (9/28/2015)
September 28, 2015 at 2:37 pm
TDD is one of those subjects I'm torn on. On the one hand it is unequiocally a good idea, of COURSE you want to test everything!
On the other hand, as...
September 28, 2015 at 8:34 am
Are we actually sure NVarchar(255) searches are inefficient? Since string comparisons are left to right the first 5 (certainly the first 10) characters would almost certainly eliminate the vast majority...
September 24, 2015 at 6:59 am
Lynn Pettis (9/14/2015)
I have seen commented code where the comments just got in the way and provided no valuable information beyond what was already there in the code itself. ...
September 15, 2015 at 7:21 am
Hate to be argumentative, but such zen code is the sound of one hand clapping...
September 14, 2015 at 2:14 pm
Rod at work (9/14/2015)
September 14, 2015 at 8:47 am
That's what's really important; you need to use the system and track your code. It's frees you as a developer, allowing you to clean up your code, remove excess comments,...
September 14, 2015 at 7:36 am
hakim.ali (9/11/2015)
September 11, 2015 at 8:16 am
Viewing 15 posts - 361 through 375 (of 515 total)