PRB: Cannot connect to SQL 2008 or 2012 using Enterprise Manager

Enterprise Manager is not compatible with SQL 2008 or 2012 and will therefore not allow you to connect.

To connect to an SQL 2008 or 2012 server you must use enterprise manager's replacement called "SQL Server Management Studio Express" which is a free download from Microsoft:

SQL management Studio 2008 http://www.microsoft.com/DownLoads/details.aspx?familyid=08E52AC2-1D62-45F6-9A4A-4B76A8564A2B&displaylang=en
S
QL management Studio 2012 http://www.microsoft.com/en-us/download/details.aspx?id=29062

  • 90 Users Found This Useful
Was this answer helpful?

Related Articles

FAQ: Why is the design feature greyed out in Enterprise Manager?

The reason why you would not be able to use the design feature (greyed out), is because some...

FAQ: My database transaction log is too large

If your database is getting too large, it is most likely because of the transaction log file.If...

FAQ: What can I use to connect to my MS-SQL database?

You can use any third party MS-SQL client like:-SQL Server Management Studio express (microsoft...

FAQ: ODBC Connection String changes for SQL 2005

If you are getting errors connecting to the database from your code. If your ODBC connection...