Community Circle
Search this blog
Steve’s tweets
- RT @BrentO: Recently Posted, Now with Comments: #TSQL2sday 136 Invitation: Blog About Your Favorite Data Type (Or Least Favorite) https://t… 8 hours ago
- @jasonhorner @thedouglane Would have to be a NSFW channel for sure. Plenty of content, and I mess things up regularly. 8 hours ago
- @thedouglane I don't mind wiring. More, I hate plumbing. I can almost never get that to work the first time. 8 hours ago
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career
- cell phone
- Cloud Computing
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- patching
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Clone
- SQL Connections
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Daily Archives: August 18, 2014
Disconnecting Auditing
We know security is becoming more and more of a topic for IT professionals. As we realy more heavily on our computer systems, we have to be sure that the information contained in them is secure. We know that we … Continue reading
Posted in Editorial
Tagged administration, auditing, security, sql server
Comments Off on Disconnecting Auditing
Playing with Pivot
I’ve been working on some skills, trying to grow some of my T-SQL, and started to mess with the PIVOT operator. This is a T-SQL construct that helps you turn row data into column data. It’s part of the SELECT … Continue reading