Community Circle
Search this blog
Steve’s tweets
- Daily Coping 4 Mar 2021 voiceofthedba.com/2021/03/04/dai… 19 hours ago
- RT @sqlmal: We're upto 170, just two more days to go! Sign up if you haven't! 1 day ago
- RT @YatesSQL: Morning, "....being there for a friend is one of the greatest gifts you can give. Another one is allowing them to be there fo… 1 day 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 7, 2012
Removing a DDL Trigger
In a recent post I talked about how to create a DDL trigger. You’d think to drop that trigger, I’d run this: DROP trigger CatchLogins That returns me this nice message: Msg 3701, Level 11, State 5, Line 1 Cannot … Continue reading