Share via

COPY TO question

July D 1 Reputation point
2022-08-21T12:51:42.72+00:00

Hi All,

I'm trying to copy a Table along with all the records to another identical table with another name.

SELECT einvoice

COPY TO temp

This command only copies the einvoice Table structure to the TEMP table. No records are being copied.

I tried COPY ALL TO temp still no records are being copied.

Thanks in advance !

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.