Viewing 15 posts - 1 through 15 (of 321 total)
On the other hand...
One of the rules of extreme programming was "do the simplest thing that could possibly work."
There is some danger in adding code complexity to anticipate future conditions...
April 27, 2010 at 7:26 am
Ain't it nice! You are right, the folks who contribute here do a wonderful and valuable job. Thanks to all!
April 9, 2010 at 4:59 am
Sounds like you got it to work with a password protected .mdb.
If Darth's suggestion helped ("quick point, you need 3.51 for Access 97") I gotta show my stupidity and...
March 19, 2010 at 7:41 am
Is something preventing you from simply linking to the Access DB as an external linked server? Then you simply work with the Access data as you would after (an unnecessary?)...
February 25, 2010 at 4:52 am
Sorry Gail, but I confuse easily. In the code you posted:
SELECT [Code],
[AsofDate],
[MyValue]
FROM (
SELECT [Code],
[AsofDate],
[MyValue],
ROW_NUMBER() OVER (PARTITION BY Code ORDER BY AsofDate...
February 22, 2010 at 5:38 am
FWIW: One more vote for using a pull approach instead of a push. Simply create views/procs to select the data required, populate the workbook with those external data sources,...
February 19, 2010 at 7:04 am
Thanks Dex, I appreciate your insights.
And, I am now reminded that a promised months ago to post a sample that exhibits the problem I thought I was seeing. I'll tie...
December 22, 2009 at 6:45 am
Thanks very much Lowell -- exactly what I needed!
November 13, 2009 at 7:31 am
Marios Philippopoulos (8/12/2009)
August 14, 2009 at 5:24 am
Mel Harbour (8/11/2009)
Hi all,The spell check should now be fixed....
Mel
Tank ewe!
August 11, 2009 at 12:01 pm
This morning (8/4) the spell check seems to be broken again. I hate to admit how much I rely on this capability, but wish it could be fixed for...
August 4, 2009 at 5:54 am
Jeff Moden (7/31/2009)
… How big are these files? I know you said they've all got 5 columns but how many rows do they typical have? Also, how...
August 4, 2009 at 5:11 am
I find single user mode too restrictive, in that I cant open other SSMS queries, or run, e.g. SSIS jobs. What I really want (guess I am just selfish)...
July 16, 2009 at 11:29 am
peterthorpe81 (7/16/2009)
...so you run into trouble as soon as you want to query the data in the database agaisnt anything not in it....
Excellent point. The fact that so...
July 16, 2009 at 7:03 am
ed (6/12/2009)
SELECT COUNT(Active) AS... June 12, 2009 at 8:19 am
Viewing 15 posts - 1 through 15 (of 321 total)