Skip to end of banner
Go to start of banner

Create a back-up of a selected table

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Description

This SQL statement will provide you a backup of a selected fields and table.

Keywords

Back-up

Category

Misc SQL satements

Description

This can be used when you are to do a larger change in a Produciton database and you want to have a backup of the affected tables in case something goes wrong, or just for look-up purposes of previous values before an update or deletion.

Selection

Select * into BK_pay_Payroll_20220624
From pw001pay

Other

  • No labels