MOST RECENT
rodelljr,

Its been along time since I posted here last. I have been working with my other blog mixtio.wordpress.com off and on for a little while, and I have noticed something. Pretty much all of my posts were related ...

I was invited to do a presentation on Business Intelligence and Self Service BI at an internal Summit for a Health organization in Indianapolis. Here is the slide deck ...

If you get the above error while connecting to Team Explorer from either Visual Studio 2008, the reason “might be” Microsoft Communicator or Live Messenger installed on the machine and on top of it if ...

DavidMadden,

If you have to display a two numbers and a percentage from older T-SQL you can do the following.cast((((cast((que... as decimal) / cast((query1) as decimal)) * 100)) as decimal(5,1)) as 'Percentage'This ...

TATWORTH,

We should be used to:Keeping Anti-Virus signatures up to dateRunning Windows UpdateKeeping other programs up to dateHowever you should also keep your browser plug-ins up to date. For Firefox, see https://www.mozilla.org/en-... ...

T,

Dynamics NAV 2013 comes with a completely redesigned development experience. One of the nicest new features is the innovative debugger. When I was looking for information that covered the new debugger, ...

Kelly Jones,

Due to my job change, I'm getting the "opportunity" to re-evaluate my computing needs at home. This is because I've had a company laptop since I first started consulting back in 2004. Most recently, I ...

Enrique Lima, Misc PowerShell SQL Server SharePoint Tools Virtualization

In the last number of days, I have come across the release of the Microsoft Office Division Demo VMs. While a great asset, it is also quite large and it consumes a lot of resources, this being said as ...

Lou Vega,

Dear Social Media Community, Now that the 2nd suspect in the Boston Marathon bombing has been captured and the good citizens of Boston can breathe a little easier knowing he’s not in their midst, can we, ...

Richard Jones,

Just interested. (and I may be asking for it). Got a bigger Apple network than me? (you must have) ...

Leonard Mwangi,

So you have two tables that you want to compare to see what’s common between them and what’s not. Traditionally I have used JOINS to get what I need but did you know you can compare the two tables results ...