sp_post_xpload

Description

Checks and rebuilds indexes after a cross-platform load database where the endian types are different.

Syntax

sp_post_xpload

Examples

Example 1

Once database is loaded from another platform, rebuild its indexes by executing:

sp_post_xpload

Usage

Handling suspect partitions in cross-platform dump and load operations

Permissions

Can only be executed by the system administrator.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

dump database, load database