Other News

Community

Generic GridView Delete Strategy

(Martin Millar) There are a number of ways to implement a JavaScript delete confirmation in a GridView. Most of these involve changing the command columns on the GridView into template columns. From here you can either add the onClientClick code to the template directly or serch for the control on t

Community

Partitioning

(Buck Woody) Partitioning is the act of dividing up data onto different hardware or logical locations. Most database systems, even older manual file/table based versions, partition data. And it’s the heart of a relational database system to split data into multiple tables.

Uncategorized

Visual Studio has Released

The Weekly SQL Server Show – Watch Now This show is an interview with Kim Tripp and Paul Randal. We got together at DevConnections in Las Vegas and talked about everything from the famous board game to SQL Server 2008. > Watch Here SQL Power Tools for Power Solutions You may not yet have heard about ZUI, but you’ll want […]

Community

Threaded Engine in DB2 9.5

(Chris Eaton) One of the biggest new features in DB2 9.5 (and one of my personal favorites) is the new threaded engine. In DB2 9.1 and all prior releases on AIX, HP-UX, Solaris and Linux, the DB2 engine was process based. That means that all functions run in operating system processes. For example e