Tony Davis

  • Interests: football, modern literature, real ale

SQLServerCentral Editorial

Cloud Barriers

I'd like to hear the thoughts of DBAs out there on Windows and SQL Azure, and the prospects of moving applications and databases into the clouds. How many DBAs work for companies that have done it or are seriously considering it? What are the deepest concerns?

You rated this post out of 5. Change rating

2011-07-04

81 reads

SQLServerCentral Editorial

Clustered Indexes? Sedimentary, my dear Watson

There is much sound advice suggesting that every table should have a clustered index, and that narrow, integer, ever-increasing columns, such as afforded by an IDENTITY column are the best choice. But is the sedimentary approach really the natural order of the day?

4.67 (3)

You rated this post out of 5. Change rating

2010-05-24

436 reads

Blogs

Sharpen Your SQL Skills: June’s Challenge Awaits!

By

This June, LearnSQL is throwing down the gauntlet with a fresh SQL Practice challenge....

Denver Dev Day – Best Practices for Database Deployments Resources

By

I delivered a talk today on database deployment best practices at the Denver Dev...

A New Word: desanté

By

desanté – n. the brooding delirium of being sick, which makes time slow to...

Read the latest Blogs

Forums

On Being an "Expert"

By Grant Fritchey

Comments posted to this topic are about the item On Being an "Expert"

Advice: how to script out existing Azure (logical) SQL Server logins

By Stteb

Advice on how to script out existing Azure (logical) SQL Server logins and mapped...

Abort Package after specified timeout project parameter

By Dave

Hi I have a sequence container which contains an execute package task which loads...

Visit the forum

Question of the Day

Adding Hints with Query Store

I have a query that is being tracked in the SQL Server 2022 Query Store. I want to add a hint to this query to ensure that the MAXDOP for this query is one. How can I do this with minimal code changes

See possible answers