随笔分类 - SQL SERVER
摘要:(转帖)http://technet.microsoft.com/zh-tw/library/ms187997.aspx (转帖)http://technet.microsoft.com/zh-tw/library/ms187997.aspx 將系統資料表對應至系統檢視 (Transact-SQL)
阅读全文
摘要:http://blog.sina.com.cn/s/blog_62c4727d0100jc5z.html (一)理論部份 (一)理論部份 sys.sysprocesses (Transact-SQL) http://technet.microsoft.com/zh-tw/library/ms1798
阅读全文
摘要:MSDN:包含正在 SQL Server 实例上运行的进程的相关信息。这些进程可以是客户端进程或系统进程。 视图中主要的字段: 1. Spid:Sql Servr 会话ID 2. Kpid:Windows 线程ID 3. Blocked:正在阻塞求情的会话 ID。如果此列为 Null,则标识请求未被
阅读全文
摘要:http://blog.csdn.net/sqlserverdiscovery/article/details/7712068
阅读全文
摘要:http://blog.csdn.net/burgess_liu/article/details/52813727
阅读全文
摘要:http://www.cnblogs.com/lyhabc/articles/3236984.html http://blog.csdn.net/isoleo/article/details/45478333
阅读全文
摘要:http://blog.csdn.net/sqlserverdiscovery/article/details/7968117
阅读全文
摘要:http://www.cnblogs.com/lyhabc/p/4184708.html
阅读全文
摘要:http://www.cnblogs.com/CareySon/
阅读全文
摘要:http://www.cnblogs.com/gaizai/p/4087321.html
阅读全文
摘要:http://blog.csdn.net/dba_huangzj/article/details/38295753
阅读全文
摘要:2014-01-23 18:31 您还在用下一步下一步的方式安装SQLSERVER和SQLSERVER补丁吗? 介绍 假如你有50台服务器需要安装SQLSERVER,如果你用下一步下一步的方式,用远程桌面不停切换,那个效率。。。 大家都知道SQLSERVER可以使用静默方式来安装,就是不使用GUI的
阅读全文
摘要:.RTM: Released To Manufacturing,也就是新产品的正式发布版本,比如SQL 2008 RTM.其后的补丁都是基于这个之上的. .CU: Cumulative Update,也就是积累的更新,其中会包含多个hotfix,同一个SP的多个CU中,后面的CU会包含前面的CU,因
阅读全文
摘要:http://www.cnblogs.com/shanksgao/p/3929555.html
阅读全文
摘要:http://blog.csdn.net/linghe301/article/details/6712544
阅读全文
摘要:时间 2014-10-02 00:00:00 SQL Server Team Blog 原文 http://blogs.technet.com/b/dataplatforminsider/archive/2014/10/01/sql-server-2008-r2-sp3-and-sql-server
阅读全文
摘要:转自:http://blog.sina.com.cn/s/blog_624b1f950100pioh.html 注:企业版无法安装在xp和win7,开发版才可以! 一. 简体中文 1. SQL Server 2008 R2 Developer (x86, x64, ia64) - DVD (Chin
阅读全文
摘要:By Steve Jones, 2014/09/30 (first published: 2010/05/25) This is a list of the builds for SQL Server 2008 R2. This is a separate product than SQL Serv
阅读全文
摘要:SELECT @@VERSION as 版本情况 SELECT SERVERPROPERTY('ProductVersion') as 产品版本编号, SERVERPROPERTY('ProductLevel') as 当前补丁版本,SERVERPROPERTY('edition') as 软件版本
阅读全文
摘要:http://www.cnblogs.com/atree/p/SQL_SERVER_xp_cmdshell.html
阅读全文