Creating the DataSplice Views on SQL Server
Executing the view creation scripts on SQL Server creates the associated DataSplice views. To execute the scripts on SQL Server, follow these steps:
- Log in to SQL Query Analyzer as the database owner or system administrator.
- Open the
DS_Views.tsqlfile. By default, the file is located in theC:\Program Files\DataSplice\Scripts\SQLServerdirectory.
- Once the file is open, click the Run button
to execute the script. The first time the scripts are executed, it is normal to experience the "Can Not Drop" object error.
- These errors occur because the scripts have been set up to drop objects before they are recreated. Since it is the first time running the scripts, there are no objects to initially drop. The scripts will run successfully the first time, even though you may receive this error. If you choose to run the scripts again, which is not required, it should complete without any errors:
After successful completion of the script execution, the appropriate DataSplice views will have been created.
Last modified 2005-07-05 12:11 PM