Author: admin

  • Blog
  • Author: admin

How to find space used by table in SQL Server

Recently there was requirement for a client where we need to find space occupied/used  by particular table in SQL Server. I did some research a found a very cool way to get space used information from SQL Server. With SQL server 2005 and higher version you can use ‘sp_spaceused’ to find space used by table

Scope to this feature in Solution Explorer- Visual Studio

Visual Studio is one of my favourite IDE. I love more and more whenever I’m using it. Recently I have found a very good feature called “Scope to this” so I thought it will be a good idea to write a blog post about it. This feature comes very handy when you have large solution

Fast Facts About Microsoft

I have found great link about Microsoft which includes useful information about Microsoft.Corporate Address Important Dates about Microsoft dates Board of DirectorsMicrosoft’s BusinessesOperation CentersMicrosoft SubsidiariesRevenue and HeadcountEmployment InformationReal Estate Portfoliohere is the link: http://www.microsoft.com/presspass/insidefacts_ms.mspx

Creating first python application in Visual Studio

Before some time I have blogged about Python tools in Visual Studio and explained how we install python tools with visual studio and start developing python application with the one of greatest editor in class Visual Studio. In this post we are going to learn how we can create a python application in Visual Studio.