shaz
June 2nd, 2005, 07:55 PM
I'm new to MSSQL (came over from MySQL) and while the Server Enterprise Manager is a great tool, I find it extremely annoying that there is a way to generate an SQL script that builds all the database tables, but there is no way to easily generate and SQL script that also populates the tables.
With MySQL, that was *the* way to back up a database. It was very handy because it was super easy to take the created scripts and move them to another database. Or to create a script that creates empty tables, but prepopulates certain tables like, for instance, a US_States table where the data will always be the same.
Does anyone know of a tool that can do what I want so that I don't have to hand code hundreds of insert statements into my SQL script?
Thanks.
With MySQL, that was *the* way to back up a database. It was very handy because it was super easy to take the created scripts and move them to another database. Or to create a script that creates empty tables, but prepopulates certain tables like, for instance, a US_States table where the data will always be the same.
Does anyone know of a tool that can do what I want so that I don't have to hand code hundreds of insert statements into my SQL script?
Thanks.