When executing the following (complete) SQL query on Microsoft SQL Server 2000:
SELECT B.ARTIFACTTNS, B.ARTIFACTNAME, B.ARTIFACTTYPE, B.INITIALBYTES, B.TIMES
Are you listing the complete query? Perhaps you have also ORDER BY clause - that could cause that problem
I would support Dave on that that there should be no problem with the posted query