登录
首页 » SQL Server » 1. Backup equipment understand and grasp the concept of how to manage database b...

1. Backup equipment understand and grasp the concept of how to manage database b...

于 2022-03-02 发布 文件大小:338.11 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

1. 了解备份设备的概念并掌握如何管理备份数据库保护包括数据库恢复,并发控制,数据库的安全性控制4个部分设备,掌握完全备份和还原的基本技术-1. Backup equipment understand and grasp the concept of how to manage database backup protection, including database recovery, concurrency control, database security control of four some of the equipment, master backup and restore fully the basic skills

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动态SQL的笔记
    Notes on Dynamic SQL
    2022-12-07 16:20:03下载
    积分:1
  • 用VC++ 6.0在SQL server中添加JPG格式图片
    用VC++ 6.0在SQL server中添加JPG格式图片-With VC++ 6.0 in SQL server add JPG format picture
    2022-01-26 04:43:09下载
    积分:1
  • 一个基于vc++和SQLServer2000的数据库应用程序 是个完备的汽车销售管理系统...
    一个基于vc++和SQLServer2000的数据库应用程序 是个完备的汽车销售管理系统-a vc and SQLServer2000 based database application is complete automobiles sales management system
    2022-07-21 03:29:47下载
    积分:1
  • 快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。...
    快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。-fast, flexible, easy-to-use Excel networking tool and database management and application Excel documents and data.
    2022-02-15 14:46:50下载
    积分:1
  • 用PB+SQL SEVER 做的一个酒店管理系统,里面有不足之处还请大家原谅!...
    用PB+SQL SEVER 做的一个酒店管理系统,里面有不足之处还请大家原谅!-PB SQL SEVER do a hotel management system, which is inadequate Agency also please forgive!
    2022-05-05 07:26:30下载
    积分:1
  • 20111211083713658
    SQLSERVER精华 周周共享论坛(www.pigtwo.com)(The SQLSERVER essence week to share Forum (www.pigtwo.com))
    2012-05-18 11:58:44下载
    积分:1
  • SQL SERVER 2000事务日志已满或想收缩事务日志,用此脚本即可。...
    SQL SERVER 2000事务日志已满或想收缩事务日志,用此脚本即可。-SQL SERVER 2000 transaction log is full, or would like to shrink the transaction log, you can use this script.
    2022-01-25 15:39:25下载
    积分:1
  • 数据库后台管理工具,针对MS SQL Server,创建数据库,备份恢复数据库,用户访问统计等功能,运行时需要修改Ydlogin.ini文件里的Server N...
    数据库后台管理工具,针对MS SQL Server,创建数据库,备份恢复数据库,用户访问统计等功能,运行时需要修改Ydlogin.ini文件里的Server Name 为 SQL Server 服务器名。-background database management tool against MS SQL Server, database creation, database backup and recovery, user statistics and other functions, running Ydlogin.ini need to amend the documents in the Name Server to the SQL Server name.
    2022-01-22 00:39:15下载
    积分:1
  • 普京欢迎新的网络商城的使用,xpshop。Net v1.2具有以下…
    欢迎使用新普网络商城,XpShop .Net v1.2具有如下特点: 1、使用ASP.Net(c#)、三层结构开发; 2、支持多语言,详细使用方法请咨询新普公司客服; 3、支持多模板,现有版本已经附带6套模板,官方网站不定时发布新模板; 4、兼容主流浏览器,界面美观,皮肤设计灵活多变; 5、可定制缺货处理功能; 6、支持附件销售功能; 7、支持会员组批发功能; 8、支持预付款; 9、自动核算配送价格; 10、商品支持多类别; 11、支持在线备份数据库; 12、支持无限级商品类别; 13、可添加无限多种商品扩展属性,并可将扩展属性加入高级搜索; 14、支持多管理员,可自由设定管理员的可管理项; 15、自动生成报价单,商品价格一目了然;-Putin welcomed the use of the new network Mall, XpShop. Net v1.2 has the following characteristics : 1. use ASP.Net (c#), the three-tier structure development; 2, multi-language support, Details please use the new general advisory company customer service; 3, for the multi- template, the current version has six sets of templates fringe, official web site regularly releases new templates; 4, compatible browser mainstream, beautiful interface, the design flexibility of the skin; 5. Customizable understocked processing functions; 6, Annex sales support functions; 7, the support group members and wholesale functions; 8. support advances; 9, auto
    2023-05-03 17:15:05下载
    积分:1
  • 使用T-SQL编写存储过程
    应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下: (1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击. (2) 存储过程大大减少网络通信流量.  (3) 存储过程在服务器上注册, 执行效率高. (4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术 在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
    2023-06-18 02:30:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载