Using Microsoft SQL Server Manager, create a database called IBM RACF_Datasets. Within that database, create a table called Datasets with the following columns:
| Column Name | Data Type | 
| Audit | nchar(100) | 
| Create_Group | nchar(10) | 
| Owner | nchar(10) | 
| UACC | nchar(10) | 
| UID (database key) | nchar(100) | 
Create a connection to this database and table with the ARSS Microsoft SQL Server Connector.
