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

MSSQL Quick Copy Table

/ MSSQL Server / By Tim van Kooten Niekerk

Quickly duplicate a table with the following query.

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