Entries Tagged ‘microsoft’:

Tip: How to connect to a database with different credentials in SQL Server Management Studio

If you are logged into your machine with a username that doesn’t have access to a certain SQL Server database you can launch SQL Server Management Studio with different credentials. This allows you to use Windows Authentication with a different username when connecting to the database server. runas /user:DOMAIN\USERNAME “C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe”  

Tags: , ,

Leave a Comment

PSA: Download Windows 8 Developer Preview for Free!

As of yesterday, Microsoft has posted a preview version of the new Windows 8 operating system. Windows 8 will come with the new Metro interface (similar to Windows Phone 7) and many other enhancements which are focused on touch-gesture input. One important thing to know is that I’ve heard that many users have been able [...]

Tags: , , , , ,

Leave a Comment

Explanation of Microsoft Kinect’s AI

Microsoft has published a scientific research paper ([PDF] Real-Time Human Pose Recognition in Parts from Single Depth Images (Microsoft Research)) detailing how Microsoft Kinect’s body tracking algorithm works. There is also a video (Kinect Research (youtube.com)) to go along with it. Also, I came across a separate article (Kinect’s AI breakthrough explained (I-Programmer.info)) which summaries [...]

Tags: , , , , , , ,

Leave a Comment