Skip to content
Scripts and HOWTOs
Scripts and HOWTOs
  • GNU/Linux
  • MSSQL
  • MySQL
  • XML
  • PowerShell
  • MSWin
  • README
  • About
Scripts and HOWTOs
Scripts and HOWTOs
  • Category Index
  • Privacy Policy

MSSQL Quick Copy Table

2014-02-28 2015-04-01 / MSSQL Server / Copy, Insert, Table / By Tim van Kooten Niekerk

Quickly duplicate a table with the following query.

SELECT * INTO newtable FROM table
Post navigation
← Previous Post
Next Post →

Related Posts

MSSQL JOIN Selection Queries

MSSQL Server / By Tim van Kooten Niekerk

MSSQL Create Unique Constraints

MSSQL Server / By Tim van Kooten Niekerk