sql server - Can default SQLServer instance name be empty string? -


can default sqlserver instance name empty string? client argues has ".\" server\instance name. there 2 kinds of instances: default , named instance , seems logical not named has no name. msdn says: default name mssqlserver.

as stated, msdn state default instance name mssqlserver. states instance name does not need specified default instance make connection.

so answer question, default instance name isn't empty, but reference can be. reference using server / pc name.

more info related default , named instances can found here.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -