How to Quickly Create a Copy of a Table using Transact-SQL

How to Quickly Create a Copy of a Table using Transact-SQL

瀏覽:852
日期:2025-06-11
The easiest way to create a copy of a table is to use Transact-SQL. ... Use SELECT INTO to extract all the rows from an existing table into the new table. ... From the Microsoft Press book Microsoft SQL Server 2008 Administrator's Pocket  ......看更多