December 31, 2007

CFUnited Europe: BUY 2 tickets, GET 1 FREE!

That means each per person is about 33% off the ticket price. You must be a group of 3 or more to receive these benefits. If you have already registered and want to send more attendees, please contact us so we can help you.

Contact info(at)cfunited.com or liz(at)teratech.com today! This promotion does not expire and does apply to the currently listed price. If you register by 10 January 2008 your price with this discount is about £277 per person.

Register today http://europe.cfunited.com/

July 25, 2007

SQL Server Procedure to Change Object Owner

Have you ever needed to change the owner of a table (or for any object) in SQL Server?

We just had the need to do that today and found this nifty script from Microsoft to do it. Basically it creates a stored procedure that when run creates a list of commands that you can then run against the database to change all the owners for all the relevant objects.

So by using Query Analyzer do the following steps:

(1) Run the create stored procedure script against the database in Query Analyzer
(2) Then run the command "exec chObjOwner 'test','dbo'" against the same database to create the commands
(3) Then copy and paste the outputted commands into the execute window, and run them all!
(4) All objects will have been updated!

Hope this helps someone!

June 01, 2007

Scotch on the Rocks 2007 Presentation: Integrating ColdFusion and Flex with Apache

Scotch on the Rocks 2007 was fantastic and a great success. Andy Allan did a great job of organising this conference. Also thanks to Stephen Moretti and Kev McCab who helped Andy put this event together.

As promised I'm attaching my presentation: Integrating ColdFusion and Flex with Apache

If you have any questions please feel free to contact me (e-mail in the presentation).

Integrating-ColdFusion-and-Flex-with-Apache.pdf