DevelopmentNow Blog

Monthly Archives: April 2008

Subversion: Merging Changes from a Branch into the Trunk

We don’t branch or tag super often, usually just on major releases, experimental code, or not-yet-ready code. But sometimes you’ll have changes in a branch that you want to merge back into the main development trunk. So assume your project’s … Continue reading

Posted in Tools | View Comments

Portland Open Beer Club is this Thursday, April 10, 5pm, at Bailey’s Taproom

Portland Open Beer Club (a spinoff of the Open Coffee Club) is meeting this Thursday 5pm at Bailey’s Taproom, 213 SW Broadway, Portland, OR. It’s an informal meetup where entrepreneurs, developers and investors can chat, network and grow. Very laid … Continue reading

Posted in Open Coffee | View Comments

SQL Server Management Studio – Export Query Results to Excel

The easiest way I’ve found involves two steps: Adjust SSMS Settings Go to Tools->Options Query Results->SQL Server->Results to Grid Check “Include column headers when copying or saving results” Click OK. Note that the new settings won’t affect any existing Query … Continue reading

Posted in Database, Tools | View Comments