Posts

IntelliSense Not Working in Microsoft SQL Server Management Studio/Express 2008?

   There are a batch of reasons why the new IntelliSense feature of Microsoft's 2008 SQL Server Management Studio (and the Express version) doesn't work.    I'm not going to get into all of them here as there is already an article about this on Microsoft's site here . But without changing settings, or modes, I bet the most common reason is the one I ran into - connecting to SQL Server/Desktop instances prior to the 2008 version (version 10.x). The IntelliSense feature requires a minimum of a 2008 engine. I have three different SQL instances that I use a lot and they are all the older engines - so no IntelliSense with the 2008 SQL Server Management Studio Express editor! 8(    So, I'll probably be upgrading those engines soon....

Tucker County Fair web site!

   I've been on the Tucker County Fair board for the 2008-2009 year. I got the board to agree to let me register a domain name and setup a web site for them. I think it's comming along pretty good so far, but man the issues with CSS and browser compatibiilty - it can make you nuts!    Anyway, I've gotten the web site structure setup and it seems to be working good across common browsers as well as Mac's.    There was a special fix I had to deal with for Mac's running Safari and Opera that had to do with the ASP.NET menu control. I found a couple of fixes that involved creating a new class that inherits System.Web.UI.Page (we'll call this class "PageBase") which has an event handler for the Page_PreInit event to set Page.ClientTarget = "uplevel". However, this method requires setting all the Pages to inherit the new PageBase class instead of the System.Web.UI.Page class. This method also has to be used when using MasterPages, as MasterPage

First post in the blog!

   Just finished setting up this blog site and putting in a basic profile. Just had to post something to see it working and how it looks!