Is there an easy way in SQL Server 2005 to export query results to a SQL INSERT statement? I'm thinking something along the lines of how you can use Database Explorer to script an existing stored procedure to a new query window.
We're looking to move some data from a dev DB to a production one; I know about linked servers but there's no way the DBA blackshirts will let us set that up.
If you can help me out, I'd appreciate it. A definitive, "Nope, you're boned," will suffice if it has to.
Edit: The table I want to insert into is not on the same database server. Without setting up a linked server, I can't do a select into.