Latest Posts
itgroove – Now providing ‘Business Technology Solutions’
itgroove announces a new focus. It was time for a change, and while we used to label ourselves ‘Your Trusted IT Advisor’ (and we still are), that slogan just simply did not do our abilities and service offering justice. We are now itgroove, ‘Business Technology Solutions’. With solutions like CMS, itGuardian (we watch your technology …
Read onSQL Query to list indexes
Here’s a query for listing indexes… Needed this today… select ‘tablename’=objectname(i.id) ,i.indid ,’indexname’=i.name ,i.groupid ,’filegroup’=f.name ,’filename’=d.physicalname ,’dataspace’=s.name from sys.sysindexes i ,sys.filegroups f ,sys.databasefiles d ,sys.dataspaces s where objectproperty(i.id,’IsUserTable’) = 1 and f.dataspaceid = i.groupid and f.dataspaceid = d.dataspaceid and f.dataspaceid = s.dataspaceid order by f.name,objectname(i.id),groupid go
Read onFree IP Scanner – I like Free…
On my to do list to check this out and install it, but for now, here’s a bookmark for you (and me) for a free IP Scanner:
Read onitgroove :: ‘Eats Own Dog Food’
Ya, We Know. Gross. Actually, ‘eating your own dog food’ is an industry term (the geek industry, of course) for testing a (technology) product on yourself, before releasing it to your customers.itgroove chewed the Alpo” on our new website – www.itgroove.net – and we are pleased to announce that in no time whatsoever, we moved …
Read onAdd a SiteMap that is Google compatible, within Joomla
Use this: XMAP Module Submit this (using google webmaster tools): Xmap is a Joomla! extension based on the popular Joomap component. Xmap allows you to create a map of your site using the structure of your menus. Detail Information You can add your sitemap to your Google account in Google Sitemap to provide it with …
Read onOne three (13) reasons why SharePoint kicks your file servers ass!
SharePoint vs. the File Server SharePoint offers… Web based access to your files from anywhere (work, home, the airport and from anything (PC, MAC, mobile devices) – in a Web browser or familiar Explorer view SharePoint offers a Two Stage” recycle bin – if you delete a file in SharePoint, you can restore it from …
Read onNice, simple Google SiteMap Generator
Found one I like, easy to use so I’m bookmarking it. https://www.brianpautsch.com/Products/Sitemap-Generator/ Powered by www.itgroove.net Sponsored by Major Change (.com) – The Online Change Register
Read onSpam on Blackberry device, but not in Outlook?
If Spam is not being filtered before email is sent to Blackberry devices, this is for you… This detail applies to installations where a Blackberry Enterprise Server (BES) is installed. If users are receiving spam and phishing on their Blackberry devices, configure the Blackberry server to wait for 45 seconds before forwarding messages to Blackberry …
Read onUpdated Resume for Sean Wallbridge
My resume was horribly out of date. It still is less than I would like, but nonetheless, it was time to update it to at least a reasonable accuracy, so here it is… 🙂 In PDF: Sean_Wallbridge_Resume.pdf
Read onAccount Lockout and Management Tools – install on every DC
This is a great little add-in (FREE!) that you should consider installing on every Domain Controller, to show you the itty bitty bits of details you need to know about user accounts such as when their password expires, etc. (you do set your passwords to expire, right?) Free download, do it now, install it now, …
Read on