sql server - Dump specific records from a table using SSMS -


i need select & dump specific records database table using ssms. have tried googling cant find solution scenario.

according julio-césar

in sql server management studio right-click database , select tasks / generate scripts. follow wizard , you'll script recreates data structure in correct order according foreign keys. on wizard step titled "set scripting options" choose "advanced" , modify "types of data script" option "schema , data"

tip: in final step select "script new query window", it'll work faster way.

enter link description here


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -