SQL Server installation provides you
two options while installing on any machine.
- SQL Server Default instance (MSSQLSERVE )
- SQL Server Named instance (MachineName\sqlserverinstanceName)
SQL Server installation will accept
default instances as MSSQLSERVE and there can only be ONE default instance on
one machine. If you have to install more than one instance of SQL server on a
single server, you will have to install named instance, there is no such limit
on named instances, however you want to consider how each instance will consume
the resources on your machine.
You can connect to SQLSERVER default
instance using just the machine name that sql server default instance is
installed in using multiple client tools such as management studio or sql connect
client etc. OR you can use “.” A dot which means, point me to the default SQL
Server instance.
Method 1 - Connecting to Default SQL Server instance
|
Method 2 - Connecting to Default SQL Server instance Using "." |
You can connect to named instance using machine name\SQLServerInstanceName i.e. SQLDEV\Aamir
Method 1- Connecting to SQL Server Named Instance |
Method 2 - Connecting to SQL Server Named Instance using IP address and InstanceName |
so what is the answer?
ReplyDeleteyou can find it by googling it LOL!!! I was just asking the same question.
ReplyDeleteAnswer: An instance is a collection of databases and other objects which allows applications and users
to acquire data.
I cant see images. Can you please tell me how we cab load it on page?
ReplyDeletenice stuff
ReplyDeleteAn instance is a complete installation of SQL Server.
ReplyDeleteThank you
ReplyDeleteCopy of sql sever and create 50 copy (instance)
ReplyDelete