That is the problem, you can't use that setting with MSSQL, it needs to be a connection string to a SQL Server or SQL Express database. SQLite is different because it is a file based database. So the error is because your connection string doesn't even resemble the expected format.
Hope that helps,
Joe