Can you connect to the SQL instance via SQLCMD?

Try this in Command Prompt (CMD):

sqlcmd -S CC-SQL12\MSSQL -U sa -P SA-PASSWORD

You may also try with (local)\MSSQL or .\MSSQL

Also make sure that MSSQL is the correct instance name, not for example: MSSQLSERVER