Stored Procedure (optional)
The stored procedure will run before every job.
To get access to this option:
- In the Cubes list, select a cube.
- In the navigation bar, click the
Navigation drop-down list and select
Data Sources.
NoteData sources are not accessible to cubes with the In Production checkbox ticked.
- In the Data Sources list, select the data source you want to edit.
- In the navigation bar, click
Data Source and select
Edit Data Source.
- Right-click the middle of the screen and select
Stored Procedure.
NoteYou can also use the navigation bar and click
General to get access to this option.
-
Enter the command for the stored procedure. Typically, the procedure could write into a table or flag certain records that are used by the Data Source Editor.
@LIB_ will adapt to the proper environment at the time of launching the stored procedure, and replace the @LIB_ by the proper database and schema.
-
Click Confirm.