Walks you through the process of creating an ODBC connection to use when completing these tutorials.
- Start the
32-bit ODBC Data Source Administrator. If you need instructions, see
To start the ODBC Data Source Administrator.
- Click the
System DSN tab.
- Click
Add.
- On the
Name list, select the ODBC driver version recommended for your version of Microsoft SQL Server.
Note: For a list of supported Microsoft SQL Server versions, see the
Relational Database Management Systems (RDBMSs) section in the
Supported Operating Systems and Third-party Software topic.
- Click
Finish.
- On the
Create a new Data Source to SQL Server page, type
SQLCLRTutorial into the
Name field. This is the data source name.
- In the
Server field, type
. (dot) to represent your local server; then click
Next.
Here, you can optionally change the default authentication method from Windows authentication to SQL Server authentication.
- To change the authentication method, click
With SQL Server authentication.... (Optional)
- Click
Next.
- Check
Change the default database to; then type
SQLCLR_Test into the accompanying field.
- Click
Next, then
Finish.
- On the
ODBC Microsoft SQL Server Setup page, click
Test Data Source.
- Once the tests complete successfully, click
OK to exit.
- Click
OK to close the
32-bit ODBC Data Source Administrator.