代码搜索:SQLDMO
找到约 76 项符合「SQLDMO」的源代码
代码结果 76
www.eeworm.com/read/267310/11183760
txt 新建 文本文档.txt
'事件声明:
Public Event MYLog(LogStr As String) 'MappingInfo=Command1,Command1,-1,Click
Public Function BackUpDBToFile(ServerName As String, DBName As String, User As String, PWD As String, BKPath
www.eeworm.com/read/204178/15343539
vb backupsql.vb
'
' Copyright(C)2006,济南大学材料科学与工程学院
' All right reserved.
'
' 文件名称:BackupSQL.vb
' 文件标识:
' 摘 要:备分本地数据库数据
'
' 当前版本:1.0.0
' 作 者:梁 海
' 完成日期:2006-8-24
'
' 取代版本:
www.eeworm.com/read/192685/8362114
txt 如何在vb中使用sql中的backup命令.txt
在VB中使用sql命令备份,我没试过。但SQL中有一个自动功能,可以试一试。
在数据库上右击,选择All Tasks>>Backup Database>>Schedule....
execute "sp_aqddumpdevice ..."
还可以用execute "backup database {databasename} to
www.eeworm.com/read/431835/8650980
bas modglobals.bas
Attribute VB_Name = "modGlobals"
Option Explicit
'Use the SQL DMO object to find available SQL Servers
Public oSQLServerDMOApp As SQLDMO.Application
'The Server we are connected to
Public oSQLSer
www.eeworm.com/read/386205/8761695
cs backup.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/386205/8761790
cs backup.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/167722/9953898
txt readme.txt
小新写的Delphi用SQLDMO实现控制SQL Server状态的程序,其中涉及到通过SQLDMO控制SQL Server启动停止,检测Sql Server状态用了两种方式,一种是SQLDMO,另一种是直接检测Sql Server服务。
有问题欢迎到小新在线交流
网址:http://www.sgxcn.com
论坛:http://www.sgxcn.com/bbs
www.eeworm.com/read/157546/7153665
vbp udb.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
Reference=*\G{10010001-E260-11CF-AE68-00AA004A34D5}#8.0#0#C:\Program Files\Microsoft S
www.eeworm.com/read/463588/7177776
cs datarestore.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace DataManager
{
///
/// DbOper类,主要应用SQLDMO实
www.eeworm.com/read/461563/7224713
txt databasehelper.csproj.filelistabsolute.txt
G:\MergeSpCodeGen\MergeSpCodeGen\obj\Debug\DbHelper.exe
G:\MergeSpCodeGen\MergeSpCodeGen\obj\Debug\DbHelper.pdb
G:\MergeSpCodeGen\MergeSpCodeGen\bin\Debug\DbHelper.exe
G:\MergeSpCodeGen\MergeSpCode