I have to dump a customer database without access to their server.
This means I cannot use SQL Server Management Studio directly and make 'Tasks' -> 'Generate scripts' to create a .sql
file with inserts inside.
Moreover, I know the name of the DB but not the tables and views within.
So how can I create a script which extract all data from tables and create inserts into a .sql
file ?
I use SSMS v10 on my PC.