What's Here?
- Members: 306,875
- Replies: 841,350
- Topics: 140,576
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,686
- Members: 82
- Guests: 1,604
|
'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
in (Last Comment: , Views: 3,129)
in (Last Comment: , Views: 3,394)
in (Last Comment: , Views: 6,871)
in (Last Comment: , Views: 2,596)
|
|
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.
|
|
|
| |