Collections:
Defining the Name and Server for a new DSN
How To Define the Name and Server for a new DSN?
✍: Guest
Continuing from the previous tutorial, on the first screen
of the "Create a New Data Source to SQL Server" wizard,
you should enter 3 fields: Name, Description, and Server as suggested below:
Name: FYI_SQL_SERVER Description: FYIcenter.com SQL Server Server: LOCALHOST
Note that the name and description can be decided by yourself. But the server must be the network machine name where the SQL Server is running. In this example, LOCALHOST is the machine name for your local system.
Click Next and continue with the next tutorial to finish up creating a new DSN.
⇒ Providing Login Information for a New ODBC DSN
⇐ Adding a New DSN with the ODBC Driver for SQL Server
2024-08-06, 2490🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
What Is an Oracle Tablespace in Oracle? An Oracle tablespace is a big unit of logical storage in an ...
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...
What Happens If the UPDATE Subquery Returns Multiple Rows in SQL Server? If a subquery is used in a ...