Viewing 2 posts - 1 through 2 (of 2 total)
Hi all,
I managed to track down the error to a simple mistake in the syntax of the order by clause. I was ordering by TF-IDf, but both TF and IDF...
March 3, 2009 at 10:08 am
#952552
Many thanks for your reply,
The following the database script for the table.
USE [db1]
GO
/****** Object: Table [dbo].[TArticleTokens] Script Date: 03/03/2009 17:14:51 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE...
March 3, 2009 at 9:18 am
#952494