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

推荐订阅源

WordPress大学
WordPress大学
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Webroot Blog
Webroot Blog
Schneier on Security
Schneier on Security
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
aimingoo的专栏
aimingoo的专栏
Cisco Talos Blog
Cisco Talos Blog
T
Threatpost
P
Proofpoint News Feed
V
V2EX
I
Intezer
Jina AI
Jina AI
Martin Fowler
Martin Fowler
U
Unit 42
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
酷 壳 – CoolShell
酷 壳 – CoolShell
S
Security Archives - TechRepublic
Cloudbric
Cloudbric
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
T
Tor Project blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Heimdal Security Blog
B
Blog
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
P
Privacy & Cybersecurity Law Blog
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
A
Arctic Wolf
Last Week in AI
Last Week in AI
Know Your Adversary
Know Your Adversary
Recent Announcements
Recent Announcements
L
Lohrmann on Cybersecurity
PCI Perspectives
PCI Perspectives
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
The Hacker News
The Hacker News
E
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
Schneier on Security
IT之家
IT之家
The Last Watchdog
The Last Watchdog
T
Tailwind CSS Blog
V
Vulnerabilities – Threatpost
S
Security @ Cisco Blogs
Help Net Security
Help Net Security
Forbes - Security
Forbes - Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - Steven.zhou

Setting Up Database Mirroring Using Certificates get the server's infomation sql 2005数据库加密实战 Raid(0,1,5,10,01) SQL Server 2005高可用性之镜像功能(http://tech.it168.com/db/s/2007-04-24/200704240837593.shtml) SQL Server 2005高可用性之复制(http://tech.it168.com/db/s/2007-05-15/200705150909375.shtml) SQL Server 2005高可用性之日志传送(http://tech.it168.com/db/s/2007-06-29/200706291229796_2.shtml) SQL Server 2005性能测试实践(读书笔记翻译http://www.testage.net/TestTech/PT/200702/1510.htm) Troubleshooting the Performance of a SQL Server Solution(读书笔记,全是copy原文的) 如何缩小SQL Server数据库日志文件 - Steven.zhou SQL Server一个特殊查询(http://searchdatabase.techtarget.com.cn/tips/206/2295706.shtml) - Steven.zhou sql server 2005几个好用易忘的功能 - Steven.zhou 在SSIS中使用自定义的DLL文件 查看数据表的大小 Use Table-Valued Functions as Arrays in SQL Serve - Steven.zhou 动态sql语句返回值 得到所有的触发器(含DDL触发器) 得到数据库中所有用户表的字段、数据类型 - Steven.zhou 在sql2005 中Execute的增强
在sql server 中如何移动tempdb到新的位置
Steven.zhou · 2006-08-09 · via 博客园 - Steven.zhou
最近在做数据库的时候,发现经常由于tempdb太大而造成的磁盘空间不足的问题,为了解决这个问题我们使用的一个解决办法是把tempdb移到一个新的位置.下面是具体的操作步骤;1、检查tempdb的逻辑名字和它的存在位置。…