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, 1315🔥, 0💬
Popular Posts:
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...