-
Recent Posts
- LightSwitch – MSDN Article with Garth Henderson
- LightSwitch – Automatically Upper Case TextBox Text
- LightSwitch – Extension Development Kit
- Microsoft Community Contributor Award 2011
- Behaviour Driven Design with Ian Cooper
- LightSwitch – Installing on Windows XP requires SP3
- Clearing Browser History now clears Flash Cookies in Version 10.3
- LightSwitch – Limiting Item Selections using a ComboBox
- LightSwitch – Add non existent records using AutoCompleteBox
- LightSwitch – In What Order do Screen Events Fire?
- LightSwitch – Displaying Web Pages / HTML on a Screen
- LightSwitch – Creating a Masked Password TextBox Part 2
- LightSwitch – Creating a Masked Password TextBox Control
- LightSwitch – Formatting Decimal Values
- LightSwitch – Fill AutoCompleteBox with Database values
Categories

Archives
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2009
- November 2009
- July 2009
- June 2009
- April 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
Category Archives: SQL Server
SQL Server – Run Scheduled Scripts without SQL Agent
Here’s a really useful article on how to schedule backups and to run SQL scripts without using SQL Agent. http://www.diaryofaninja.com/blog/2011/02/14/howto-quick-amp-dirty-sql-express-scheduled-backup This is particularly relevant for SQL Server Express installations where agent isn’t available. The pertinent part of this is using … Continue reading
Posted in SQL Server
Leave a comment
SQL Server full text indexing using Adobe PDF iFilter 9, SQL Server 2008 R2 64bit
The full text indexing service in SQL Server allows PDF files to be indexed and allows you to perform full text searches against the contents of PDF files stored in binary fields. The prerequisite for making this work is the … Continue reading
Posted in SQL 2008 R2
3 Comments
Cannot generate SSPI Context error from SQL Server Management Studio
This is an error that I’ve seen on various occasions when connecting to SQL Server using integrated security. I recently came across this problem when attempting to connect to SQL Server 2005 from Management Studio. Connections to the server had … Continue reading
Posted in SQL Server 2008
Leave a comment
Reinstalling system databases in SQL Server using setup.exe
Having worked with SQL Server for several years, it’s surprising that I’ve never encountered this particular problem before (a corruption of one of the SQL Server system databases). I recently came across an instance of SQL Server 2005 that wouldn’t … Continue reading
Posted in SQL Server 2008
Leave a comment
Reporting Services talk at SQL Server User Group
At the SQL Sever user group in Reading this week, I gave a presentation on Reporting Services. I met a great bunch of attendees and there were some very interesting questions raised at the session. The first one was a … Continue reading
Posted in SQL Server 2008
Leave a comment
Introducing Microsoft SQL Server 2008 R2 eBook
Here’s a link to a free SQL Server 2008 R2 book from the Microsoft website. http://download.microsoft.com/download/C/D/1/CD1648C1-46BC-4C79-B16F-7AF650C186B4/693883ebook.pdf
Posted in SQL 2008 R2
Leave a comment
How to use Database Compression in SQL 2008
One of the new features in SQL Server 2008 is the ability to compress the data in your database. I’ve recently been investigating this feature and here are some of my notes on the topic. There are 2 different types … Continue reading
Posted in SQL Server 2008
Leave a comment
SQL User Group in Milton Keynes
For anyone in the Milton Keynes area, Simon Sabin is holding his first user group in this region on Thursday (26 Aug 2008). More details are here: http://sqlserverfaq.com/events/128/Milton-Keynes-SQL-2008-for-Developers-CTEs-and-Recursion.aspx
Posted in SQL Server
Leave a comment
SQL 2008 beta exams now available (70-450/70-452)
The Beta SQL 2008 MCTS exams are now available. You can take them for free by registering through Prometric/Vue and entering the following promotional codes: 71-452: Designing a Business Intelligence Infrastructure Using Microsoft SQL Server 2008 – Promotional Code: 3568C 71-450: PRO: … Continue reading
Posted in SQL Server
Leave a comment
Report Designer Preview in SQL 2008 Nov CTP
SQL Server 2008 includes many enhancements in the reporting space and the latest CTP contains an updated preview of the ‘Microsoft Report Designer’. The purpose of this is to provide an easy to use report authoring tool which is suitable for an end … Continue reading
Posted in SQL Server
Leave a comment

