Viewing 15 posts - 241 through 255 (of 406 total)
I am not talking about licensing cost, I am talking about the cost in IT work hours. If you want to minimize the labor cost of upgrades, then upgrade with...
November 23, 2015 at 11:07 am
Wow, this is a fantastic article, suitable for framing in the management conference room.
November 23, 2015 at 10:30 am
The longer you put off an upgrade, the more the upgrade will cost. If the system is viable in the future, upgrade it.
November 23, 2015 at 9:35 am
In terms of shrinking the budget, I would advise the non-profit to focus more effort on fundraising.
November 20, 2015 at 6:23 am
I only use SQL Server Express for desktop or workgroup applications. If you implement in enterprise production, I suspect that you don't know what you are doing. Windows Scheduler is...
November 19, 2015 at 12:07 pm
Great article Steve and the comments on this thread are fantastic.
My consultant advice about *ux: If you have onboard Unix staff, consider it, otherwise no. The reason has nothing to...
November 19, 2015 at 7:38 am
Management bears complete responsibility for ethics. Any notion that they do not is preposterous.
November 16, 2015 at 8:48 am
Other client: I need to know which objects are not inactive. You can make the display text say any dang thing the client wants to see. That doesn't mean you...
October 28, 2015 at 3:58 pm
print CAST('True' as bit)
print CAST('False' as bit)
October 28, 2015 at 12:17 pm
IsActive strongly implies a Boolean, use the right datatype for the data without exception, I don't care how much storage on disk. If the datatype has multiple valid values, it...
October 28, 2015 at 9:22 am
Programmers who ignore their DBA consultants are idiots.
October 26, 2015 at 9:07 am
0 = True is not just dumb, it is malicious. I want programmers like this far from my team.
October 26, 2015 at 7:28 am
On my quantum server, the bit can be both 0 and 1 at the same time.
October 23, 2015 at 1:28 pm
Positive only, for readability. Is means the column is a bit.
October 23, 2015 at 9:59 am
I guess my experience has changed the way that I evaluate workplace problems. I used to be unhappy that the system was a piece of junk and nobody in management...
October 16, 2015 at 9:46 am
Viewing 15 posts - 241 through 255 (of 406 total)