Tag Archives: sql server

Using OPTION (FORCE ORDER) with user definied functions in SQL Server 2005

Really interesting thing I realised today: Using OPTION (FORCE ORDER) within a UDF, at least in SQL Server 2005 (i haven’t tested in other versions), doesn’t work if you are within the RETURN clause. It does, however, if you aren’t. … Continue reading

Posted in Uncategorized | Tagged | Comments Off on Using OPTION (FORCE ORDER) with user definied functions in SQL Server 2005

Getting SQL Server Express 2008 to work the way you probably want it to

SQL Express is the free, low-powered MySQL-competing version of SQL Server. It’s primarily neutered when it comes to hardware utilization (it will use at most 1 CPU and 1GB memory) and maximum database size (4GB excluding log files), but for … Continue reading

Posted in Uncategorized | Tagged | Comments Off on Getting SQL Server Express 2008 to work the way you probably want it to