I'm trying to connect to my local Sql Server Express 2008 R2 instance (v 10.50.1600) to generate classes via sqlmetal.exe (1.00.30729) and I get the following error:
Error : Failed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.
I can connect via SSMS using either Windows or Sql Server authentication, so I'm reasonably sure my credentials are good.
I can also connect to SQL Server 2008 R2 (i.e. the full edition). How come this doesn't seem to be documented anywhere?