Viewing 3 posts - 1 through 3 (of 3 total)
When I enter that it says 'net' is not a recognized as an internal or external command.
But I have done further research and I think that you are on...
December 8, 2005 at 5:29 am
#608376
There are several issues to consider here:
1) Does the developer have rights to use the debugger? None of the...
July 9, 2004 at 6:21 am
#514054
If you are trying to get the 5th greatest number in the list how about this?
declare @Answer int
select distinct top 5 @Answer = Number from nMaxMin order by Number desc
select...
November 21, 2003 at 7:44 am
#483088