Archive

Archive for November, 2009

Eve online dominion SQL dump

November 29th, 2009

Limit function in MSSQL 2000

November 28th, 2009

Since there is no real limit functionality in MSSQL 2000 , getting a selection of records can be somewhat difficult. Well, here’s a solution to get a number of records that works like the “limit” function that can be found in MsSQL

SELECT col FROM (
   SELECT top 50 * FROM (
      SELECT top 200 * FROM tbl1
      WHERE col > 1 ) ORDER BY col
   ) AS newtbl1 ORDER BY coldesc
) AS newtbl2 ORDER BY col ASC

Note that there is a similiar limit function in MSSQL 2k5 called “rownumber” which makes returning the desired results a lot easier. ;/

HappyFace Retarded code , , , , , ,

We must find and we must destroy the cock!?

November 28th, 2009

Burger in a can

November 28th, 2009

No matter how good it looks, I bet it tastes like shit. Anyone tried?

HappyFace Retarded posts

Eve online dominion features page

November 28th, 2009

Dominion, the latest free expansion for eve online will be out in december 1st. Check out the changes here: http://www.eveonline.com/dominion/features.html

HappyFace Retarded posts , ,

Flash quake

November 27th, 2009
Quake Flash, Enjoy!

HappyFace Retarded posts ,