JavaScript for converting string to currency format.
https://gist.github.com/prasannadeshpande/91a3212f041fcec3e4f3d9dac5923c89
JavaScript for converting string to currency format.
https://gist.github.com/prasannadeshpande/91a3212f041fcec3e4f3d9dac5923c89
This is great, thank you!
To get the column names of a table in MSSQL
SELECT * FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME = ‘TableName’
This is basically the MSSQL equivalent for The MySQL Command DESCRIBE TableName which displays the table details
For getting only the column names you can use following one
SELECT Column_Name + ‘,’ FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME = ‘TreeDataTable’
Google has once again stepped up and is now offering another free service to make our lives more efficient. The search giant announced today that they will now be offering DNS servers for the public at no cost. This comes in addition to the multitude of services already offered by Google, such as Gmail, Google Voice and Google Sites.
You can set up your computer to use Google’s DNS servers by following their instructions here: Using Google Public DNS
Google Offers Free DNS Servers .Thanks for nice post.I added to my twitter.
Appreciation is related to motivation. Thanks !
Leave a Reply