Viewing post 1 (of 1 total)
Okay, corrected the code for SQL 2008 (at least this is what worked for me).
/* create the basic table structures needed */
CREATE TABLE [X_DIMENSION]
( [LOC] [int] NULL ,...
November 4, 2008 at 10:40 am
#893765