Articles

Articles about software engineering, SQL, fitness, music, motorcycles: the stuff that matters

All Articles

Recent Articles

1 2 3 4 5 6 7 8 9

Bike Scams - 10 Nov 2010

Recently I've decided to sell my beautiful 2001 Yamaha YZF-R6, known amongst my cirle of friends as 'The Phantom'.

Motorcycles

Joining Data from Multiple Tables Best Practices - 06 Nov 2010

Consider the following when you join data from multiple tables: Join tables on primary and foreign keys because it improves performance Limit the number of tables in a join Limit the number of tables in a join query because too many joins can s...

SQL

Data Grouping and Summarising Best Practices - 06 Nov 2010

When you use clauses and operators to summarize data, consider the following: Index frequently aggregated columns to improve performance Avoid using aggregate functions on columns that contain NULL values Use the ORDER BY clause to guarantee t...

SQL

T-SQL Recommended Practices - 06 Nov 2010

The following recommended practices should help you work with T-SQL, effectively and efficiently.

SQL

Covering Indices - 06 Nov 2010

If you create an index containing all the columns (or more) that you need for a query, then this is referred to as a covering index.

SQL

Monitoring and Controlling Resources Best Practices in SQL Server 2008 - 06 Nov 2010

The best practices for monitoring and controlling resources in SQL Server 2008 are: Establish a performance baseline over a period of time that reflects the differing utilization of SQL Server 2008 over the business cycle Choose an appropriate ...

SQL

Backup Best Practices for SQL Server 2008 - 27 Oct 2010

Follow the guidelines given below when planning and implementing an appropriate backup strategy: Perform backups on a regular basis.

SQL

Indexing Best Practices in SQL Server 2008 - 26 Oct 2010

For best results, adhere to the following best practices when creating and optimizing indices in SQL Server 2008 (caveats apply): Create indices on columns that join tables, including primary and foreign keys to improve query performance Place ...

SQL

My Local Gym Etiquette - 08 Oct 2010

I've been a member of my local gym for some time now, and recently have switched to eight exercise sessions a week; four cardio, and four weights.

Exercise

More Car Scams - 08 Oct 2010

Last night I received an SMS enquiring as to whether the car was still for sale, it included an email address in which to reply to (snoxmarcus99@hotmail.

Smallcar

All Articles


 

Copyright © 2024 carlbelle.com