Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Do You Want a Microsoft Solution?

Microsoft constantly releases new features and products in the data platform space. Many of us have seen the SQL Server product grow in new ways, some of which are very useful to us. As an example the changes from log … Continue reading

Posted in Editorial | Tagged | 2 Comments

A New Word: Ochisia

ochisia – n. the fear that the role you once occupied in someone’s life could be refilled without a second thought, which makes you wish that every breakup would include a severance package, a non-complete clause, and some sort of … Continue reading

Posted in Blog | Tagged , | Comments Off on A New Word: Ochisia

Rename a Database: #SQLNewBlogger

I had someone ask me how to rename a SQL Server database recently. They were doing some development work and wanted to rename databases to test an application. I thought I remembered, but in this post, I show I learned … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Separate Reads

Recently I was watching a presentation on how to scale performance in your SQL Server environment and one of the suggestions was setting up Availability Groups (AGs) and having read-intent connections that would query the secondary and not the primary. … Continue reading

Posted in Editorial | Tagged , | 2 Comments