Generate script in SQL Server Management Studio

Here what you have to do:

  1. right click the database (not the table) and select tasks –> generate scripts
  2. Next –> select the requested table/tables (from select specific database objects)
  3. next –> click advanced –> types of data to script = schema and data
  4. next and finish

Leave a Comment