Viewing 5 posts - 1 through 5 (of 5 total)
try this...
select C.* from Categories C
left join Categories S ON S.CategoryID=C.MainCatID
order by isnull(S.CategoryName , '') + C.CategoryName
February 7, 2006 at 12:09 am
My team uses the osql tool to solve this problem.
OSQL is a command line too which allows you to execute, among other things tsql scripts.
the parameters included in my...
October 24, 2005 at 1:17 am
My team uses the osql tool to solve this problem.
OSQL is a command line too which allows you to execute, among other things tsql scripts.
the parameters included in my...
October 24, 2005 at 1:03 am
WTF does this question have to do with anything SQL related?
Stupid Stupid Question IMHO.
October 5, 2005 at 11:36 pm
Viewing 5 posts - 1 through 5 (of 5 total)