Refer to Exporting data In SQL Server as INSERT INTO
Recently, my client gave me 40 .sql
files, I believe he generated them by above method.
I look at the first .sql
file, it contains create database
, create table
, and many insert
statements.
How can I use these .sql
files to recreate the whole database? We are using SQL Server 2008.