0
I recently installed VS2013 Preview onto a clean OS and I'm trying to figure out if SQL Server Express 2012 got installed. Unfortunately, when I look in Control Panel->Administrative Tools->Services, the only thing I see mentioning SQL is the "SQL Server VSS Writer"
Can someone tell me what entries I should see in Control Panel->Administrative Tools->Services after a successful installation of SQL Server Express?
Ideally, both SQL Server Express and SQL Server Management Studio would have been installed on my PC when I installed VS2013 Preview but that doesn't seem to be the case for me.
NOTEs:
- I see a bunch of SQL Server Entries in Control Panel->Programs and Features but when I try to connect to [ComputerName]\SQLExpress via the SQL Editor of VS2013 Preview, I get a can't connect error.
- If I remember correctly, a default installation of VS2010 Pro will also install a copy of SQL Sever Express, so I would expect a VS2013 installation to do the same
1I believe VS2012 installs SQL Server Express LocalDB. So VS2013 could do the same. – ta.speot.is – 2013-08-31T03:17:41.677
Thanks! I will have to look into what you say since I am not familiar with LocalDB: http://stackoverflow.com/questions/15525818/vs2012-and-sql-server-express
– Shawn Eary – 2013-08-31T03:34:10.677