School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,875 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,686 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources 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: 3,394)
Code Snippets
Submitted: September 1, 2008        Views: 1692
This function will return number of times a particular string had occurred inside a string.
Submitted: July 31, 2008        Views: 2838
This code will give a gradient effect to the base form.
Submitted: July 5, 2008        Views: 1081
With this snippet you will be able to access MS Excel file data in MS SQL Server 2000.
Submitted: July 29, 2008        Views: 463
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: 891
This is an easy method to find out the current status of the database.
Submitted: July 28, 2008        Views: 503
This snippet will return '1' if the given year is leap year, else '0'.
Submitted: July 28, 2008        Views: 726
This snippet can be handy to send "net send" messages in LAN
Submitted: July 16, 2008        Views: 948
This piece of code will shrink the database physical files, so that some disk space can be freed up.
Submitted: July 29, 2008        Views: 458
This snippet will take backup of all user created backups at once.
Submitted: July 7, 2008        Views: 1141
This MSSQL Stored Procedure will check the given file name is exists in the drive or not.
Submitted: July 31, 2008        Views: 1206
This stored procedure will help you to find a particular string in a table or whole database.
Submitted: July 16, 2008        Views: 2894
This Stored Procedure will Reindex all tables of a database, which will leads to some performance increment.
Submitted: August 5, 2008        Views: 1274
This snippet will helps to restrict textbox to accept only numeric values.
Submitted: July 10, 2008        Views: 476
By using this snippet you can restore a database from a backup file on the disk.
Submitted: July 14, 2008        Views: 752
You can take backup of a database on to disk using this snippet.