install errors SQL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
i use the nopCommerce_createDatabase on the install page and also tried on the sql management studio.
i get many errors

anyone? please
Hace 13 años
Please post the errors messages that you are getting.

P.S: Have you tried installing it using install.aspx page ?
Hace 13 años
thank you for the quick reply.

i have tried both, the install.aspx and run the nopCommerce_createDatabase.sql on the ms sql server management studio.
in both i get the same error  Incorrect syntax near '('.
it seems that the next line is the problem:
WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON, FILLFACTOR = 80) ON [PRIMARY]


I also get an error for the sql max
[varbinary](max) NULL,
it does not recognize the max


thanks again

hezy
Hace 13 años
Download a fresh copy of nopCommerce and then try installing the database.
Hace 13 años
last copy downloaded yesterday
Hace 13 años
It seems like you are using an older version  of sql server. Are you using SQL Server 2000 ?

FYI: NopCommerce requires SQL Server 2005 or above
Hace 13 años
thank u, it was 2000 so i have moved to 2005
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.