Tag Archives: software development

Live versus Stored Data

I’ve been working with various technologies as experiments over the last few years. I’m curious how useful I find them, as well as how they might help the clients and customers I run into at Redgate Software. I think Jupyter … Continue reading

Posted in Editorial | Tagged | Comments Off on Live versus Stored Data

The Devil is in the Details

Some of us have run into perplexing technology  problems, where we had to dig deep into an application to solve a problem. We might need to work with our own staff, vendor support, perhaps even coordinate people across multiple different … Continue reading

Posted in Editorial | Tagged | Comments Off on The Devil is in the Details

Building a SQL Saturday Archive

Some time ago I started gathering the SQL Saturday XML files. I started to parse and work with these, but the data is a mess and it never was that important. I regret that now. In any case, with the … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

The Challenges of Splitting a Table

I ran across a discussion on Reddit about splitting a table. In this case, the original post had to do with a vertical partition of data, which is a technique that can help you better manage data in your database. … Continue reading

Posted in Editorial | Tagged | 2 Comments