I've updated my NAnt tasks to 0.94 (source and binary). I've added three new tasks.
The first is a task to load an Excel spreadsheet into a SQL Server table. We've found this to be a fair way to manage code tables. They're easy to edit and print out for review. They don't handle the foreign key checking until we load them in but that's been a fair trade-off for their ease of use.
The second task imports an image file into SQL Server. It's basically a mirror image of TEXTCOPY.EXE except that it's a NAnt task and the trust connection works.
The...
This NAnt task will restore a database backup onto the target server...