AUTHOR: Peter Milchev
DATE POSTED: July 05, 2018
This article will show you how to export a Database to a *.sql script and the how to import it from such kind of scripts.
From the Advanced Scripting Options popup, you can set "Types of data to script" to "Schema and data". That would export the database schema along with the data.
USE [DatabaseName]
GO
USE [YourDatabaseName]
Resources Buy Try