I am a little behind on reading some of my RSS feeds, however I did find these GEMS this morning! Transformer cosplay http://www.squidzone.ca/the_squid_zone/2007/09/transformer-cos.html More-on the iPhone http://www.squidzone.ca/the_squid_zone/2007/09/more-on-the-iph.html
Month: September 2007
I am a little behind on reading some of my RSS feeds, however I did find these GEMS this morning! Transformer cosplay http://www.squidzone.ca/the_squid_zone/2007/09/transformer-cos.html More-on the iPhone http://www.squidzone.ca/the_squid_zone/2007/09/more-on-the-iph.html
I found this last night while I was at the study group, I found this link. http://www.microsoft.com/canada/awards/finalists_2007.mspx I’m not surprised that both CTE Solutions and Compugen are up for a few awards. CTE Solution is extremely helpful to the Ottawa Windows Server User Group and I know a number of the Compugen staff include Rod […]
MCTS Self-Paced Training Kit (Exam 70-620): Configuring Windows Vista Client comments and corrections http://support.microsoft.com/kb/941753/en-us
Well I like many other have finally joined facebook, well I went looking for a friend of mine who is a teacher at a local school. He teaches History, Law and Rugby. Anyways some of his students have created a facebook group for him, “Everything I learned, I learned from Pat Easton” One of the […]
SELECT CS.Name0, PB.SerialNumber0, SE.SerialNumber0 FROM v_GS_COMPUTER_SYSTEM CS LEFT OUTER JOIN v_GS_PC_BIOS PB ON CS.ResourceID = PB.ResourceID LEFT OUTER JOIN v_GS_SYSTEM_ENCLOSURE SE ON CS.ResourceID = SE.ResourceID WHERE CS.Name0 = @compname
MagicISO is a powerful CD/DVD image file creating/editing/extracting tool. It can open / create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile. http://www.magiciso.com/
Set nocount off Declare @now datetime set @now = getdate() SELECT DISTINCT CS.Name0, ARP.DisplayName0, ARP.TimeStamp FROM v_GS_ADD_REMOVE_PROGRAMS ARP, v_GS_COMPUTER_SYSTEM CS WHERE CS.ResourceID = ARP.ResourceID And DateDiff(dd,ARP.TimeStamp, @now) < 30
How fitting with today’s user group presentations on BDD! http://blogs.technet.com/msdeployment/
SELECT SD.Status0, Count(SD.Status0) AS ‘Count’ FROM v_GS_SOUND_DEVICE SD GROUP BY SD.Status0