Viewing 3 posts - 301 through 303 (of 303 total)
thatok (5/14/2008)
The column headcount does not have a field called transfares, It only has two fields called 'transfarein' and...
May 14, 2008 at 9:53 am
#815338
adrian_townsend (5/7/2008)
Currently I have a query where the natural order when run has Record...
May 9, 2008 at 6:41 am
#812992
Jeff Moden (4/29/2008)
--===== Create a table to demo with
DECLARE @DemoTable TABLE (IPAddr VARCHAR(15))
INSERT INTO @DemoTable (IPAddr)
SELECT '192.168.215.1' UNION ALL
SELECT '192.168.23.1' UNION ALL
SELECT '192.168.5.1'...
April 30, 2008 at 8:38 am
#809081