Viewing 15 posts - 196 through 210 (of 322 total)
I have learned that if Gail says it, it must be true.
So when I trip over something she says, I worry that I am misunderstanding something. She said:
"It's not...
April 11, 2008 at 6:07 am
I bought and installed XP Home Edition on my Wife's new MacBook using VMWare Fusion, and have been delighted with the ability of the XP partition to function exactly as...
April 10, 2008 at 5:00 am
I share your pain. I've forgotten more programming languages than most have ever learned, but SSIS simply befuddles me; I guess I am just too old fashioned to have ever...
April 4, 2008 at 5:35 am
Very good! Thank you.
I was waiting for someone to address the fact that nulls are grouped together by a group by clause -- a special case exception to the "null...
April 4, 2008 at 4:33 am
Re (from the example):
"alias that derived table with the name 'NewestVehicle' ".
I would have thought that the derived table alias was 'MaxVehicles'. Am I missing something?
April 2, 2008 at 4:44 am
Re ODBC connection set ups -- I have been stumbling over the phrase "dsn-less connections" from Google searches, and suspect they might be the key to not having to define...
April 1, 2008 at 12:57 pm
The "$" is appended to tab names. If you have Sheet1 without a $ is probably means that you have a range name defined as Sheet1 also. I have stumbled...
April 1, 2008 at 5:07 am
Having just gone through 11 (enlightening) pages of this thread, I hope I just have not missed the answer to my question:
Since nulls will group together in a group by...
March 28, 2008 at 12:52 pm
Yup, that was your comment -- I was hoping that you might see the new thread and reply. (I didn't want to take the original thread so far off topic.)...
March 21, 2008 at 8:33 am
RE CTEs. I love them and use them, but I had gotten the impression that they too were a MS nonstandard extension. Are they part of the SQL standard and...
March 14, 2008 at 7:45 am
Consider converting from push to pull mode.
1. Let your user's workbook's data get pulled using an external query to the database -- the workbook knows what version of Excel it...
March 14, 2008 at 5:48 am
Excellent! Both the article (thanks Jeff) and the comments (thanks Hugo.)
This is the beauty of public forums; none of us know more than all of us!
March 14, 2008 at 5:24 am
You should be able to if you remove the spurious ")" after your select list.
March 12, 2008 at 5:42 am
After you pick a more reasonable starting data than 10000BC, give some serious thought to using something other than a loop to evaluate which years are leap years -- you...
March 12, 2008 at 5:38 am
I would not be that quick to discard MS Access as a potential tool.
1. It's much more accessible to a not-yet-technical user, and makes the data much more accessible to...
March 12, 2008 at 5:26 am
Viewing 15 posts - 196 through 210 (of 322 total)