Browse by Tags - dotnet.org.za
in

dotnet.org.za

South African .NET Developer Portal

Browse by Tags

  • SQL And Case Sensitive queries

    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...
    Posted to Riaan's Blog (Weblog) by riaan on 08-13-2008
  • SQL 2005 Driver for PHP

    Microsoft has released the Sql 2005 driver for PHP. Download from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=61bf87e0-d031-466b-b09a-6597c21a2e2a&DisplayLang=en Subscribe in a reader Join my blog network on Facebook Blog Networks
    Posted to Riaan's Blog (Weblog) by riaan on 08-07-2008
  • Entity Framework and Data Modeling

    In this MSDN Magazine article the author answers questions regarding the Entity Framework and provides an understanding of how and why it was developed. http://msdn.microsoft.com/en-us/magazine/cc700331.aspx
    Posted to Riaan's Blog (Weblog) by riaan on 07-08-2008
  • Stored procedure generator

    A tool to create the basic insert,update,select statements to your SQL tables. http://www.codeplex.com/spgen
    Posted to Riaan's Blog (Weblog) by riaan on 05-27-2008
  • Flexible Data Transformation Architecture

    Article found on MSDN. Some cool concepts used: http://msdn.microsoft.com/en-us/vcsharp/cc533518.aspx
    Posted to Riaan's Blog (Weblog) by riaan on 05-20-2008
  • Microsoft SQL Data Services

    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...
    Posted to Riaan's Blog (Weblog) by riaan on 03-12-2008
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems