December 2007 - Posts

4
Comments

Workflow Logging in WWF by Kasim.Wirama

Workflow Logging in WWF By : Kasim Wirama, MCDBA Many aspects you need to consider when you will deploy your workflow. Faced by diverse possibility of user interaction in real world, you need to consider some aspects. They are workflow logging , workflow...
1
Comments

SQL Server 2005 Query Hints by Kasim.Wirama

SQL Server 2005 Query Hints By : Kasim Wirama, MCDBA, MVP SQL Server In general, without hints SQL Server performs best, but in some cases default execution plan is not so appropriate, if you are sure that uses of query hints will have control over query...
Filed under:
1
Comments

Condition and Rule Activities in Workflow by Kasim.Wirama

Condition and Rule Activities in Workflow By : Kasim Wirama, MCDBA, MVP SQL Server On my previous article (implement multiple activities in workflow), on last passage, I talk a bit about Condition property on IfElse and While activities. Not only these...
0
Comments

Implement Multiple Activities in Workflow by Kasim.Wirama

Implement Multiple Activities in Workflow By : Kasim Wirama, MCDBA, MVP SQL Server It is seldom to find single activity inside a workflow. More often than not, you will find multiple activities inside a workflow. Generally you can straight away drag and...
1
Comments

Create Simple Workflow by Kasim.Wirama

Create Simple Workflow By : Kasim Wirama, MCDBA, MVP SQL Server Workflow is series of activities that are linked one another. You can see many samples about workflow. For me, workflow looks like procedures that I should follow from beginning until the...
1
Comments

How to Read Execution Plan by Kasim.Wirama

How to Read Execution Plan By : Kasim Wirama, MCDBA, MVP SQL Server Many of you have ever read execution plan, and some of you get confused how to gather information from existing execution plan. I would like to give some practical guidance how to read...
Filed under:
1
Comments

Examining Query Plan from Plan Cache by Kasim.Wirama

Examining Query Plan from Plan Cache (SQL Server 2005) By : Kasim Wirama, MCDBA, MVP SQL Server I would like to show you about examining plan cache and how you get insight after examining this plan. In SQL Server versions before SQL Server 2005, I could...
Filed under:
2
Comments

Detecting Locking and Transaction Conflict with Begin Try Handler in SQL Server 2005 by Kasim.Wirama

Detecting Locking and Transaction Conflict with Begin Try Handler in SQL Server 2005 By : Kasim Wirama, MCDBA, MVP SQL Server SQL Server 2005 introduces new error handling construct, it is more robust compare to previous version of SQL Server. The error...
Filed under:
1
Comments

Running Your Workflow in MOSS 2007 by Kasim.Wirama

Running Your Workflow in MOSS 2007 By : Kasim Wirama, MCDBA, MVP SQL Server After I share how to create workflow from existing Approval workflow template (see my article : http://geeks.netindonesia.net/blogs/kasim.wirama/archive/2007/12/26/create-workflow...
7
Comments

Create Workflow in Microsoft Office 2007 SharePoint Server by Kasim.Wirama

Create Workflow in Microsoft Office 2007 SharePoint Server By : Kasim Wirama, MCDBA, MVP SQL Server Workflow has been implemented by most organizations for a long time, and before .NET era, workflow was a custom made application with all custom workflow...
1
Comments

Authorization in WCF by Kasim.Wirama

Authorization in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Authorization is action to verify authenticated user whether to allow on requested operation. It is no exception in WCF. In WCF service, user gets authenticated, once authenticated, WCF service...
0
Comments

Authentication with HTTPS in WCF by Kasim.Wirama

Authentication with HTTPS in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Message encryption should be combined with authentication and authorization wcf client by wcf service. Usually message level security provides authentication, so wcf service can...
0
Comments

Implementing WCF Message Level Security over HTTP by Kasim.Wirama

Implementing WCF Message Level Security over HTTP By : Kasim Wirama, MCDBA, MVP SQL Server You can secure your message confidentiality by encryption either in transport level security or message level security. For transport level security, you can set...
0
Comments

Types of Subqueries by Kasim.Wirama

Types of Subqueries By : Kasim Wirama, MCDBA, MVP SQL Server As database developer, you must have ever written subqueries in either SQL Server or any other database platform. This article will describe shortly about types of subquery. A subquery is inner...
Filed under:
3
Comments

Securing message with HTTPS in WCF by Kasim.Wirama

Securing message with HTTPS in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Message encryption could be achieved with message level or transport level security. For message level security, you can see my article titled : Encrypt Message with TCP-based...
More Posts Next page »
Powered by Community Server (Commercial Edition), by Telligent Systems