I'm working on a MS SQL Server 2008 database. I have all the rights to create and change tables, views, procedures, etc. But I have no right to export or import the database.
Therefore, I am looking for a tool which can create a script with all the necessary CREATE / INSERT Statements for all objects and all data lines in an MS SQL Server database.
The SQL Server Management Studio can do this partially, but only for single objects, not for whole all objects at once, and also not for data.
Is there any tool which can do this?