So, I know we can generate the scripts using Tasks--> Generate Scripts
to copy over one DB to another DB, but what if I don't want all data? Say, I have a query which displays the only data I want from source - how can I copy the data and table from source to destination?
I need to restrict the data because the source table is huge.
My DB is: SQL Server 2008 (Source and Destination). Please help!