advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
Advertisement
advertisement
SQL
1 - 20 of 273     Previous     Next
NewSQL: The Relational Model Meets Distributed Architectures May 9, 2011
Research firm The 451 Group coins "NewSQL" to categorize a new breed of database designed for distributed environments -- like the cloud.
4 Things You Need to Know About Designing a Database for the Cloud December 2, 2010
Databases in a cloud environment are inherently different from traditional installations in a datacenter or even in a familiar hosted environment.
Five Reasons to Keep NoSQL on Your Radar August 3, 2010
The NoSQL phenomenon is worth keeping an eye on for these five reasons.
Does NoSQL Spell the End of Relational Databases? July 30, 2010
There will always be a place for relational databases, but non-relational solutions are proving to be fast, flexible, and scalable for many tasks.
The Rise of NoSQL Databases May 3, 2010
The NoSQL concept has been attracting a lot of attention in recent years, primarily due to big-name production implementations.
How Complex Databases Are Governed In the Mormon Church March 23, 2010
In addition to the world's biggest set of genealogies and missionaries in 160 countries, the church has more than 260 centrally managed databases.
Accommodating Null Values in SQL Server August 11, 2009
The key to working with null values properly is to accommodate them consistently. Learn a few tricks that will help you do just that.
Keep Your SQL Server Indexes Fragmentation Free August 5, 2009
Routine maintenance can keep index fragmentation to a minimum—with some help from an index-defragmenting script.
Searching Unidentified Tables and Columns for Specific Content July 15, 2009
You can't let a little thing like not knowing a database's structure keep you from your work. Without identifying tables and columns, you can still find specific values and columns.
Sending E-mail from SQL Server 200X June 19, 2009
From monitoring e-mail messages to distributing reports for users, SQL Server's database mail proves quite useful. Learn how to use it in SQL Server 2000 and SQL Server 2005/2008.
Limit Groups by Number Using Transact-SQL or MS Access May 19, 2009
You can easily limit or group a recordset, but doing both to the same recordset takes a bit of hand coding. Find out how both SQL Server and MS Access can handle the task.
Performing Hierarchical Restructuring Using ANSI SQL April 15, 2009
Discover the flexibility and power of using ANSI SQL to reshape and transform hierarchical structures.
.NET Basics for the Database Developer: Take the Plunge April 9, 2009
This short introduction to .NET shows Access and SQL Server developers how to use a development tool to create connections to data and a user interface to manipulate that data.
The Baker's Dozen: 13 Miscellaneous C#, SQL, and Business Intelligence Development Tips March 18, 2009
Windows Communication Foundation is one of the most important features in the history of .NET. Not only does WCF provide a unified programming model for communications, it also promotes the use of interfaces and various recommended programming practices.
Using and Implementing Content Providers in Android March 11, 2009
Although Android ships with several useful content providers, you can easily extend it and build your own.
Avoid Transact-SQL's Column Alias Limitations March 6, 2009
A column alias seems like a great tool for referencing complex expressions, but SQL Server doesn't work that way. Learn a simple workaround.
Automatic Full Parallel Processing of Hierarchical SQL Queries February 24, 2009
Although adding multiprocessing capabilities to applications is labor-intensive and error-prone, adding multicore capability to SQL query processing can be automatic, benefiting huge numbers of applications with little developer effort.
The Safe and Easy Way to Delete All Data in a SQL Server DB February 19, 2009
Deleting all the data in a SQL Server database doesn't have to involve complex code. The undocumented stored procedure sp_MSForEachTable safely bypasses built-in limitations to accomplish this common task.
Managing Files with SQL Server 2008's FILESTREAM Feature February 5, 2009
SQL Server's new FILESTREAM feature simplifies the process of keeping file-based data, such as images, in sync with relational data.
Comparing Oracle Query Performance for Faster Applications January 30, 2009
Determining which queries will provide the best performance for a given application often comes down to a simple question: Does Query X perform better than Query Y? Learn the tools and methods that can help you compare query response times in Oracle.
1 - 20 of 273     Previous     Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often.
advertisement