WineHQ

Microsoft SQL Server Management Studio Express

Microsoft SQL Server Management Studio Express (SSMSE) is a free, easy-to-use graphical management tool for managing SQL Server 2005 Express Edition and SQL Server 2005 Express Edition with Advanced Services.

Requires:

  • .NET Framework version 2.0
  • Microsoft Core XML Services (MSXML) 6.0

Application Details:

Version: 2005
License: Free to use
URL: http://msdn.microsoft.com/en-u...
Votes: 1
Latest Rating: Bronze
Latest Wine Version Tested: 1.5.20

Maintainers: About Maintainership

Free Download Download

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Install, log in, connect, list tables, change settings.  Select query worked if done as script to > select statement.

What does not

Dropdown for connection types.

Workarounds

What was not tested

Various types of queries.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Noticed out of memory issues like other user. Was not able to log in without installing several libraries. I don't know if these are all required. ole, msjet, secur32, odbc32, msxml6

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 11.10 "Oneiric" amd64 (+ variants like Kubuntu)Dec 22 20121.5.20Yes Yes NoBronzeDaniel Jelinski 
ShowUbuntu 11.10 "Oneiric" amd64 (+ variants like Kubuntu)Jun 07 20121.5.4Yes Yes NoBronzeDaniel Jelinski 
CurrentLinux Mint 12 "Lisa" x86_64Dec 20 20111.3.30Yes Yes NoBronzean anonymous user 
ShowFedora 14Mar 25 20111.3.14No Not installable NoGarbagean anonymous user 
ShowUbuntu 9.10 "Karmic" i386 (+ variants like Kubuntu)Jul 13 20091.1.25Yes No NoGarbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
19223 Microsoft SQL Server Management Studio Express (SSMSE): "Object Explorer" encounters error during "Databases" expansion NEEDINFO View
30280 Microsoft SQL Server Management Studio Express (SSMSE) does not display network protocols in connection properties NEW View
30728 Microsoft SQL Server Management Studio Express 2005: Connection window is stretched vertically UNCONFIRMED View
31153 Microsoft SQL Server Management Studio Express 2005: fails to install with builtin mono (Unhandled page fault) UNCONFIRMED View
32005 Microsoft SQL Server Management Studio Express 2005: service status notifications missing (needs ExecNotificationQueryAsync) UNCONFIRMED View
32076 Microsoft SQL Server Management Studio Express (SSMSE) v1.x: .NET SqlConnection with windows authentication fails to connect: cannot initialize SSPI package NEEDINFO View
32334 Microsoft SQL Server Management Studio Express 2005: Connection window is too narrow NEW View
33642 Microsoft SQL Server Management Studio Express 2005: restarting SQL server fails randomly UNCONFIRMED View

Show all bugs

HowTo / Notes

SSMSEE installation in wine 1.5.20

As a prerequisite you need to install .NET framework version 2.0. Follow the instructions on its appdb page.

The installer also requires MS XML 6.0. Wine's implementation is quite sufficient, but the installer fails to detect it when wine is in Windows XP mode (the default). Run winecfg and set Windows version to Windows 7.

After that, execute:

$ wine msiexec /i SQLServer2005_SSMSEE.msi
SSMSEE installation in wine 1.5.2 - 1.5.19

Wine versions prior to 1.5.20 had a bug in atl80 library, which prevented 'New query' button from working. To use native atl80 library run winecfg, switch to Libraries tab, select atl80 from the list, click Add and close winecfg by clicking OK. After that the button will work correctly.

Expanding database list fails with error message
This is Bug 19223. At this point you will not see any databases on the list, and the expand button near Databases folder will disappear. It is still possible to recover from this error by clicking Databases and clicking Refresh (or pressing F5), after which the list of databases should appear.

Comments

Back