I have a test server hosting several sites using SQL Server Express and SQL Management Studio Express. <BR><BR>I've seen one site have an occasional issue where queries to a particular table (the ...
As it stands could you not backup the existing databases on Express to a sql script, uninstall Express, install MSDE and re-add the databases from script to MSDE? The apps shouldn't care so long as ...