Blog Archive for December 15, 2009

Enabling Remote Access to SQL Server Express

December 15, 2009

By default SQL Server Express doesn't listen for connections via TCP/IP. To fix this:

  • Open up the SQL Server Configuration Manager
  • SQL Server 2005 Network Configuration / Protocols for SQLEXPRESS
  • Right click TCP/IP, Enable
  • Right click TCP/IP, Properties
  • Get the port number to use from IPAll/TCP Dynamic Ports

Google Docs Bad First Impression

December 15, 2009

I decided to have a look at Google Docs today as I wanted to work on a training course outline from both work and home. I logged into my Google Calendar account, and then selected the Documents option from the menu. I then created a document, and clicked save, to …