Archive

Posts Tagged ‘Windows’

SharePoint Designer 2007 is Free

April 14th, 2009 No comments

Microsoft is now offering SharePoint Designer 2007 for free!

LogMeIn Interface v0.1

February 11th, 2009 No comments

I’ve been using LogMeIn.com’s LogMeIn Pro for about a year now and it is great for accessing my desktops and laptops at home from anywhere. With most people carrying laptops these days it seems useless as one would have his/her computer along for the ride. However, when I am at work and there is a website blocked by WebSense or some other limitation that slows me down, I can jump onto my desktop at home and get something done without hassle. It also provides IT shops with the ability to manage hundreds of clients’ PCs from the office. This can be extremely helpful!

One annoyance I have though is with the ActiveX based remote desktop. Unfortunately, I am stuck with IE6 at work. I am not allowed to install IE7, Firefox, Chrome or any other browser than IE6. I also prefer not to run the ActiveX plugin in full-screen mode. I like to be able to quickly and efficiently tab to another window on my local desktop. Running it from the browser requires me to hide/un-hide the address bar and standard buttons though. I have Visual Studio 2005 though. So, I made a very quick little tool that allows me to maximize the space in which the browser sits. It is a Windows application but has nothing except a web browser object that fills the entire window. The default URL is http://www.logmein.com. It allows me to save my IE6 toolbar settings and maximize the space for my remote desktop!

I know, I know the tool is really simple and lame, but I figured not everyone has access to the development tools to make something like this. So, for the non-developers out there, I present FuGeRTech’s LogMeIn Interface v0.1.

Code is released under the MIT License.

SQL Server 2005 and NTFS Compressed Folders

January 8th, 2009 No comments

Summary: SQL Server 2005 does not support compressed folders. Don’t use them for database storage or backups.

I had a backup process running at work that would back up my server’s databases into a compressed folder. Everything was fine until my SharePoint database and another database grew larger than 32GB. My backups began to fail with an error that read:

The process cannot access the file
because another process has locked
a portion of the file.

I was stumped! I contacted a colleague that is a SQL Server expert, and she suggested using FileMon to watch for intruding processes. It may be the anti-virus software requesting the file in the middle of backing up. At that time, I ran my backups manually singling out the two that were failing to backup. I noticed that they would consistently fail at the 32GB mark. That drew my suspicion, and I did some googling to find that Microsoft SQL Server 2005 does NOT support compressed folders!

So, I moved my backups to a regular folder and all is well again. Even my expert colleague did not know of this problem. Luckily, I have read that SQL Server 2008 will support compressed folders.

I hope this information gets grabbed by the web crawlers as finding this information was NOT as easy as it should be.

Here’s another blogger that found this problem a year earlier than me!

http://clay.lenharts.net/blog/2008/01/28/backing-up-to-a-ntfs-compressed-folder/

Brought Back to Life: Compaq Presario 1277

July 16th, 2008 No comments

First off, welcome to my first IT related post on FuGeRTech. A few weeks ago, my (soon to be) in-laws came to town. As they brought in their bags, Tamara’s father says to me, “hey Tony, I’ve got a project for you.” I turn to see a laptop bag in his hands. I think to myself, “must need an OS scrub, defrag, clean-up, etc.” I reply, “alright, what have you got there?” He pulls out the laptop. I see the first piece of it, and then it hit me… “OMG! My college laptop!” I had a 1200 series Presario my Freshman year.

Read more…