This is my connection string.
Data Source=.\MSSQLSERVER2012; Initial Catalog=admissio; Integrated Security=False; User ID=amedb; Password=*******; server=66.7.223.250;
I am trying to connect to a database but I'm unable to do so. Also I changed Data Source=66.7.233.250,8880; or server=66.7.233.250:8880; or server=66.7.233.250,8880;
Is any other way to connect database?
serverat all, when you ask to connect to a local database? Are you trying to connect to a named instance calledMSSQLSERVER2012on your local machine or a database on a remote server with IP66.7.233.250?Settingstab and edit it. This will display the connection dialog box that allows you to pick server, database, user and test the connectionData Source=andserver=at the same time - these are synonyms - you need to use one or the other - but not both together