惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
NISL@THU
NISL@THU
E
Exploit-DB.com RSS Feed
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
K
Kaspersky official blog
Project Zero
Project Zero
Cisco Talos Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threatpost
S
Schneier on Security
G
GRAHAM CLULEY
The Hacker News
The Hacker News
T
Threat Research - Cisco Blogs
Scott Helme
Scott Helme
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Privacy & Cybersecurity Law Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
T
Tor Project blog
AWS News Blog
AWS News Blog
Simon Willison's Weblog
Simon Willison's Weblog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
爱范儿
爱范儿
P
Privacy International News Feed
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
S
Securelist
G
Google Developers Blog
The Last Watchdog
The Last Watchdog
Google Online Security Blog
Google Online Security Blog
美团技术团队
F
Fortinet All Blogs
小众软件
小众软件
Recorded Future
Recorded Future
V
Visual Studio Blog
B
Blog RSS Feed
H
Help Net Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
Martin Fowler
Martin Fowler
Latest news
Latest news
Spread Privacy
Spread Privacy
H
Heimdal Security Blog

博客园 - Jason's WMI SQL Related Blog

关于SQL SERVER的内存使用的问题 使用Raid提高SQL的性能和可用性 SQL Server BCP 的数据导入导出 - Jason's WMI SQL Related Blog 用脚本查看某库中每个表大小 用脚本查看Server上每个库的大小 Easy way to estimate a table size in the future How to determine which version of SQL Server 2000 is running modify数据时临时暂停触发器的作用 关于MSBA和Firewall 关于如何在BCP和Bulk Insert中使用 文本限定符 简单的ASP.net查询数据库脚本 关于DTS中全局变量数据类型date 如何使用SQL 2000的DTS自动从FTP服务器下载文件 SQL Server数据库备份还原 SQl Server中修改数据库的备份模型后要完全备份一次数据库 如何在SQL SErver2000中恢复Master数据库 SQLSERVER 管理DTS包 使用WMI重启不能用3389登录的服务器 如何使用T-SQL来给系统增加计划任务,
Log Shipping实现
Jason's WMI SQL Related Blog · 2004-11-15 · via 博客园 - Jason's WMI SQL Related Blog
 

Log Shipping实现

38SQL SERVER Script数据库到61进行日志传送(:所有过程均为StandBy模式)

所有试验之前都清理过源方和目的方服务器中MSDB库的Log_打头的表的内容

清理过源方服务器的共享目录内的所有文件

第一次试验要点总结:

1.双方都要共享目录出来,并能保证目的方能访问源的文件夹

2.目的方的共享目录也在配置中用到了

3.目的方的MSSQLSERVERSQLSERVERAGENT服务都是用同一个账号启动的,Jason

4.源方的MSSQLSERVERSQLAGENT都是用默认的SYSTEM启动的

成功,后续观察中…2004-11-13

第二次试验:

将目的服务器的SQLSERERAGENT使用SYSTEM账号启动,维护计划仍然成功

成功,后续观察中…2004-11-13

第三次试验:

将目的服务器的共享目录去掉,事务日志目的目录使用了默认值:C:\Program Files\Microsoft SQL Server\MSSQL\BACKUP;

成功,这回真的有点不明白了,难道真的只是一个MSSQLSERVER启动账号的缘故?

第四次试验:

将源服务器的Guest账号启用,设置共享目录为Everyone全部控制

目的服务器MSSQLSERVER采用默认的SYSTEM账号启动

失败,显示无法将文件复制到目的服务器上.

第五次试验:

将目的服务器MSSQLSERVER的启动账号改回为Jason,再次进行测试

成功

第六次试验:

61服务器上新建用户LogShipper,为Adminsitrators组用户;在38源服务器上也新建用户LogShipper,级别为Users组用户;两个用户密码相同。在目的服务器61上使用使用LogShipper来启动SQLSERVER,看能不能完成日志传送

清理源服务器共享文件夹,清理目的服务器的目标文件夹;总体来说成功,但第三步后报一个错误0