I have a large sql server database(2012 express) which I was working on. In it, there is a lot of test data. Now, for some reason, I have to use a different pc. I dont want to export ALL the data in the db, just from this one table that I was working on. I scripted the schema to a file(the table was created on the local previous machine) and I ran it on the new pc. However, I need a way to export the data.
How do I go about it?