Viewing 4 posts - 1 through 5 (of 5 total)
Well, there I go posting before thinking things through fully. Turns out that I could use:
SELECT
...
LEFT(DATENAME(mm, '2003-' + datafield + '-01'), 3) AS MonthName,
...
to get what I want. Still seems...
October 10, 2003 at 9:05 am
quote:
Just wondering.... do you really have to have tables for each month? How about just one table and either:a) queries that...
September 12, 2003 at 6:45 am
Robert,
I, too, found this to be a great "Best Practices" article on SP development. Allow me to add my voice to those who would be interested in reading your take...
September 3, 2003 at 12:51 pm
Viewing 4 posts - 1 through 5 (of 5 total)