I have a table in db MS SQL Server. I want to create a script that will put a table and all records in another db. So I right-clicked on the table in Management Studio and select Create-To new query editor ... but all I get is the table structure.
How to get the values exactly?
source
share