Viewing 15 posts - 1,126 through 1,140 (of 1,353 total)
I used union queries to populate my combo boxes so that the value of "left arrow (the sign won't show up in the post) All right arrow "). By...
June 13, 2008 at 1:56 pm
Trying to compare each value in every record to that currently in the table is agonizing for the cpu and extremely low performing.
While I agree there can be something...
May 27, 2008 at 1:52 pm
I agree. You seem to have a good understanding of the level of granularity, which is the fundemental concept to proper OLAP design. Without the data, I can't...
May 27, 2008 at 11:00 am
I don't have a chance to do interviewing now, but at my previous company we had a test that had a few multiple choice questions, but was mostly free form....
May 27, 2008 at 9:27 am
Most of the time, we're perfectly happy with case-insensitive, accent-insensitive searches. The difference between upper and lower case (Majuscule and Minuscule) in the European languages are more accurately described as...
May 20, 2008 at 11:10 am
Triggers are great for maintaining data integrity when it can't be maintained through the normal means. Here, however, you have a very easy way to use standard data constraints....
May 16, 2008 at 5:53 am
I sympathize. The fact is that several things are easier in Access than SQL. It also sounds like you have unrealistic management expectations.
I don't know if they'll have...
May 13, 2008 at 7:17 am
As for the comment about European languages not having a semantic difference between upper and lower case letters... in German the noun is always capitalized... I don't know enough German...
May 12, 2008 at 2:50 pm
C'mon. I've seen VB front ends with Access back ends, and they work, but we're talking about what works best, not what just works. With an Access backend,...
May 2, 2008 at 12:10 pm
Not true in a general sense, as long as you don't have issues with user's not having Access licenses then Access can be better than VB (and other languages). Depends...
May 2, 2008 at 9:46 am
I'll be re-writing/re-designing the front-end in VB if that's a help.
That's good. Access front ends to access an Access database works well, but VB is a much better front...
May 2, 2008 at 8:57 am
Although a dimension table should have a surrogate key to facilitate the join with the fact table, there should be a field or combination of fields that can't be repeated...
May 2, 2008 at 8:53 am
If you use even a tinyint, you are still forced to make a join that wouldn't otherwise be necessary. Making no join is surely faster than making a tinyint...
May 1, 2008 at 8:01 am
In the example above, the four tables I showed with a natural key have 3, 17, 12 and 9 rows respectively. When I got here a year ago, the table...
May 1, 2008 at 6:51 am
I don't who RonKyle is arguing with, but it is not me. I never proposed using SSN (or any country's equivalent) as a Primary Key. In fact, I first mentioned...
April 30, 2008 at 2:35 pm
Viewing 15 posts - 1,126 through 1,140 (of 1,353 total)