Search this blog
2026 Redgate Summit – New York City

-

18 Year MVP Awardee

Tags
- administration
- AI
- AIExperiments
- auditing
- Azure
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- encryption
- Flyway
- Friday Poll
- FWTips
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- Microsoft
- misc
- monitoring
- networking
- PASS
- Performance
- powershell
- presentations
- Redgate
- Redgate Monitor
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- tools
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- words
- work
Search this blog
Steve’s Tweets
Tweets by way0utwestOlder Posts
Meta
Tag Archives: sql server
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
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 Filestream, Filetable, presentations, sql server
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 administration, Resource Governor, sql server, syndicated
Comments Off on Disabling Resource Governor
The Command Shell
Recently I heard a few people arguing over the use of xp_cmdshell in a particular situation. One person was adamant that there was a security risk in using this feature. Many of you probably feel the same way, and even the SQL … Continue reading