Editorials

Editorials

Best Practices for Business Intelligence – the Complexity Curve

Featured Article(s) Book Review: Practical SQL Handbook: Using SQL Variants A review of the book – it’s targeted at the beginner DBA, and part of a series of titles for this market. Best Practices for Business Intelligence "Complexity Curve" Peter wrote in with thoughts from his perspective – and specifically asking (paraphrasing) what the benefit is for third-party tools if […]

Editorials

How Do You Do BI with SQL Server?

Featured Article(s) BCP Basics – an Introduction This article will cover the basics of BCP – get the basics and how you can apply them to your work. How Do You Do BI with SQL Server? Things are shifting with Microsoft’s direction with Business Intelligence-type support for SQL Server. Not going away, just shifting and focusing (changes with performance point). […]

Editorials

Asking the Right Questions

Featured Article(s) Understanding the ORDER BY clause The ORDER BY clause acts differently in logical query processing. The article explains such behaviors of ORDER BY with the aid of query execution plans. Asking the Right Questions I wrote last week about asking the right questions and, specifically, at the right time. The original point was centered around gathering statistics at […]

Editorials

Tuning your SQL Server: Don’t forget!

Featured Article(s) SQL Statement Runtime in MS The following stored procedure usp_CalcMsExecTime gets a string varchar(4000) of a SQL statement and calculates the time (in Miliseconds)it took to execute. Additional Thoughts on Tuning I can’t tell how many times I’ve had this conversation: Me: "When do you want to capture the load on SQL Server so we can see what’s […]

Editorials

Query Performance Feedback and Comments

Featured Article(s) Freespace – A DBA’s Favorite View One of a DBA’s main worries is the amount of freespace in a tablespace. This article will present a view that I use on a daily basis to monitor tablespace freespace. This view is one of my most frequently used tools and has help keep me out of trouble. Tuning, Troubleshooting – […]

Editorials

SQL Server Query Optimization Tips

Featured Article(s) Tips for using SQL Server 2005 Query Hints (Part 1) Here are some helpful tips to optimize your SQL Server 2005 queries by using hints. Query Optimization Tips Yesterday I wrote about a quick approach to figuring out which of a few different ways is the best query to run. I ran across a great article from Pinal […]

Editorials

SQL Server Execution Plan and Tuning

Featured Article(s) Business Continuity planning for SQL Server Business Continuity planning for SQL server. Find out tips and an approach to your planning. SQL Server Execution Plan and Tuning When was the last time you reviewed the execution plan for your popular queries in the system? This seems like one of the tools that gets attention when there are problems, […]

Editorials

Independent SQL Server Help

Independent SQL Server Help Or, at least help with your independent support of SQL Server. I asked about whether you thought this might be a good idea last week. Specifically, we’re considering a series about helping run a consulting business – either administrative or development – and the thought was to have information on common business issues that come up […]