dineeshd's Contributions
Below are the tutorials, code snippets, and resources dineeshd has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
DOS printing in USB Printer in Windows Tutorials (Last Comment: dineeshd, Views: 14,751)
Code Snippets
Submitted: September 1, 2008        Views: 5905
This function will return number of times a particular string had occurred inside a string.
Submitted: July 31, 2008        Views: 10100
This code will give a gradient effect to the base form.
Submitted: July 5, 2008        Views: 2883
With this snippet you will be able to access MS Excel file data in MS SQL Server 2000.
Submitted: July 29, 2008        Views: 1650
This snippet will become handy when you want to search for a particular keyword in side your stored procedures and functions.
Submitted: July 28, 2008        Views: 2481
This is an easy method to find out the current status of the database.
Submitted: July 28, 2008        Views: 1809
This snippet will return '1' if the given year is leap year, else '0'.
Submitted: July 28, 2008        Views: 1709
This snippet can be handy to send "net send" messages in LAN
Submitted: July 16, 2008        Views: 2953
This piece of code will shrink the database physical files, so that some disk space can be freed up.
Submitted: July 29, 2008        Views: 1098
This snippet will take backup of all user created backups at once.
Submitted: July 7, 2008        Views: 5289
This MSSQL Stored Procedure will check the given file name is exists in the drive or not.
Submitted: July 31, 2008        Views: 4642
This stored procedure will help you to find a particular string in a table or whole database.
Submitted: July 16, 2008        Views: 8358
This Stored Procedure will Reindex all tables of a database, which will leads to some performance increment.
Submitted: August 5, 2008        Views: 3309
This snippet will helps to restrict textbox to accept only numeric values.
Submitted: July 10, 2008        Views: 1576
By using this snippet you can restore a database from a backup file on the disk.
Submitted: July 14, 2008        Views: 1525
You can take backup of a database on to disk using this snippet.