Category: SQL
In a previous post, I mentioned that I was receiving a bizarre error message: " Unable to create temporary work files ". It turns out that it may not have been as bizarre as I had once thought. After making the previously discussed change, things went downhill fast . Errors started coming in,...
Update: The plot thickens! Since I work for a County municipality, we have a lot of bizarre stuff going on behind the scenes. For instance, we have an ODBC connection set up so that I can display a bunch of FoxPro data on our web site using PHP. Weird situation, right? Well, it gets...
This maddening issue took quite a while to figure out, so I sincerely hope I can save somebody the time by documenting it here. First of all, here's the environment - at work, we're using the following: Windows Server 2003 w. IIS 6 PHP 5.2.9-1 MS SQL Server 2005 Express Connection made...
I recently came upon an extremely quick, simple, and brutal to insert a file into a MS SQL database using only the query editor and a hex editor: Open the file in your hex editor Select all the hex, and copy it Open up the query editor Type up your insert statement: INSERT INTO table...