Collections:
Configuring ODBC Connection and DSN for SQL Servers
A collection of 13 FAQs on connecting SQL Server via an ODBC DSN setting. Clear explanations and tutorial exercises are provided on creating new DSN with the SQL Server ODBC driver; starting SQL Server Browser Service; enabling TCP/IP protocol on SQL Server; verifying TCP/IP port numbers; testing ODBC DSN settings with MS Access. Topics included in this collections:
What Is ODBC (Open Database Communication)?
Adding a New DSN with the ODBC Driver for SQL Server
Defining the Name and Server for a new DSN
Providing Login Information for a New ODBC DSN
Getting "Connection failed" Error on ODBC DSN Creation
Requirements on SQL Server Network Connections
Starting SQL Server Browser Service
Enabling TCP/IP Protocol on a SQL Server
Verifying the Port Number of the SQL Server
Configuring ODBC DSN with Different Port Numbers
Configuring and Testing ODBC DSN Settings
Please note that all answers and tutorials are based on SQL Server 2005 Express Edition and Windows XP. To follow tutorial exercises in this collection, you need to use test tables created from previous tutorial collections.
⇒ What Is ODBC (Open Database Communication)?
✍: Guest
2024-08-14, 2962🔥, 0💬
Popular Posts:
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...