ScriptDB 1.0

许可: 免费 ‎文件大小: 16.34 KB
‎用户评分: 5.0/5 - ‎1 ‎评分

ScriptDB 将生成任何 SQL 2000/2005 数据库中的所有对象和(可选)数据的脚本。 它是用 C# 编写的控制台应用程序。 源代码是免费提供的,因此如果您知道一点 C#,您可以修改它以满足您的需求。

版本历史记录

  • 版本 1.0 发布于 2006-10-25

软件信息

终端用户许可协议

/* * Copyright 2006 Jesse Hersch * * Permission to use, copy, modify, and distribute this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appears in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of Jesse Hersch or * Elsasoft LLC not be used in advertising or publicity * pertaining to distribution of the software without specific, written * prior permission. Jesse Hersch and Elsasoft LLC make no * representations about the suitability of this software for any * purpose. It is provided "as is" without express or implied warranty. * * Jesse Hersch and Elsasoft LLC disclaim all warranties with * regard to this software, including all implied warranties of * merchantability and fitness, in no event shall Jesse Hersch or * Elsasoft LLC be liable for any special, indirect or * consequential damages or any damages whatsoever resulting from loss of * use, data or profits, whether in an action of contract, negligence or * other tortious action, arising out of or in connection with the use or * performance of this software. * * Author: * Jesse Hersch * Elsasoft LLC * */