ServerOnFire
Random thoughts from a code monkey...
Thursday, March 15, 2012
AX 2009 - creating a job to update a database field
Wednesday, March 14, 2012
AX 2009 - Adding a calculated field to a grid
sql int to time
Original Post: I have stored, as seconds, a duration in a table. I would like to use a SELECT statement to retrieve the contents of the column but display them as a time. For example:
45 = 0:00:45
241 = 0:04:01
575 = 0:09:35
and so on...
set @seconds = 241
select convert(char(8), dateadd(second, @seconds, ''), 114)
Thanks for this.
I took your example and turned it in to this which works:
SELECT CONVERT(char(8), DATEADD(second, Duration, ''), 114) AS Duration
Monday, November 7, 2011
friends from Rota, Spain
I am looking for some friends from when I was in the military. Tim Darnell, Joel Cecil, Eric Wood, Michael David Sobanski (called Spaz), and Daniel Trachl.
Tuesday, June 2, 2009
Monday, May 18, 2009
Peter Bromberg's UnBlog: The Social API we really need.
The problem is, this is just a "teaser" of what it really could be, and it's totally disconnected from all the other "social" apps. It doesn't connect you to opening an IM chat (which is realtime, and often a lot more useful), there's no easy way to make it really integrate into a forum / messageboard (which is more permanent, and searchable), or del.ico.us (which helps with organizing and tagging resources that are shared with others), or a hybrid short url / spidering / social tagging site like my ittyurl.net, or a blog post with comments, or email notification of something I am following
http://petesbloggerama.blogspot.com/2008/05/social-api-we-really-need.html
FW: Synergy
Someone sent this to me and I am astounded at how well it works!!
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s). Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all. Synergy is open source and released under the GNU Public License (GPL).
Pros: Works very well (we have used it for months)
Cons: Poorly documented; can be difficult to get started
Freeware
Format: Software Size: 901 KB
Date: Jul 2007 Version: 1.3.1
License: Free
Platform: Windows
System Req: Windows 95/98/2000/ME/NT/XP






