It happens to me a few times, I can’t set my desktop image. What you need to do is go to your registry. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, delete Wallpaper key and now you can set the background image
Archive for June 3rd, 2009
Cannot Set Windows Background Image
Posted by ken zheng on June 3, 2009
Posted in Handy Tips | Leave a Comment »
Generate insert script from existing data table
Posted by ken zheng on June 3, 2009
You can generate a create table script from SQL 2005 but there is no oob to generate an insert script.
Here is the link to create a sp which will generate script for you.
http://vyaskn.tripod.com/code/generate_inserts_2005.txt.
Check out the My code library to see any script can be used in your project.
Posted in SQL | Tagged: Insert Script, SQL | Leave a Comment »