Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Gemini 4.0.0 and SQLServer 2000

migration

I am unable to upgrade my 3.7.x installation, because the sql script Upgrade_v4-0.sql ends up with a few syntax errors about the keyword MAX and in the upgrade directory is no script suffixed with SQL2000 to execute. Is the SQL Server 2000 support stopped?

maisy
· 1
maisy
Replies (2)
helpful
0
not helpful
ANSWER

Yes, we are no longer supporting SQL 2000. However, you could simply change all nvarchar(max) with ntext and nvarbinary(max) with image to get it to work.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok, i have changed all the fields and it works. Thanks.


maisy
· 1
maisy