Tag Archives: sql server

Upgrading to 2012

It’s been a little over a year since SQL Server 2012 was released in its RTM version. In that time, I’ve been using it on most of my machines for testing and demos. I like working with the new features and … Continue reading

Posted in Editorial | Tagged | 1 Comment

Customizing SSMS–Results

This is a short series on some customizations in SSMS to make it visually more appealing. As a presenter, I’ve learned how to change the way Management Studio (SSMS) looks to make it easier for people to see the screen … Continue reading

Posted in Blog | Tagged , , , , | 2 Comments

Filestream and Filetable in SQL Server

This talk is an update of my Unstructured Data in SQL Server talk that looks at the Filestream and Filetable features of SQL Server. This session begins by presenting a case why we will manage more binary (unstructured data) in … Continue reading

Posted in Presentations | Tagged , , , | Comments Off on Filestream and Filetable in SQL Server

Disabling Resource Governor

I had known that the Resource Governor is always running in modern versions of SQL Server. It’s core to the operation of the SQLOS, though it can’t be used to do anything unless it is enabled. You can read more … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Disabling Resource Governor