Locks & Latches

Databases, Programming, Operating System, Graphics, Fonts, etc

Great directors and actors

›
Just a list for myself, because I keep forgetting names. Directors Darren Aronofski: Pi, Requiem For A Dream, The Wrestler Christopher Nolan...

Oracle SQL Developer screen redraw glitch

›
Perform the following steps to fix the redraw, or screen refresh, bug that can occur in Oracle SQL Developer when used on Windows Vista and ...
4 comments:

Remove visual rings / circles from pen tablet in Windows 7

›
When using a pen in stead of a mouse in Windows, rings or circles may appear when you click. This happens at least in Vista and Windows 7. I...
3 comments:

Limited connectivity using wireless internet in Vista Home SP1

›
I've had an issue with "limited connectivity" on my Vista Home SP1 installation. It is a laptop that connects wirelessly (WiFi...
2 comments:

Simple way to read Excel or Access data in SQL Server

›
-- list of available providers exec master..xp_enum_oledb_providers -- Three ways to read in Access data (file: c:\db1.mdb, tabel: TEST) ...

Converting WAV DTS to MP3

›
A WAV DTS file contains a multi-channel encoded digital format called DTS and has .wav as extention. Playing such a file in Zoomplayer or Wi...
19 comments:

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

About Me

Frans van Bree
View my complete profile
Powered by Blogger.