We are trying to update from GP10 to GP2010 - once the Utilities starts the update on the Dynamics Database.
CREATE TABLE [dbo].[syCompanyImages]( [RELID] [int] NOT NULL, [BinaryBlob] [varbinary](max) NOT NULL, CONSTRAINT [PK_syCompanyImages] PRIMARY KEY NONCLUSTERED ( [RELID] ) ON [PRIMARY], ) ON [PRIMARY]
- Click on OK - here is the second error
ERROR [Microsoft][SQL Server Native Client 10.0][SQL Server]Line 1: Incorrect syntax near 'max
There are a couple of notes in the system on the CompanyImages message but I do not find a solution to the problem.
*This post is locked for comments