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. 1.Introduction 介绍

    Welcome to Log4j 2! Introduction Almost every large application includes its own logging or tracing ...

  2. Security » Authorization » 介绍

    Introduction¶ 介绍 77 of 87 people found this helpful Authorization refers to the process that determi ...

  3. rabbitmq 的心跳机制&应用

    官方文档说: If a consumer dies (its channel is closed, connection is closed, or TCP connection is lost) w ...

  4. [原创博文] 用Python做统计分析 (Scipy.stats的文档)

    [转自] 用Python做统计分析 (Scipy.stats的文档) 对scipy.stats的详细介绍: 这个文档说了以下内容,对python如何做统计分析感兴趣的人可以看看,毕竟Python的库也 ...

  5. Lua 架构 The Lua Architecture

    转载自:http://magicpanda.net/2010/10/lua%E6%9E%B6%E6%9E%84%E6%96%87%E6%A1%A3/ Lua架构文档(翻译) 十 102010 前段时间 ...

  6. 【转】Application.mk 文件语法规范

    原文网址:http://blog.sina.com.cn/s/blog_4c451e0e0100s6q4.html Application.mk file syntax specification A ...

  7. .htaccess文件的详解以及404页面的设置

    打开记事本,写入以下代码: ErrorDocument 404 /404.html保存成.htaccess文件上传到网站的根目录. /404.html是目录名和文件名,可以改成自己的名字.QUOTE: ...

  8. SharePoint 2010中使用SPListItemCollectionPosition更快的结果

    转:http://www.16kan.com/article/detail/318657.html Introduction介绍 In this article we will explore the ...

  9. 任何时候都适用的20个C++技巧

    这些小技巧之所以特别,是因为这些信息通常吧不能在C++书籍或者网站上找到.比如说,成员指针,即使对于高级程序员也是比较棘手,和易于产生bugs的,是应该尽量避免的问题之一. <翻 by凌云健笔& ...

随机推荐

  1. 深度学习 + OpenCV,Python实现实时视频目标检测

    使用 OpenCV 和 Python 对实时视频流进行深度学习目标检测是非常简单的,我们只需要组合一些合适的代码,接入实时视频,随后加入原有的目标检测功能. 在本文中我们将学习如何扩展原有的目标检测项 ...

  2. rsync+inotfiy文件同步

    rsync+inotfiy文件同步 1.部署rsync服务 yum install rsync #安装rsync,如果嫌yum版本过低也可以源码安装 2.vim /etc/rsyncd.conf #默 ...

  3. Android软键盘遮挡布局问题;

    布局被软键盘遮挡虽然不是什么大问题,但还是比较影响用户体验的:最让人恼火的是当前输入框被软键盘被遮挡,来看一下解决方法: 1.当前输入框被软键盘遮挡,仅把输入框显示出来,不改变整体布局: 设置Mani ...

  4. 【Jmeter自学】JMeter的安装(一)

    ==================================================================================================== ...

  5. 逻辑卷(lv)管理(LVM)

    可以灵活改变分区大小.这里的分区叫做lv,lv创建在 vg中,vg由pv组成.pv可以由磁盘创建也可以由物理分区创建.灵活改变分区大小,就是调整lv的大小.lv可以调整的范围受到vg大小的限制,而 v ...

  6. tomcat和eclipse-wtp的一些配置

    TOMCAT配置UTF-8 server.xml配置文件: <Connector port="8080" protocol="HTTP/1.1" conn ...

  7. linux环境下redis数据库的安装|配置|启动

    安装 下载:打开redis官方网站,推荐下载稳定版本(stable) 解压 tar zxvf redis-3.2.5.tar.gz 复制:推荐放到usr/local目录下 sudo mv -r red ...

  8. uva-10340-水题

    题意:字符串匹配,看样例输入理解题意 直接循环 #include <string> #include<iostream> #include<map> #includ ...

  9. 26.pymysql、pymongo、redis-py安装

    pymysql.pymongo.redis-py安装 1.将数据存入mysql借助pymysql2.和MongoDB进行交互,借助pymongo pip3 install pymysql(pip 安装 ...

  10. 《算法》第四章部分程序 part 1

    ▶ 书中第四章部分程序,加上自己补充的代码,包含无向 / 有向图类 ● 无向图类 package package01; import java.util.NoSuchElementException; ...