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.
COPY TO question
July D
1
Reputation point
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
Sign in to answer