MySql Stuff

ERROR 1170 (42000): BLOB/TEXT column ‘field_name’ used in key specification without a key length. Use Varchar(some length under 257) and this will allow it to be a key field. — DROP TRIGGER Syntax DROP TRIGGER [IF EXISTS] [schema_name.]trigger_name — Good PDF on creating MySql Triggers http://www.paragon-cs.com/mag/issue6.pdf CREATE TRIGGER emplog_insert AFTER INSERT ON emp FOR EACH [...]

I was trying to access WMI information from a service and kept on getting errors

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED)) I then went duh, the service account that it is running under wouldn’t have access to the network. I suppose you could change the account on the service itself, but for a quick fix I changed With WMIConnectionOptions .Impersonation = System.Management.ImpersonationLevel.Impersonate .Authentication = System.Management.AuthenticationLevel.Packet End With [...]

ESX 3.5 Convert Bus logic to LSI Logic SCSI controller

I was also able to just edit the settings and set the SCSI controller to LSI without any problems. This was with Server 2003. When I started up the machine there was a message asking me if I wanted to convert the controller which I answered yes to.

Creating a service for Visual Basic 2008 Express

Creating and adding services with Visual Basic 2008 Express

Chapter 2: The perfect Corporate XP Workstation Install

Creating the perfect Corporate XP Workstation install

Follow

Get every new post delivered to your Inbox.

Join 201 other followers