Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method performs the bulk copy of the physical name of the table to the temporarly created table.
Syntax
public void bulkCopyToTemp(str physicalTempDBTableName)
Run On
Server
Parameters
- physicalTempDBTableName
Type: str
Name of the physical temp table.
Exceptions
| Exception | Condition |
|---|---|
| Error | Throws error if fail to copy the data to the temporary table. |