OK What gives…? I have travelled a fair bit in the pasted but never have had so many problems with airlines! This week I have been on two trips and in BOTH cases the airline has lost my luggage!!! What up with that?? BTW for those of you looking for me, I am checked into […]
Month: February 2009
select CS.Name0, CS.UserName0, case when (sum(case when UCS.status=2 then 1 else 0 end))>0 then (‘Needs ‘+(cast(sum(case when UCS.status=2 then 1 else 0 end)as varchar(10))+ ‘ Patches’)) else ‘Good Client’ end as ‘Status’, ws.lasthwscan as ‘Last HW scan’, FCM.collectionID–, from v_UpdateComplianceStatus UCS left outer join dbo.v_GS_COMPUTER_SYSTEM CS on CS.ResourceID = UCS.ResourceID […]
Original Becardi orange rumBanana LiqueurStrawberry kiwi RemyPineapply Juice Update1 Oz. Rum1/2 Oz. Banana Liqueur1/2 Oz. Raspberry LiquorStrawberry JuiceKiwi JuicePineapply Juice
As I have already posted I am taking a personal interest course in Bartending to go along with my bar setup (first picture). As part of my final exam I need to: Modify four existing cocktails to ( the best two will be selected and graded) make it cheaper (ie replace Grand Marnier with Triple […]
select r.Name, r.SMSAssignedSites, r.IPAddresses, r.IPSubnets, r.OperatingSystemNameandVersion, r.ResourceDomainORWorkgroup, ru.name, r.LastLogonUserDomain, r.LastLogonUserName, r.SMSUniqueIdentifier, r.ResourceId, r.ResourceType, r.NetbiosName from sms_r_system r, sms_r_user ruWhere r.LastLogonUserDomain = ru.WindowsNTDomain and r.LastLogonUserName = ru.UserName
YES!!! OWSUG.ca event is still on! ( I had to answer this question a few times today!) If you are really lucky you will spot Obama on your way to the event! Keep in mind that there are road closure and give yourself a bit more time to get to the MS office tonight. […]
Hello Canadian IT Pros and Developers,Current economic realities are putting pressure on all of us to utilize technology in new ways. From increasing productivity, reducing costs, and providing clear benefit to the business, each of you play a key role in making this real. Your ability to understand the technology possibilities to help solve real-world […]
So I am add Groove to my current laptop. Groove, as part of its setup, ask the question do you have a Groove account I say yes, since I had one on my old laptop. I follow the prompts, anyway this is what I get, depending on what I pick. Now […]
select Model0, Count(*) from dbo.v_GS_COMPUTER_SYSTEM CS, dbo.v_FullCollectionMembership FCMWhere CS.ResourceId = FCM.ResourceId And CollectionID = ‘SMS00001’Group by Model0
select Model0, Count(*) from dbo.v_GS_COMPUTER_SYSTEM CS, dbo.v_FullCollectionMembership FCMWhere CS.ResourceId = FCM.ResourceId And CollectionID = ‘SMS00001’Group by Model0