Viewing 7 posts - 1 through 7 (of 7 total)
Have any of you realized that the four-digit year is only good for another 7978 years? Better get ready.
Is that going to be their Y2K dilemna?
February 11, 2022 at 4:45 pm
I tend to overestimate when designing table schema and using varchar or nvarchar if it's not max. So I agree Steve, that if I have an invoice column and the...
February 11, 2022 at 4:33 pm
Lynn,
That worked perfectly. Hours spent trying to do this to have you solve it in seconds. I guess that is why I am posting in the newbie section!
I will create...
June 8, 2012 at 2:52 pm
What originally happened was the current table was updated without using the proper join constraint, this wiped out all of the records in one of the columns.
Right after that, the...
May 8, 2012 at 11:38 am
I'll try to be more clear:
We have a table, lets call it Automobiles. We also have a backup table of Automobiles before it was modified, called AutoB. In both tables,...
May 8, 2012 at 10:59 am
Maybe my intuition was wrong, but my thought process was:
1. If I query two tables for their non blank columnZ, and tableA has 883 more non rows of that non...
May 8, 2012 at 10:33 am
These are excellent. I'm a bit embarrassed two of these were on this site. I'll search more next time. Thanks!
April 10, 2012 at 1:29 pm
Viewing 7 posts - 1 through 7 (of 7 total)