Viewing 3 posts - 1 through 3 (of 3 total)
Hi Jeff,
Ik don't understand the BuildTestHierarchy stored procedure.
In my database I get the Employee table, but I don't see any column of type hierarchyid.
Do I have to do some additional...
December 2, 2011 at 1:48 am
#1415745
Although you will find views, rules, defaults, etc. with the word "order" in them, you may not find ALL views, rules, etc. with the word "order".
For larger objects the text...
December 2, 2010 at 2:15 am
#1257754
Another variaton, using the MONTH function:
SELECT [Month] = DATENAME(mm,SomeDateTime),
Amount = SUM(SomeAmount)
FROM #MyHead
WHERE SomeDateTime >= '2010'...
November 15, 2010 at 2:50 am
#1250597