Sunday, June 12, 2011

How to Enable Service Broker on SQL Server 2005 ?

You can check to see whether the Service Broker is enabled on your server by executing the following SQL syntax:
SELECT name, is_broker_enabled FROM sys.databases where name='YourDBName'
To enable the Service Broker on your database, you must execute the ALTER DATABASE command. The following SQL command will enable the Service Broker service on the your database:
ALTER DATABASE YourDBName SET ENABLE_BROKER

Tuesday, June 7, 2011

Add Hindi or Phonetic Typing to your web page

hi friends generally we use google translate to type hindi or other language
in textboxes or other text editor tool.
by using this code we can directly type in engish which automatically converted to hindi or any language which we set in java script code.
    
    

change destinationLanguage to google.elements.transliteration.LanguageCode.HINDI,
google.elements.transliteration.LanguageCode.NEPALI,
google.elements.transliteration.LanguageCode.BENGALI,
google.elements.transliteration.LanguageCode.TELUGU,
google.elements.transliteration.LanguageCode.TAMIL
or other language which google support.