摘要:sql server2000数据库备份和恢复存储过程(加强版本)
我自己写的2个过程和一个函数,用于sql server2000数据库备份和恢复拿出来和大家交流一下,过程和函数的详细说明在代码中谢谢
/*备份数据库的过程*/if exists( select * from sysobjects where name=´pr_backup_db´ and xtype=´p´ )begin drop proc......
摘要:chapter 1
the way of the program
第一章 编程方法
the goal of this book is to teach you to think like a computer scientist. i like the way computer scientists think because they combine some of the best features of mathematics, enginee......
.net 框架程序设计 读书笔记(一)---.net 平台构成.net 平台构成
由于web服务与使用web服务的应用程序仍然运行在计算机上,而且既然是计算机都 要有外设,所以我们仍然需要一个操作系统.. windows添加了xml支持.. windows xp与windows.net (现在改名为windows server 2003 ) 所有版本都都 为服务驱动的世界提供最好的支持. 【相关文章:
企业中的数据工具】
1 底层操操作系统 windows 【扩展阅读:
在C#中运用SQLDMO备份和恢复Mic】
另外windows xp 与 windows server 2003 都提供了对.net框架的内置支持. 【扩展信息:
类似ListView ,htc组件】
特别地windowsxp与windows 2003 server 集成了microsoft .net passport xml web服务支持.passport是一种用户认证服务..当登录使用passport认证的web站点与web服务时的效率将会大提升.换句话说,用户在访问不同的互联网着站点时,将不再需要每次都输入用户名与密码.
2 辅助产品:.net 企业服务器
这些产品主要是为企业的信息化与信息集成提供帮助的.
microsoft application center
microsoft biztalk server 2000 (现在出了个新版本)
microsoft commerce server 2000
microsoft exchange 2000 邮件服务器
microsoft hostintegration server 2000
microsoft internet security and acceleration(isa) server 2000
microsoft mobile information server 2002
microsoft sql server 2000
这个产品刚开始跟我们的.net平台其实没什么关系.但以后可能为将一些.net特性集成到这些这些产品中, 目前新版的biztalk 就集成了.net特性,差且通过vs.net 2003进行开发.
3 microsoft xml web 服务: .net my servers
微软作为一个web服务的底层技术提供商的同时,也推出了自己的xml web服务
.net alerts
.net applicationsettings...
下一页 摘要:org.enhydra.shark.shark
在启动shark引擎前,要对它进行配置,配置要做的操作就是shark.configure("shark.conf"),下面按先后顺序说明;
1) 整个系统只用配置一次,如果已经配置过,将不会再配置而直接返回,如下:
if (isconfigured) {
sharkenginemanager.getinstance().getcallbackutilities().info(
"tr......