Search this blog
-
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- 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
- Performance
- powershell
- presentations
- Redgate
- 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
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- The precons for the @PASSDataSummit are out passdatacommunitysummit.com/sessions/pre-c… 1 hour ago
- Still time to register for VSLive Austin, June 13th-17th and learn #DevOps, databases, and more Save $400 with SPK… twitter.com/i/web/status/1… 9 hours ago
- You can see the @PASSDataSummit Learning Pathways for November: passdatacommunitysummit.com/sessions/learn… Register for the Summit an… twitter.com/i/web/status/1… 10 hours ago
- Worth a read and a few minutes of deep thought. twitter.com/BrentO/status/… 15 hours ago
- Daily Coping 24 May 2022 voiceofthedba.com/2022/05/24/dai… 16 hours ago
- From London to Brussels by air and to Antwerp by rail, the @TravelproIntl spinner is doing great. I'm going to keep… twitter.com/i/web/status/1… 18 hours ago
- @BrentO Get a martini and let @GFritchey use XE to find the problem 21 hours ago
- @arrowdrive I'm in Belgium :( enjoy the windy spring 21 hours ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- 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
- Performance
- powershell
- presentations
- Redgate
- 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
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Daily Archives: September 25, 2012
Trade-offs
I’ve always told my managers that building software is a trade off. We can do things cheaply, or we can do them quickly, but we can rarely do both. We can certainly fail in both ways, and many people do, … Continue reading
Transferring Table Types
An interesting idea. I saw this question asked after I was playing with table types a bit. “Can you move a table type between schemas?” Suppose I had two schemas: CREATE SCHEMA OldSchema ; GO CREATE SCHEMA NewSchema ; GO … Continue reading