Expert SQL Server Consulting

We invest in you before you invest in us.

Learn More

DBA as a Service

Remote, senior DBAs on your team, not on your payroll.

Read More

Cloud

We can plan and execute your move to the cloud.

Read More

Upgrades

Expert, painless, set-it-and-forget-it SQL Server upgrades.

Read More

We Sell Green Checkmarks

We’re SQL Server experts who can solve your database problems and keep them from coming back.

How are we different?

Your account manager is your technologist.

Your account manager is empowered.

Your account manager is responsive.

Your account manager is not time-keeping.

Database management has never been this easy. The Straight Path team is full of database gurus who can help you speed it up, sort it out or set it up right. And they do it with a pleasant attitude (in a world where unpleasant exchanges are all too common). Fast, flexible and armed with state-of-the-art tools and knowledge, database issues are no match. We’ve had the pleasure of working with Straight Path on behalf of multiple of our clients and they’ve become a key partner of ours. A growing business means a growing system – and a growing need to keep the systems properly optimized. Client satisfaction has increased because problems are solved and workflows are positively impacted. As a result, I am sleeping like a baby knowing our databases are being watched and managed diligently. I don’t know what we’d do without them.

Dean Tammam, Red Key Solutions

How to Troubleshoot SQL Server With PowerShell.

PowerShell is an essential tool for SQL Server database administrators looking to streamline their workflow and automate repetitive tasks. When it comes to troubleshooting your SQL Server instances, PowerShell is an essential tool for the DBA toolbox. As a versatile scripting language and command-line shell, PowerShell enables seamless integration of commands, arguments, variables, and modules … Read more

Free Training – New England Area

Adam Mechanic over on his blog has announced a code camp offered by Microsoft, and the New England and New Hampshire SQL Server User Groups. Looks like a great time of learning and the price is right

Don’t Touch that SQL ServerShrink Database Button!

Updated [2016] This post continues to be a popular destination for searches like “How do I shrink a database?”  I made some copy edits. I also wanted to reiterate a default position: It isn’t usually a good idea to shrink your SQL Server database. There are exceptions, but they are exceptions. This post is part 1 in a series … Read more

Good information on upgrade to 2008

The SQL Server Customer Advisory Team has a great blog and they have a good article here about upgrading to 2008. Lot of reasons to upgrade to 2008 (especially if you are on SQL Server 2000 or earlier). Check it out; http://blogs.msdn.com/sqlcat/archive/2008/12/08/ultimate-guide-to-upgrading-to-sql-server-2008.aspx

Good use for WITH RECOMPILE

Haven’t looked into all of the details underneath but at the surface probably a good reminder of where WITH RECOMPILE can be helpful… Using SQL Server Reporting Services, a workaround was used (this is the part I want to look into more) to basically get a blank report showing when a user first links to … Read more