DTX_TEMPDB

About this task

By default, the database adapter creates temporary stored procedures in the tempdb database. If you decide to use this default database, your database administrator should create a SQL script to be executed upon server startup, granting create and execute procedure permissions. If you decide to change this default database, you can set the DTX_TEMPDB environment variable to another database. For example, if you set it to mytmpdb, the database adapter will create temporary stored procedures in mytmpdb.