Locks & Latches
Databases, Programming, Operating System, Graphics, Fonts, etc
Money pit on Oak Island
›
Very bizarre story: http://www.activemind.com/Mysterious/Topics/OakIsland/ I've put it here so I don't forget to check progress on t...
1 comment:
Drupal Clean URL's with IIS7
›
Drupal can work with clean URL's (or URL write). The most talked about solution is using Helicon's ISAPI _Rewrite ISAPI add-in, whic...
4 comments:
Liger
›
I saw a documentary today on National Geographic about the cross-breeding product of a tiger and lion. The hybrid is called a liger. I didn...
Fix upload of images in Drupal
›
Solution to messages like warning: move_uploaded_file() [ function.move-uploaded-file ]: Unable to move 'c:\progra~1\php\upload_tmp\php5...
Install Windows Components from command-line
›
If you want to start the add/remove Windows Components dialog without using the add/remove programs interface, then use the following comman...
1 comment:
IE7 enable tabbed browsing
›
You can enable tabbed browsing in Internet Explorer 7 by using a menu command: Tools -> Internet Options -> Tab: settings -> select...
1 comment:
Dynamic transparent color
›
The default value of most color properties is "Transparent". If you want to dynamically set a color property, you can use the IIF-...
1 comment:
Truncate staging tables
›
Before creating a backup of the database, you could clean out all staging tables to safe some space in the backup and to reduce the time it ...
Windows Update fix
›
Sometimes Windows Update gets corrupted. Some of its components or previously downloaded updates get mangled during the download or installa...
Cannot decrypt the symmetric key...
›
Yesterday I got a Windows update of my .Net framework 2.0. After the update the system needed to be rebooted, so I did that. After that, my ...
3 comments:
Return the size of pre-selected tables
›
A stored procedure I use a lot to get a resultset containing the size of a selection of tables in the database: CREATE procedure sp_TableSiz...
Backup to network share
›
You can use the following TSQL statement to backup a database to a network share in SQL Server 2000: BACKUP DATABASE TO DISK = '\\unc\fo...
Concatenating text files
›
Jamie Thomson has a post on concatenating multiple text files (using the ForEach Loop) and subsequently loading this concatenated file in on...
2 comments:
Strange HAVING-clause behaviour
›
Say you want to return a resultset containing the last two days per week. First, construct the demo table: CREATE TABLE TEST_TIME (WEEKCODE ...
‹
Home
View web version