Generate Database Scripts từ Data trong SQL Server

Hướng dẫn Generate Database Scripts từ Data trong SQL Server

Bài hướng dẫn tạo file script sql từ database SQL Server sử dụng công cụ SSMS.

Tại database AdventureWorks2017 dùng để xuất dữ liệu, chọn Task, Generate…

Generate scripts sql

Chọn đối tượng muốn xuất dữ liệu: table, view …., ví dụ chọn 2 table như hình

Generate-scripts

Chọn nơi lưu file sql

Generate scripts

Chọn Advanced, chọn loại xuất dữ liệu nếu là đối tượng table:
– Data only: Chỉ xuât dữ liệu
– Schema: Chỉ xuất cấu trúc
– Schema and data: Xuất cả 2 gồm dữ liệu và cấu trúc

Generate scripts sql

Ngoài ra, tại mục này, chúng ta có thể chọn rất nhiều tùy chọn khác:
– Phiên bản SQL Server: 2016, 2017, 2019 …
– Loại phiên bản: Standard, Enterprise …
– Collation

Sau nhấn Next, và Finish

Generate scripts sql

Sau khi xuất thành công, sử dụng file script sql này để chạy trên database khác.