Issue
Using TOAD with Vista 4.3
Environment
- Vista 4.3
- TOAD
Cause
The release notice for Vista 4.3 recommended the use of TOAD which is a free program that allows users to view and query SQL databases. This can be a very powerful tool to assist in database verification, exploration of the database for creating Crystal Reports, and running scripts.
Resolution
Warning: Care should be taken before making any changes to the SQL database since damage could break Vista
To setup TOAD to work with the Vista database:
- Run Vista Server Setup and check the "SQL Server" tab and write down what is filled into the Instance and Database fields.
- Run TOAD_SS.exe.
- At the Server Login screen select "Add".
- Give your connection a name.
- Select "Use Connection String" and click "Build".
- Select "Microsoft OLE DB for SQL Server".
- Click "Next".
- In section "1" use the dropdown menu to select the Instance name found in Vista Server Setup. Typically the PC name or PC Name\TACVISTA.
- Select "Use Windows NT Integrated Security".
- In section "3" verify that "Select the database on the server" is selected and with the drop down menu choose the database name found in Vista Server Setup. Typically "taclogdata".
- Click "Test Connection" to verify it is working and click "Ok".
- Click "Ok" in the Data Link Properties window.
- Click "Ok" in the Add Registration window.
- Select the line your server was added to and click "Connect".
You should now be connected to the server and you can use the Data Browser window to view the tables, views, procedures, and users of the database among other things. The SQL Editor window will allow you to run queries as well as other administrative tasks. Remember that all changes should be carefully considered before made to avoid breaking the database.