Rickie is back .... 人生·工作的结果=思维方式×热情×能力
今天比昨天更好,明天比今天更好,为此,不屈不挠地工作、勤勤恳恳地经营、孜孜不倦地修炼,我们人生的目的和价值就是这样确确实实地存在着。
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
397 随笔 :: 3 文章 :: 1310 评论 :: 129 引用
S.SQLServer2005
SQL Server 2005
为 SQL Server 启用 AWE 内存
摘要: 为 SQL Server 启用 AWE 内存
阅读全文
posted @
2008-04-25 16:15
Rickie 阅读(1005) |
评论 (0)
编辑
SQL Server 2005: Wait Type - PAGEIOLATCH_SH
摘要: PAGEIOLATCH_SH: Occurs when a task is waiting on a latch for a buffer that is in an I/O request. The latch request is in Shared mode.
阅读全文
posted @
2008-03-20 11:46
Rickie 阅读(2116) |
评论 (0)
编辑
SQL Server 2005: Wait Type - CXPACKET
摘要: CXPACKET: Occurs when trying to synchronize the query processor exchange iterator. You may consider lowering the degree of parallelism if contention on this wait type becomes a problem.
阅读全文
posted @
2008-03-18 18:40
Rickie 阅读(5576) |
评论 (0)
编辑
SQL SERVER数据库清理DB LOG
posted @
2008-02-22 10:12
Rickie 阅读(916) |
评论 (0)
编辑
Random MS DTC problem
posted @
2008-02-20 11:01
Rickie 阅读(586) |
评论 (0)
编辑
Reconfigure SQL server's advanced settings
posted @
2008-02-02 13:58
Rickie 阅读(411) |
评论 (0)
编辑
How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server 2005
posted @
2008-01-10 09:41
Rickie 阅读(191) |
评论 (0)
编辑
Transact SQL User-Defined Functions in SQL Server 2005
摘要: Transact SQL User-Defined Functions in SQL Server 2005
阅读全文
posted @
2007-09-29 11:23
Rickie 阅读(497) |
评论 (1)
编辑
An Introduction to SQL Server Service Broker [WORD DOCUMENT]
posted @
2007-07-02 21:55
Rickie 阅读(357) |
评论 (0)
编辑
SQL Server 2005: how to add a linked server
摘要: A linked server is a virtual server that has been defined to SQL Server 2005 with all the information required to access an OLE DB data source. A linked server name is defined by using the sp_addlinkedserver system stored procedure.
阅读全文
posted @
2007-06-27 13:26
Rickie 阅读(1457) |
评论 (1)
编辑
SQL Server 2005 – Database Master Key
摘要: If the Database Master Key was encrypted with the Service Master Key, it will be automatically opened when it is needed for decryption or encryption. In this case, it is not necessary to use the OPEN MASTER KEY statement.
阅读全文
posted @
2007-06-19 09:18
Rickie 阅读(525) |
评论 (1)
编辑
SSB – Connection handshake failed
摘要: The following shows you some kinds of SSB exception when enabling Transport Security and Dialog Security in the cross-server Service Broker conversation.
阅读全文
posted @
2007-06-04 19:35
Rickie 阅读(484) |
评论 (0)
编辑
Clean up SSB Message Queue
摘要: Clean up SSB Message Queue
阅读全文
posted @
2007-05-21 10:08
Rickie 阅读(318) |
评论 (0)
编辑
Service Broker – EndDialog (http://schemas.microsoft.com/SQL/ServiceBroker/EndDialog)
摘要: Service Broker – EndDialog (http://schemas.microsoft.com/SQL/ServiceBroker/EndDialog)
阅读全文
posted @
2007-03-21 22:47
Rickie 阅读(681) |
评论 (1)
编辑
Create route in cross-server SSB
摘要: Create route in cross-server SSB
阅读全文
posted @
2007-03-07 08:46
Rickie 阅读(512) |
评论 (0)
编辑
SSB exceptions list in cross-server communication
摘要: SSB exceptions list in cross-server communication
阅读全文
posted @
2007-03-02 08:28
Rickie 阅读(382) |
评论 (1)
编辑
SQL SERVER – 检测LOCK、终止会话 ID/UOW 的用户进程
摘要: KILL { session ID | UOW } [ WITH STATUSONLY ]
阅读全文
posted @
2006-12-31 21:39
Rickie 阅读(1322) |
评论 (0)
编辑
SSB – Activation Execution Context
摘要: The problem is that the activation execution context is trusted only in the database, not in the whole server, like other stored procedures or DB. So when the activated SP calls another SP located in the other DB, the above exception will occur.
阅读全文
posted @
2006-12-28 18:19
Rickie 阅读(453) |
评论 (0)
编辑
SSB – Handling and Removing Poison Messages
摘要: A poison message is a message containing information that an application cannot successfully process. A poison message is not a corrupt message, and may not be an invalid request.
阅读全文
posted @
2006-12-28 16:14
Rickie 阅读(413) |
评论 (0)
编辑
SSB - Fire and Forget: Good for the military, but not for Service Broker conversations
摘要: the author suggests another pattern for SSB message conversation. The solution is let the target end the conversation first. The initiator can simply send the message to the target and then continue. The target will receive the message, end the conversation from the target side and this will send an EndDialog message back to the initiator.
阅读全文
posted @
2006-12-27 23:24
Rickie 阅读(434) |
评论 (0)
编辑
SSB FAQ (4) – Debug tips for SSB beginners
摘要: There are some tips which are helpful for SSB beginners to debug and resolve some general issues.
阅读全文
posted @
2006-12-27 23:06
Rickie 阅读(390) |
评论 (0)
编辑
SSB FAQ (3) – A rowset provider OPENXML
摘要: OPENXML provides a rowset view over an XML document.
OPENXML SYNTAX:
OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] )
[ WITH ( SchemaDeclaration | TableName ) ]
阅读全文
posted @
2006-12-27 22:04
Rickie 阅读(331) |
评论 (0)
编辑
SSB FAQ (2) – Create a stored procedure as a service program
摘要: CREATE QUEUE [dbo].[Queue_OutStock_Out] WITH STATUS = ON , RETENTION = OFF ,
ACTIVATION
( STATUS = ON ,
PROCEDURE_NAME = [dbo].[usp_OutStock_OnReceiveMessage] ,
MAX_QUEUE_READERS = 5 , EXECUTE AS N'dbo'
)
阅读全文
posted @
2006-12-27 21:35
Rickie 阅读(341) |
评论 (0)
编辑
SSB FAQ (1) – Target Queue cannot receive message
摘要: SSB target queue can not get a message, when the sender sends a message without any error.
阅读全文
posted @
2006-12-27 18:53
Rickie 阅读(309) |
评论 (0)
编辑
SSB Exception - Sql Server 2005
摘要: SSB Exception - Sql Server 2005
阅读全文
posted @
2006-12-21 13:50
Rickie 阅读(565) |
评论 (1)
编辑
Database Engine Tuning Adviser: How to tune your new SQL Server 2005
posted @
2006-12-15 16:55
Rickie 阅读(354) |
评论 (0)
编辑
Microsoft SQL Server 2005 Setup FAILED!
posted @
2006-12-12 14:44
Rickie 阅读(1063) |
评论 (0)
编辑
Overview of Sql Cache Dependency
posted @
2006-05-19 15:23
Rickie 阅读(504) |
评论 (0)
编辑
MS的一个BUG折腾我几个小时!
posted @
2006-05-13 21:40
Rickie 阅读(525) |
评论 (3)
编辑
Multiple Active Result Sets (MARS) in ADO.NET 2.0 and SQL Server 2005
摘要: Multiple Active Result Sets (MARS) is a new feature of ADO.NET 2.0 that provides the capability to open more than one result set over the same connection and lets you access them all concurrently. Prior to MARS, each result set required a separate connection. Currently, the first commercial database to support MARS is SQL Server 2005.
阅读全文
posted @
2006-03-09 21:59
Rickie 阅读(2229) |
评论 (0)
编辑
SQL Server 2005 Beta 2 Service Broker: Stored Procedure acts as a service program
摘要: 这里演示同一个SQL Server中不同数据库之间的基于Service Broker的异步消息传递,其中Stored Procedure充当Service Program。
阅读全文
posted @
2005-04-16 05:32
Rickie 阅读(1267) |
评论 (0)
编辑
SQL Server 2005 Beta 2 Service Broker: State of conversation endpoint
摘要: Conversation Endpoints can be looked up via querying the sys.conversation_endpoints catalog view in the local broker's database. In this way, we continue on a demo to check Conversation Endpoints in both the Initiator and Target Endpoints.
阅读全文
posted @
2005-04-09 04:57
Rickie 阅读(1092) |
评论 (1)
编辑
SQL Server 2005 Beta 2 Service Broker: Create Route
摘要: Following the previous post, A simple tutorial on SQL Server 2005 Beta 2 Service Broker, this post will handle how to send messages to and from in the different Database or SQL Server.
阅读全文
posted @
2005-04-08 00:44
Rickie 阅读(1130) |
评论 (3)
编辑
A simple tutorial on SQL Server 2005 Beta 2 Service Broker
摘要: Service Broker is a new technology in Microsoft SQL Server 2005 Beta 2 that helps database developers build secure, reliable, and scalable applications. Service Broker provides queuing and reliable messaging as part of the Database Engine. These features provide the infrastructure necessary to build high-performance applications that easily scale-up or scale-out.
阅读全文
posted @
2005-04-07 23:48
Rickie 阅读(1468) |
评论 (1)
编辑
SQL Server 2005 webcast Series [English]
摘要: SQL Server 2005 webcast Series [English]
阅读全文
posted @
2005-04-07 02:17
Rickie 阅读(701) |
评论 (0)
编辑
Microsoft SQL Server 2005 Beta2初步体验
摘要: SQL Server 2005对SQL Server 2000而言,总体感觉各个方面均很大的提升。因为短短试用了几天,简单记录一下自己的体验。
阅读全文
posted @
2005-04-04 03:05
Rickie 阅读(1560) |
评论 (1)
编辑
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
公告
Enjoy Coding Experience
These postings are provided "AS IS" with no warranties, and confer no rights.
所有贴子都只代表我个人观点,皆以“现状”提供且没有任何担保,同时也没有授予任何权利。
版权所有 All Rights Reserved.
联系方式:
coffee maker
Web
rickie.cnblogs.com
昵称:
Rickie
园龄:
7年7个月
粉丝:
41
关注:
2
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
0.休闲娱乐(12)
(rss)
1.Remoting技术(37)
(rss)
2.自己开发小工具(5)
(rss)
3.Rose&UML建模(5)
(rss)
4.SQLServer技术(16)
(rss)
5.SPS管理(31)
(rss)
6.WebPart开发(37)
(rss)
7.重构(8)
(rss)
8.架构及模式(21)
(rss)
9.企业级案例分析(8)
(rss)
A.工作流(6)
(rss)
ASP.NET MVC(4)
(rss)
B.设计模式分析(3)
(rss)
C.消息队列(4)
(rss)
D.多线程技术(3)
(rss)
E.Enterprise Library(31)
(rss)
F.CSLA .Net(3)
(rss)
G.Active Directory(5)
(rss)
K.知识管理KM(5)
(rss)
M.移动开发(1)
(rss)
Oracle(2)
(rss)
P.Project Server(1)
(rss)
S.SQLServer2005(36)
(rss)
TFS-VSTS(4)
(rss)
V.ASP.NET(34)
(rss)
W. WCF & WF(6)
(rss)
X. Biztalk Server(40)
(rss)
Y.五花八门 (25)
(rss)
Z.新技术前瞻(10)
(rss)
电子商务平台(6)
(rss)
随笔档案
2011年7月 (2)
2011年5月 (2)
2011年4月 (3)
2011年3月 (8)
2008年4月 (2)
2008年3月 (4)
2008年2月 (3)
2008年1月 (4)
2007年10月 (3)
2007年9月 (3)
2007年8月 (2)
2007年7月 (2)
2007年6月 (11)
2007年5月 (16)
2007年4月 (6)
2007年3月 (10)
2007年2月 (1)
2007年1月 (8)
2006年12月 (18)
2006年11月 (3)
2006年9月 (2)
2006年8月 (1)
2006年7月 (6)
2006年6月 (3)
2006年5月 (7)
2006年4月 (9)
2006年3月 (4)
2006年2月 (2)
2006年1月 (1)
2005年11月 (3)
2005年10月 (1)
2005年9月 (2)
2005年8月 (6)
2005年7月 (7)
2005年6月 (3)
2005年5月 (1)
2005年4月 (10)
2005年3月 (15)
2005年2月 (32)
2005年1月 (28)
2004年12月 (24)
2004年11月 (29)
2004年10月 (32)
2004年9月 (15)
2004年8月 (16)
2004年7月 (19)
2004年6月 (9)
文章分类
转载的技术文档(3)
(rss)
文章档案
2005年1月 (1)
2004年11月 (1)
2004年9月 (1)
Blogs
Jan Tielens' Bloggings
Patrick Tisseghem
Rockford Lhotka
Tom Hollander's Blog
风前絮~~
Web sites
Codeproject.com
theServerSide.Net
积分与排名
积分 - 959932
排名 - 36
最新评论
阅读排行榜
评论排行榜
推荐排行榜