YAFLogo

Josemario
  • Josemario
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Hi!

In the past, I read this was solved. Now it is back:

Version: lastest from SVN!

Thanks!

FILE:

mssql/tables.sql

ERROR:

Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.

The statement has been terminated.

STATEMENT:

if exists (select top 1 1 from syscolumns where id = object_id(N'[dbo].[yaf_Active]') and name='IP' and prec < 39)

alter table [dbo].[yaf_Active] alter column [IP] varchar(39) not null

Sponsor