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, 2614🔥, 0💬
Popular Posts:
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...