Create a SQL database connection
You can create a basic database connection to use for configuring SQL service provider statements and procedures.
About this task
Note: You can have 100 database connections with a total of 500 statements.
Note: You can have 100 database connections with a total of 500 statements.
Procedure
- In the navigator, click .
- Click Add Connection.
- In the Name and Description fields, enter a name and description for the resource.
- In the Displays panel, click Database Editor.
- From the Provider drop-down list, select SQL Data Provider.
- In the Connection Details section, select one of the following radio buttons.
- To fill predefined fields, click Simple.
- To enter a user-defined string, click Advanced.
If you selected... Enter... Simple - In the Server field, enter a server name.
- In the Database field, enter a database name.
- In the Port field, enter a port number.
- In the Timeout field, enter time in seconds.
Advanced - A SQL connection string for your database connection.
- From the Authentication drop-down list, select SQL Server Authentication.
- In the User Name field, enter a name.
- In the Password field, enter a password.
- Click Save.