How To Connect to a SQL Server 2000 Named Instance with JDBC (313225)
The information in this article applies to:
- Microsoft SQL Server 2000 Driver for JDBC
- Microsoft SQL Server 2000 64 bit (all editions)
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q313225 SUMMARY
Microsoft SQL Server 2000 supports multiple instances of the SQL Server database engine that run concurrently on the same computer. The following are the two types of SQL Server database engine instances: default and named. There can only be one default instance that runs on any computer, and it is identified by the name of the computer on which the default instance runs. The computer name and instance name are typically specified in the following format:
computer_name\instance_name
To connect to a named instance through the Microsoft SQL Server 2000 Driver for JDBC, you must specify the port number that is associated with the named instance, instead of the name of the named instance as shown earlier.
Modification Type: | Minor | Last Reviewed: | 7/2/2004 |
---|
Keywords: | kbHOWTOmaster kbJDBC kbSystemData KB313225 kbAudDeveloper |
---|
|