Viewing 15 posts - 1,531 through 1,545 (of 6,041 total)
April 14, 2017 at 4:46 pm
April 14, 2017 at 4:40 pm
Every table should have a primary key from the start; that's a given. Beyond that, I add indexes only when unit testing, QA, or post-deployment reveals the need for performance...
April 14, 2017 at 10:03 am
April 14, 2017 at 9:18 am
April 14, 2017 at 7:37 am
... There is a report for that database downtime averages $7900/minutedatabase downtime averages $7900/minute. My guess (if that's true), is that we have something other than a normal distribution....
April 14, 2017 at 7:24 am
Regarding this scenario, where a natural primary key would be composed of more than a handful of columns; in the past I've approached this by implementing a computed column on...
April 14, 2017 at 6:51 am
April 13, 2017 at 8:40 am
If you want to know how much your personal data is worth, then ask your cell phone or internet service provider; they could give you the exact dollar amount they...
April 12, 2017 at 2:12 pm
Oracle has this special built-in table called DUAL containing (1) row and a single column called DUMMY with a value of 'X'. Because Oracle doesn't support using a SELECT statement...
April 12, 2017 at 1:46 pm
April 12, 2017 at 12:01 pm
Microsoft should simply add a system tally table to SQL Server.
April 12, 2017 at 11:31 am
I'm assuming we're talking about an OLAP or data warehouse type database here. Regarding the issue of where to contain the Event Description column, I can't say for certain unless...
April 11, 2017 at 3:01 pm
<sarcasm> C #8 Chip. Some employers are implanting their employees with tracking chips, which not only increases the employee's sense of safety and self worth but also let's them know...
April 11, 2017 at 9:04 am
I'm a lot more productive, and I can even code faster with fewer defects, when I have I have a clear set of specifications to work from. Lack of clarity...
April 11, 2017 at 7:51 am
Viewing 15 posts - 1,531 through 1,545 (of 6,041 total)