Viewing 15 posts - 1,216 through 1,230 (of 4,081 total)
Good for you, Robert, and thanks for letting us know that you have a solution now. Good luck to you in the coming year.
One comment on your...
December 30, 2010 at 3:43 pm
CTE is short for "Common table expression", which is an alternative to using a subquery. The CTE is not a temporary table; it produces a result set...
December 30, 2010 at 1:21 pm
(1) You must ensure that the second query (following the UNION ALL) produces the same number of columns as contained in the temp table, even if that means forcing...
December 30, 2010 at 1:17 pm
Now I want a last row called Aantal which gives in 1948: 2, 1949: 3 etc., which stands for the number of competitions that year (so counting the not NULL...
December 30, 2010 at 11:47 am
wilburb (12/28/2010)
December 28, 2010 at 2:43 pm
Jack Corbett (12/28/2010)
Now listening to Jeff's Tally Table session on the PASS Summit DVD. Now I have a voice to put with his posts.
Jeff has a GREAT speaking voice.
December 28, 2010 at 2:40 pm
I understand. You are showing wisdom by rethinking the process while you can. Best of luck to you in the new year.
December 28, 2010 at 1:45 pm
No problem. Thanks for letting us know it's working now. Best of luck to you.
December 22, 2010 at 4:25 pm
I'm afraid I'm not going to be much help. I built and populated the table using your scripts and then ran the original calls to the...
December 22, 2010 at 3:43 pm
Congrats Paul and Gail and Merry Christmas everyone !
December 22, 2010 at 1:26 pm
And who deserves the credit?
And who deserves the blame?
December 22, 2010 at 1:25 pm
Please post the schema of the LOGSHEET.dbo.boundary table, and a script to populate a few sample rows and I can have a look at this tomorrow.
December 21, 2010 at 11:40 pm
tfifield (12/21/2010)
December 21, 2010 at 4:27 pm
Viewing 15 posts - 1,216 through 1,230 (of 4,081 total)