一: Introduction(介绍)
Welcome to SQLBackupRestore.com, your online resource for SQL Server backup and recovery issues. The articles are generally applicable to both SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 and SQL 2012. If any parts are applicable only to a specific version, they will be clearly indicated.
欢迎进入SQLBackupRestore.com,是您的数据库备份和恢复的问题的在线资源。这篇文章普遍适用于SQL Server 2000,SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 and SQL 2012. 如果任何部分只适用于特殊版本,会进行特殊的声明。
The SQL Server Books Online documentation should still be your primary source of information on SQL Server. The information presented here is more of a troubleshooting guide, a discussion of common issues faced by users, when dealing with SQL Server backup and recovery issues.
SQL Server 联机丛书的文档仍应您的 SQL 服务器上的信息的主要来源。此处提供的信息是更多的故障排除指南,讨论时处理 SQL Server 备份和恢复问题的用户,所面临的共同问题。
If there are any topics you would like me to add, or suggestions on improving the articles, please drop me a line at yeoh.ray.mond@yohz.com.
Conventions
When a reference is made to a topic in the Books Online documentation, they are highlighted in bold blue, and the version of SQL Server they apply to is also stated. E.g. (Bulk-Logged Recovery [SQL2000], Backup Under the Bulk-Logged Recovery Model [SQL2005]) means look for the 'Bulk-Logged Recovery' topic in the SQL Server 2000 documentation, or the 'Backup Under the Bulk Logged Recovery Model' in the SQL Server 2005 documentation.
当提到联机丛书文档中的主题时,他们以蓝色粗体突出显示,它们适用于 SQL Server 的版本还指出。例如(大容量日志记录恢复 [SQL2000] 备份下大容量日志记录恢复模型 [SQL2005]) 意味着寻找 '大容量日志记录恢复' 主题在 SQL Server 2000 文档中或 ' 备份批量记录恢复模式下的 SQL Server 2005 文档中。

注意到突出显示这种方法,并对当前的主题很重要的问题。
Code fragments are highlighted this way:代码片段突出显示用如下方法:

Output from SQL Server are highlighted this way: SQL Server输出用如下方式突出显示:

About me
My name is Yeoh Ray Mond, and I presently work as a support analyst supporting a third party SQL Server backup tool. I have previously worked as a administrative DBA on Oracle databases, development DBA for SQL Server 7, 2000 and 2005, and application developer for the above mentioned backup tool. As a support analyst, I frequently encounter very interesting questions from users, which I thought would be useful to share, hence this site.
In my spare time, I develop database tools and miscellaneous utilities. You can find details on my web site at http://www.yohz.com.
一: Introduction(介绍)的更多相关文章
- 1.Introduction 介绍
Welcome to Log4j 2! Introduction Almost every large application includes its own logging or tracing ...
- Security » Authorization » 介绍
Introduction¶ 介绍 77 of 87 people found this helpful Authorization refers to the process that determi ...
- rabbitmq 的心跳机制&应用
官方文档说: If a consumer dies (its channel is closed, connection is closed, or TCP connection is lost) w ...
- [原创博文] 用Python做统计分析 (Scipy.stats的文档)
[转自] 用Python做统计分析 (Scipy.stats的文档) 对scipy.stats的详细介绍: 这个文档说了以下内容,对python如何做统计分析感兴趣的人可以看看,毕竟Python的库也 ...
- Lua 架构 The Lua Architecture
转载自:http://magicpanda.net/2010/10/lua%E6%9E%B6%E6%9E%84%E6%96%87%E6%A1%A3/ Lua架构文档(翻译) 十 102010 前段时间 ...
- 【转】Application.mk 文件语法规范
原文网址:http://blog.sina.com.cn/s/blog_4c451e0e0100s6q4.html Application.mk file syntax specification A ...
- .htaccess文件的详解以及404页面的设置
打开记事本,写入以下代码: ErrorDocument 404 /404.html保存成.htaccess文件上传到网站的根目录. /404.html是目录名和文件名,可以改成自己的名字.QUOTE: ...
- SharePoint 2010中使用SPListItemCollectionPosition更快的结果
转:http://www.16kan.com/article/detail/318657.html Introduction介绍 In this article we will explore the ...
- 任何时候都适用的20个C++技巧
这些小技巧之所以特别,是因为这些信息通常吧不能在C++书籍或者网站上找到.比如说,成员指针,即使对于高级程序员也是比较棘手,和易于产生bugs的,是应该尽量避免的问题之一. <翻 by凌云健笔& ...
随机推荐
- pthread线程特定数据
举个栗子 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/t ...
- django模板(template)
模板层(template) 你可能已经注意到我们在例子视图中返回文本的方式有点特别. 也就是说,HTML被直接硬编码在 Python代码之中. 1 2 3 4 def current_datetime ...
- ubuntu 16.04 ssh免密码连接不上
我们在用ubuntu系统搭建集群的时候,配置免密码登录是必须经过的一步 我这里集群的每个节点都是采用的是root用户,因为ubuntu系统不同centos,ubuntu真的限制太多太不友好了 下面看看 ...
- AS导入项目报错:Plugin with id 'com.android.application' not found.
从github或第三方Demo中获取的项目导入到AndroidStudio中报错Plugin with id 'com.android.application' not found.:今天导入一个讯飞 ...
- git 使用教程(二)
MyEclipse下使用GitHub方法(Eclipse同理) 原创 2016年01月04日 20:30:25 标签: myeclipse / 软件 / git / github / eclipse ...
- mongodb的聚合aggregate|group|match|project|sort|limit|skip|unwind
聚合 aggregate 聚合(aggregate)主要用于计算数据,类似sql中的sum().avg() 语法 db.集合名称.aggregate([{管道:{表达式}}]) 管道 管道在Unix和 ...
- CPU Usage Sampling Profiles (cpu=samples)
HPROF工具通过对采样线程搜集CPU使用信息.以下是从运行的javac中样例输出的一部分. $ javac -J-agentlib:hprof=cpu=samples Hello.java CPU ...
- java.sql.SQLException: com.mysql.jdbc.Driver
项目本来是 oracle 驱动 + druid 数据源配置,现在要修改为 mysql+druid数据源配置 启动项目的时候报:java.sql.SQLException: com.mysql.jdbc ...
- c# word操作
合并单元格 http://www.360doc.com/content/11/0729/21/2097544_136620405.shtml
- scrapy爬行乌云网公开漏洞程序的分析
# -*- coding: utf-8 -*- from datetime import datetime import pymongo import scrapy from wooyun.items ...