I'm looking for a good tool to script specific data from my database.
In phpmyadmin I was able to write a query and just hit the "export" button to generate insert scripts. I have not yet found anything for MS SQL server that will do this.
It would be great if the tool also offered me the option to do identity inserts or even do delete before insert, check if the record exists and update it, and so on.
Update: Well, little response here, must be a really hard question. I have since found SQL Scripter, it looks adequate. Also seems a pretty amateur-ish project, there must be something more professional out there?