Other News

Community

Migrating to MySQL

(George J. Trujillo Jr.) The MySQL Migration Toolkit is a nice easy to use Wizard GUI tool for migrating databases to MySQL. The following site http://www.mysql.com/products/tools/migration-toolkit/ has some really nice tutorials for how to migrate the following databases to MySQL: –SQL Server

Editorials

The SQL Server Information Divide

Latest SQL Server Show, SelectViews, Posted Today’s show is a sample session from the virtual conference – TSQL101 – this session is an intro primer into using TSQL. Find out about the basics, see a sample session from the conference and, while you’re at it, pencil in that third week in June… > Watch Here Also Available [Watch] SQLonCall – […]

Uncategorized

SQL Server Fly on the Wall

Catch the Latest Shows [Watch] SQLonCall – all about conferences [Watch] SelectViews – a new idea, tips, tricks and SQL Server goodies Featured Article(s) Tips for Improving ASP.NET Application Performance The performance of web applications has always been a major concern for application developers. It is one of the most important factors that we need to take care of. When […]

Community

Book Review: Understanding DB2

(Troy Coleman) If you’re looking for a book that presents a well-rounded overview of DB2 for LUW and you’d like to know what’s new in version 9 and 9.5, look no further. “Understanding DB2: Learning Visually with Examples” can serve as a training guide for a beginner, a DB2 certification preparation

Community

Automatic markup and XML pipelines

(Jeni Tennison) The project I’m working on at the moment aims to use RDFa (in XHTML) to expose some of the semantics in some natural-language text. We’re aiming moderately low — marking up dates, addresses, people’s names, and various other more domain-specific things — at least at the moment.

Community

Working with ADO.NET Schema APIs

(Bipin Joshi) In majority of data driven applications developers deal with SQL queries that select, insert, update or delete data from the database. However, at times you need to retrieve schema information from the database. Suppose you are building applications that performs data import and export