|
File name
|
Purpose
|
|
wsl_bcp_out.bat
|
Windows batch file used to run all the bcp table exports
|
|
wsl_bcp_out.err
|
Errors from the bcp export of each table
|
|
wsl_bcp_out.log
|
Log file of the bcp table exports
|
|
*.bcp
|
Each metadata table is stored with a .bcp extension. This is the export of each table.
|
|
wsl_bcp.par
|
Parameter file for the export. Contains an entry for each meta table to be exported. Unused by SQL Server.
|
|
wsl_bcp.drp
|
Command file for dropping all metadata tables. (Used in the restore prior to a reload).
|
|
wsl_bcp.pro
|
A file containing each procedure stored in the metadata.
|
|
wsl_bcp.seq
|
Unused by SQL Server.
|
|
wsl_bcp.dbl
|
Command file for the rebuild of all the linked servers. Used during the restore.
|
|
wsl_bcp.bld
|
Basis of the command file that will be used to restore the metadata. This file is modified to include the target directory prior to restore.
|