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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -