会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
编写人生
写写代码,写写人生
博客园
首页
新随笔
联系
管理
订阅
2005年9月14日
SQL Management Objects对象结构简述(SQL Server 2005)
摘要:
阅读全文
posted @ 2005-09-14 11:26 编写人生
阅读(339)
评论(0)
推荐(0)
编辑
使用SMO备份SQLServer2005数据库
摘要: (非原创,资料来源于培训资料) 1、引用 Microsoft.SqlServer.ConnectionInfo和Microsoft.SqlServer.Smo; 2、连接SQLServer服务器 Dim myServer As New Server() Dim conn As ServerConnection '##### Add connection code he...
阅读全文
posted @ 2005-09-14 11:12 编写人生
阅读(1275)
评论(1)
推荐(0)
编辑