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

Posted in Editorial | Tagged | Comments Off on Trade-offs

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

Posted in Blog | Tagged , , | Comments Off on Transferring Table Types