Any installation of SQL Server is an instance. There are two types of instances. Default instances and Named instances. Any one host computer may have many named instances of SQL Server but only one Default instance can exist. The Default instance of SQL Server does NOT have a name. It is not named the default instance, it just is the default instance. The default instance is accessed by entering in the machine name into the connection. Named instances are named and must be accessed with the instance...