Monday, October 12, 2009

Visual Studio Settings


If you are bored with the generic display settings in visual studio and tired of same white back-ground and blue, green font colors while writing code! and don't know how to really change the settings. here's a website which can be very handy

http://frickinsweet.com/tools/Theme.mvc.aspx#link

Sunday, September 20, 2009

Tip on optimizing PC

While searching for solutions on the internet for OS related problems/issues i faced, found one good website, it has all the resources and important information which sometimes is hard to find.

Here's the link (http://www.optimizingpc.com/install/bootdisk.html)

Thursday, August 13, 2009

ISRO launched "BHUVAN"


Indian Space Research Organization (ISRO)

ISRO launched "BHUVAN" (in Sanskrit meaning: Earth)

It claims to have far more variety and user friendliness as compared to any other Satellite imaging tool like Google Earth, wikimapia.

There's the Link to BHUVAN's website
http://bhuvan.nrsc.gov.in/

To Download and use BHUVAN, follow the link below, as you need to register first before downloading
http://bhuvan2.nrsc.gov.in/Bhuvan/WebClient/PresentationLayer/WebClient/usr_reg.asp

Plz do share your comments and feedback on BHUVAN


Thanks,
-Hemant

Wednesday, August 12, 2009

How to enable Live Meeting in Outlook

For past couple of weeks I been trying left and right on how to get the "Schedule Live Meeting" button in my Outlook. Though Have Live Meeting installed and also the conference Add-ins, finally today i got the break-through.

Believe me it was damn simple, Actually after Installing Windows 7 the live meeting button in Outlook got disabled and so didn't show up. So, all we need to do is enable it

Open outllok -> Help -> Disabled Items

Select the Live meeting related add-in and click "Enable".

Thats it!

Thursday, July 24, 2008

MSSQL Server :: Tips-n-Techniques

To Drop Indexes:

  • Drop INdex CusAccAssGrpAK on CusAccAssGrp
  • Drop INdex CusAccAssGrpDel on CusAccAssGrp
  • Drop INdex CusAccAssGrpPK on CusAccAssGrp

To Create Indexes:


  • exec BuildTableIndexes 'CusAccAssGrp'
  • exec BuildDelIndex 'CusAccAssGrp'

----- ----- ----- ----- ----- ----- ----- ----- -----

Useful SQL System Stored Procedures:

- sp_spaceused 'tablename'
- sp_helpdb 'databasename'

Useful SQL System Schemas:

- InformationSchema.Columns