Received an error message when creating the FlexiCapture11 database on a SQL2012 database server. "Must declare the scalar variable '@dateFrom' ." This appears to be while the database stored procedures are being installed. Many tables and stored procedures are successfully created, including several procedures that contain the variable @dateFrom. Alphabetically, the stored procedures that are successfully installed are: All_Cleanup through Role_Update.
Comments
2 comments
Hello,
Please make sure that your SQL Server is not case-sensitive.
That worked. Thanks!
Please sign in to leave a comment.