I don't think so. Actually it's a test db so there is no password for sa account. Here is my inputs in 'configure database' step:
----------------------------------------------------------------
configuration option: create new database
DBA login option: Server authentication using the Login ID and password
loging ID: sa
Password: null (click 'connect...' without error returned)
database login options
login id: innovator
password: innovator
database option
database template: Innovator Solutions
database name: InnovatorSolutions
click 'configure database', then error comes out.
------------------------------------------------------------
The MS SQL error message, Invalid column name: 'NAME', seems to be more likely SQL problem, not dba privilege. Is it possible I can investigate the running SQL statement?
Thanks.