C# standard eddition and SQL server standard eddition

G

Guest

When connections to SQL server using sa user login I recive this error message.

Unable to connet to database.
It is only possible to connect to SQL Server Desktop Engin databases and
Microsoft Access databases with this version of Visual Studio.

Just want to know if this is a configuraion setting or just a limitation of
the version of Visual Studio I have. Just hopeing to use the copy of SQL
server for training.
 
C

Cowboy \(Gregory A. Beamer\)

The standard version is really just a learning edition. You can connect to
SQL Server, but not using the automated tools. You will have to code around
it. Note that you also cannot create certain types of projects without
hacking.

This changes quite a bit in the 2005 products, but the {language} standard
products should be considered learning tools with limited functionality to
create Enterprise level software.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top