1  /  1  页   1 跳转 查看:7273

[上传好书] DBA Best Practices

DBA Best Practices

上传不了,自己去下吧。不错的资料.

http://www.red-gate.com/specials/brad1.htm?utm_source=sj&utm_medium=MPU&utm_campaign=stummper1


[Administrator]:非常简洁实用,我替楼主上传了。:lol

 附件: 您所在的用户组无法下载或查看附件
最后编辑拓狼 最后编辑于 2008-12-01 19:55:29
 

回复: DBA Best Practices

有些后缀名的文件不能上传,压缩成rar文件,并分割成1M大小,就可以了。
 

回复: DBA Best Practices

非常简洁实用,我替楼主上传了。:lol

摘抄一段:
Job Maintenance
1. Avoid overlapping jobs on the same SQL
Server instance. Ideally, each job should
run separately at different times.
2. When creating jobs, be sure to include
error trapping, log job activity, and set up
alerts so you know instantly when a job
fails.
3. Create a special SQL Server login
account whose sole purpose is to run
jobs, and assign it to all jobs.
4. If your jobs include Transact-SQL
code, ensure that it is optimized to run
efficiently.
5. Periodically (daily, weekly, or monthly)
perform a database reorganization on all
the indexes on all the tables in all your
database. This will rebuild the indexes
so that the data is no longer logically
fragmented. Fragmented data can cause
SQL Server to perform unnecessary
data reads, slowing down SQL Server’s
performance. Reindexing tables will also
update column statistics.
6. Don’t reindex your tables when your
最后编辑Administrator 最后编辑于 2007-06-15 09:58:56
 

回复: DBA Best Practices

多谢Administrator!
 

回复: DBA Best Practices

不错,支持一下
 

回复: DBA Best Practices

:) 帮顶下,人气不旺哦
 

回复: DBA Best Practices

不错的资料。

很多人都想知道DBA平时都应该做些什么工作,这个文档里有详细的介绍。E文的,不过不是很难看懂!
最后编辑拓狼 最后编辑于 2009-07-02 18:00:07
虽有智慧,不如乘势;虽有鎡基,不如待时。
君子学以聚之,问以辨之,宽以居之,仁以行之。
独学而无友,则孤陋而寡闻。
 

回复:DBA Best Practices

thanks
 
1  /  1  页   1 跳转

版权所有 微软BI开拓者 

Powered by Discuz!NT 2.1.202    Copyright © 2001-2012 Comsenz Inc.
Processed in 0.0937446 second(s) , 2 queries.
返顶部