Someone ask how to dump data into sql script in SQL Server 2000. There is no feature in SQL Server 2000 that can do like that. The only thing that SQL Server 2000 do with Generate Script is only generate database schema, not table data.
So, i check out there and found a useful tool that named was Microsoft SQL Web Data Administration. This is free, built with ASP.NET dan nice...
Before you run the Microsoft SQL Web Data Administration Tool, you should be sure
your machine meets the following requirements:
- Windows XP, Windows 2000, Windows 2003
- SQL Server 7 SP2 or Higher
- .NET SDK 1.1 or Visual Studio.NET 2003
- Microsoft Internet Explorer 5.5 (or higher)
- IIS* (optional, a portable web server** is also distributed with the project)
This is simple tutorial how to dump your database schema and table data into sql script file.
Check this out :
http://blogs.netindonesia.net/agung/articles/2075.aspx