blagrants.blogspot.co.uk - Blag's bag of rants

Example domain paragraphs

My Rants related to SAP, Scripting Languages, Technologies and everything else I wanted to talk about...

CREATE COLUMN TABLE "I830502"."VECTOREYES"( "TIMESTAMP" LONGDATE CS_LONGDATE NOT NULL, "VECTOREYE" CLOB MEMORY THRESHOLD 3000, PRIMARY KEY ( "TIMESTAMP" ) ) UNLOAD PRIORITY 5 AUTO MERGE; For the primary key I used a TIMESTAMP basically because if something happens in terms of connection there would be no primary key clashes… The next table will be called “VECTORCOMMAND” and will hold…the commands that will send to Vector… CREATE COLUMN TABLE "I830502"."VECTORCOMMAND"( "NID" INTEGER CS_INT, "COMMAND" NVARCHA