July 11, 2011 at 2:01 am
Hi there. Recently tried to install SQL Express on windows 7. Didnt have much joy. I have also installed Visual Studio 10 which I think may install some version of SQL. Uninstalled everything (SQL) and then installed SQL Server 2008 and applied the SP2.
In configuration manager I have MSSQLSERVER running AND SQLEXPRESS. I can connect to the SQLEXPRESS but not MSSQLSERVER. I dont know why SQLEXPRESS is there as I uninstalled everything to get a clean install.
Any help please
Phill
July 11, 2011 at 7:06 am
if the instance of sqlexepress is present (like a service), then occurs some errors on uninstall!!!
July 11, 2011 at 9:54 am
Yes, check add/remove programs again to see if anything is left over & if the service is still there. Also, check to see if there is still folders for SQL EXPRESS under Program Files, delete those if so. They should be able to coexist so something may just be wrong with your other SQL instance. What is the exact error when trying to connect ?>
July 11, 2011 at 10:07 am
Visual Studio installs SQL Server Express as part of it's package.
The .\SQLEXPRESS is a named instance. The MSSQLSERVER should be the default instance you installed.
July 11, 2011 at 11:27 am
I cannot connect to MSSQLSERVER but I can connect to [PC NAME]\SQLEXPRESS. If I try to browse for server I only find the SQLEXPRESS?!?!
July 11, 2011 at 11:37 am
I assume you are doing this in SSMS? Did you try with both Windows and SQL server authentication ?
July 11, 2011 at 11:45 am
Yes using SSMS. When I try to connect it only lists the [PC NAME]\SQLEXPRESS as a server using Database Engine. If I browse to look for additional server instances it still only lists the same one. Tried typing out MSSQLSERVER and using Windows NT Auth and the other but will not connect. In the configuration manager the service for MSSQLSERVER is running...
July 11, 2011 at 2:53 pm
Can you connect to "(local)"
July 11, 2011 at 3:44 pm
Can I connect to local what.... Sorry Im a newbie here. IN SSMS I get the choice to connect to
SERVER TYPE : Database Engine (Dropdown box will allow me to select others but not sure if I should select these so sticking to the default)
SERVER NAME : The only option here is my pcname\SQLEXPRESS Tried browsing for more but none others listed
I have tried Windows Authentication and SQL Server Authentication to no avail with anything but SQLEXPRESS
I have also tried to completely uninstall all versions of SQL. (and used REVO which tidies up files left over) After uninstalling and restarting - I tried to install afresh to see if this makes any difference. All this did was to add yet another instance of SQL THE PREVIOUS BLOODY INSTANCES CAME BACK!!!!
Totally peaved off with this now........ Tried to do a complete system restore but would only go back a few days so looks like I am stuck other than putting everything back to the factory default - which I dont really want to do.
July 11, 2011 at 4:17 pm
Welsh Punk (7/11/2011)
Can I connect to local what.... Sorry Im a newbie here. IN SSMS I get the choice to connect to
Literally the string "(local)", like this:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 11, 2011 at 4:20 pm
yes or '.'
July 11, 2011 at 11:09 pm
Yes!!!! I can connect to (local)
July 11, 2011 at 11:10 pm
YES!!!! I can connect to (local)
July 11, 2011 at 11:12 pm
Yes!!!! It connects to (local) What should I do next?
July 12, 2011 at 12:02 am
Then it's working.
There is no name for MSSQLServer as it's the default instance. You connect to it with ".", "(Local)" or the Windows host name (or IP).
Viewing 15 posts - 1 through 15 (of 16 total)
You must be logged in to reply to this topic. Login to reply