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.
Comments
Post a Comment