Feeds:
Posts
Comments

Archive for the ‘SQL Server 2005’ Category

The standard lightweight version of SQL Express 2005 is missing files that are required to install on Sever 2008 x64. You cannot install the lightweight version on server 2008 / 64-bit windows OS. Instead you must simply download the full package including advanced features. This more complete version will install fine on Server 2008. Bear in mind [...]

Read Full Post »

After rebuilding my DBML file with SQL metal, my DataContext class no longer has a parameterless constructor. This is due to differences between the was that Visual studio generates the DBML (with SQL metal) and how SQLMetal command-line does by default. The parameterless constructor simply takes the connection string from web.config rather than requiring one to be passed [...]

Read Full Post »

Can be caused by the SQL server browser service being disabled.  Set to automatic and start the service. Restart the ‘add connection’ wizard from Visual studio and the local SQL server host and databases should be discoverable again.

Read Full Post »