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, 2804🔥, 0💬
Popular Posts:
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
Where to find answers to frequently asked questions in general areas of Microsoft SQL Server Transac...
How to check if two JSON values have overlaps using the JSON_OVERLAPS() function? JSON_OVERLAPS(json...
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...
Where to find answers to frequently asked questions on Conditional Statements and Loops in SQL Serve...