Riaan's Blog
Integration, Information, Agile
Browse by Tags
All Tags
»
SQL Server
(
RSS
)
asp.net
BizTalk
C#
Code
CodeSnippets
database
Design
Development
Integration
LINQ
logic
Loops
MOSS 2007
patterns
programming
query
SharePoint
T-SQL
web development
Sharepoint support for SQL 2008
Wednesday, August 27, 2008 2:32 AM
Office SharePoint Server 2007 SP1 & Windows SharePoint Services 3.0 SP1 now support SQL Server 2008. For more info go here: http://blogs.msdn.com/sharepoint/archive/2008/08/15/sql-server-2008-support-for-sharepoint-products-and-technologies.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks Share this post: email it! | bookmark it!...
Read More...
SQL And Case Sensitive queries
Wednesday, August 13, 2008 6:05 AM
Ever wondered how to do a Sql query on case sensitive data, for example passwords? The answer is basically in the collation type. By changing the collation type on the column to SQL_Latin1_General_CP1_CS_AS (Case Sensitive) queries as below will shown will give the required results. Select * from table 1 where password = @password COLLATE SQL_Latin1_General_CP1_CS_AS...
Read More...
BizTalk EDI
Monday, August 04, 2008 3:07 AM
What is EDI and how do you implement it with BizTalk 2006 R2? This article answers these questions: http://msdn.microsoft.com/en-us/magazine/cc748658.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Read More...
WCF and SSB
Tuesday, July 01, 2008 1:48 AM
Good article on using the WCF SQL Adapter to extract messages from SSB. Read more here: http://blogs.msdn.com/adapters/archive/2008/06/30/using-the-wcf-sql-adapter-to-read-messages-from-ssb-queues-and-submit-them-to-biztalk.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Read More...
Stored procedure generator
Tuesday, May 27, 2008 2:18 AM
A tool to create the basic insert,update,select statements to your SQL tables. http://www.codeplex.com/spgen Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Read More...
VLINQ and LINQPad
Friday, April 18, 2008 3:26 AM
This article describes 2 cool LINQ tools. These tools help make the LINQ learning curve a bit better: http://www.infoq.com/news/2008/04/linq-tooling Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Read More...
Looping VS LINQ
Friday, April 04, 2008 2:59 AM
This is a very nice article by Chuck Jazdzewski on using traditional c# loops vs using LINQ. This article is making me think twice now before applying traditional loops in my logic. Read the full article here: http://www.removingalldoubt.com/permalink.aspx/6080a8a8-bb63-4492-acd2-1398f086fca0 Share this post: email it! | bookmark it! | digg it! | reddit! | kick...
Read More...
Microsoft SQL Data Services
Wednesday, March 12, 2008 2:23 AM
From the official site: "SQL Server Data Services (SSDS) are highly scalable, on-demand data storage and query processing utility services. Built on robust SQL Server database and Windows Server technologies, these services provide high availability, security and support standards-based web interfaces for easy programming and quick provisioning." Seems...
Read More...
Go
This Blog
Home
Contact
Links
Tags
.net
Adapters
ADO.Net
Agile
Ajax
Architecture
asp.net
BizTalk
Business
C#
Cload Computing
Code
CodeSnippets
database
Design
Development
dotnet
ESB
General Information
HIS
IBM
ideas
IM
information worker
Installation
Integration
Internet
Java
javascript
Kanban
LINQ
Linux
Linx
LOB
logic
Loops
Messenger
methodologies
Microsoft
Mobile
Money
MOSS
MOSS 2007
MSN
News
OBA
Office
Office Server
OLPC
Open Source
Open XML
OpenID
Operating System
os
Oslo
patterns
Performance
Pipelines
Platforms
Practices
Priciples
programming
query
R2
Rules Engine
SaaS
script
SCRUM
Scum
SDK
Server
Service Packs
Services
SharePoint
Silverlight
SOA
Social Networking
Software
source control
SQL Server
startups
Streaming
Sun
Technical Debt
technology
Testing
The Enabler Group
T-SQL
Unit Testing
VB.Net
virtual desktop
WCF
Web 2.0
web development
WebServices
WF
Windows
Workflow
WPF
XP
Navigation
Home
Careers
Downloads
Support
Archives
October 2008 (7)
September 2008 (16)
August 2008 (29)
July 2008 (30)
June 2008 (15)
May 2008 (22)
April 2008 (18)
March 2008 (15)
February 2008 (13)
January 2008 (14)
December 2007 (9)
November 2007 (21)
September 2006 (3)
August 2006 (2)
July 2006 (6)
May 2006 (1)
April 2006 (1)
March 2006 (7)
February 2006 (17)
January 2006 (4)
November 2005 (6)
October 2005 (20)
September 2005 (4)
August 2005 (3)
July 2005 (8)
June 2005 (18)
May 2005 (17)
April 2005 (6)
March 2005 (8)
Syndication
RSS
Atom
Comments RSS