Questa sera stavo chiacchierando con
Andrea quando sbotta dicendo: "blogga
questo!"
Faccio click sul link e scopro
Enisey, uno
splendido add-In per SQL Server Management Studio sviluppato da
Gleb Ufimtsev.
"Enisey" is data scripter add-in to Microsoft SQL Server Management Studio (SSMS). One expands the functionality of SSMS and allows to script data from any tables into a choosen ".sql" file in the view of INSERT statements. It is one .NET 2.0 assembly, registered as COM-object and registered as SSMS addin. The sources contain also setup project for building the full-fledged setup file. Because the project is a plugin, the full built distributive is shipped instead of demo-project. It is prepared for the use. Just install it and you can see a new context menu item "Script Data" inside SSMS on each table. Fino ad ora quando dovevo generare i comandi di INSERT per qualche tabella, avevo sempre utilizzato le
stored procedure del SQL Server MVP
Narayana Vyas Kondreddi, ma credo che questo add-in meriti di essere testato accuratamente.