News (16)

SQL Server 2005 updated

Service Pack 1 is here, and includes mirroring tools as well as new features for the Express edition. Read more »

Microsoft slips out Yukon test release

Microsoft has released another test version of its forthcoming SQL Server 2005 database and has introduced a free management tool. Read more »

Microsoft releases SQL Server 2008

Microsoft said on Wednesday in the US that it had finished work on SQL Server 2008, the latest version of its database software. Read more »

Database-maker Sybase reaches terabyte league

Database specialist Sybase has launched version 15 of its flagship Adaptive Server Enterprise (ASE) product in Australia, touting several new features such as the ability to support several terabytes of data. Read more »

Microsoft frees Visual Studio 2005 Express

The stripped-down version of Microsoft's development tool will be available at no cost indefinitely. Read more »

Microsoft extends tool giveaway

Microsoft has decided to continue indefinitely a free development tool offer it launched last year to better attract hobbyists and students to Microsoft's software. Read more »

Microsoft fixes DNS flaw but warns of Word attacks

Microsoft is warning that a Word flaw is being used for targeted attacks, and has also issued four 'important' patches, including one for a potentially serious DNS flaw in the latest Patch Tuesday bulletin. Read more »

Microsoft to give students free developer tools

Microsoft wants more students using its software tools and it thinks it has hit on the right business model -- it's going to give away its software. Read more »

IBM sets DB2 database free

IBM on Monday introduced a free version of its DB2 database, a move designed to win software developers over to its products. Read more »

Oracle to offer free database

Oracle intends to release a free version of its database, a reaction to the growing competitive pressure from low-end open-source databases. Read more »

Features (14)

Easily correct data casing with SQL Server

In this tutorial, I will create a function that will be useful in terms of updating data or just displaying data to end users in a pleasing manner. Read more »

SQL Server 2005 secrets

There's plenty of hype about the new SQL Server 2005. Here's a list what's important about the pending release, and what you can plan on using SQL Server for in the near future. Read more »

Build directory structures using SQL Server 2005

If you store directory structures in the database, you are aware of what it takes to retrieve the data. Writing queries to pull this information is sometimes difficult to achieve and inefficient. You can use the recursion and XML features in SQL Server 2005 to build a file location on the fly. Read more »

Find blocking processes using recursion in SQL Server 2005

Blocking occurs in SQL Server 2005 when one process has one or more records locked, while another process tries to acquire locks on the same set (or subset) of records. This can create a daisy-chain of processes waiting to complete their work. Read more »

Using Object Dependencies in SQL Server 2008

Tracking object dependencies has always been difficult with SQL Server. SQL Server 2008 makes it easier because it tracks dependencies by the object's name rather than ID. Here's how it works. Read more »

Microsoft SQL Server 2005 uncovered

SQL Server 2005 has finally hit the market and brought with it significant new features and changes from previous versions. We'll explain the various editions of SQL Server 2005 take a look at the new management console. Read more »

How do I ... reject alpha characters in a SQL Server character column?

Enforcing your data's integrity is probably the single most important issue you face when designing a database. Validating user input is one way of keeping bad data from making its way into your analyses and reports. Read more »

Creative uses for COALESCE() in SQL Server

COALESCE() accepts a series of values and a value to use in the event that all items in the list are null; then, it returns the first not-null value. We describe two creative uses of the COALESCE() function in SQL Server. Read more »

Developer Spotlight: Greg Low

Builder AU interviewed Greg via e-mail before the start of Tech.Ed 06 to talk about beta software, free databases, and the future of database development. Read more »

What to expect in Visual Studio 2005

There is plenty of hype surrounding the product's November 7, 2005 release. Here is what you can expect in version 2.0 of the .NET framework, ASP.NET, as well as SQL Server 2005. Read more »

Blog (1)

Microsoft says "open sesame"

Staff [blogs:syslog] -- While you may have been out last night watching the latest Rambo adventure with Sly Stallone making war for war's sake, Microsoft was busy declaring a truce with the open source community. Read more »

Log in


Sign up | Forgot your password?

  • Staff Crying, mooning and leaving

    In this week's roundup we see that continuous whining can get results, Linux users get 64-bit Flash and Moonlight previews, the latest in the Yahoo/Microsoft relationship and Senator Conroy ducks and weave in Senate Question Time. Read more »

    -- posted by Staff

  • Brendon Chase Sun eye Web developers with Netbeans 6.5

    Despite the recent employment axe hitting Sun the company has pushed out a new release of its Netbeans open source IDE with an eye to appeal more to Web developers. Read more »

    -- posted by Brendon Chase

  • Renai LeMay BarCamp buzz: Let the hacking continue

    Attending last weekend's BarCamp in Sydney, it was hard to escape the conclusion that a certain "dot-com bust" flavour had seeped into the kool aid previously being drunk by Australia's web 2.0 and early stage start-up sector. Read more »

    -- posted by Renai LeMay

What's on?