Problem logging in with SQL Server Management Studio Express 2005? When I try connecting to a server in SQL Server Management Studio Express 2005 with Server Name as PC-Name\MSSMLBIZ\SQLEXPRESS or ./SQLEXPRESS and Windows Authentication it shows that required instance is not found and I opened my SQL Server Configuration Manager It had just two instance or name (MSSMLBIZ and SQL Server Browser) and it had no SQLEXPRESS which may the problem why I was not able connect. How do I get my SQLEXPRESS running I want to compile my queries?? HELP !!!
asked Nov 4, 2011 at 17:19
Garvit KhandelwalGarvit Khandelwal
1 Answer 1
you can try with :
.\MSSMLBIZ
OR
(local)\MSSMLBIZ
You must log in to answer this question.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related
Hot Network Questions
- How can I reduce high CO₂ levels in my bedroom during winter without significant heat loss?
- Relationship between Shimura varieties and the moduli stack of principal bundles on a curve
- Why did Jesus tell the women of Jerusalem to weep for themselves and their children in Luke 23:28?
- Prevent equation involving units from evaluating to True
- Maximum Likelihood estimation for heavy tailed and binned data
- Horizontally aligning bigwedges
- Flash game from early 2010s, city is infected with zombies and you have to find a female relative and bring her to the escape area
- Direct sum and tensor product
- Why are p-type MOSFETs used for high-side switching while n-type are used for low side? TO-220 package seems backwards
- Validate DNA Sequences with Telomeres
- What is the most accepted library for floats in Lean4?
- Adjectives ending with two н's versus with only one н
- Can we cap off pex water lines and bury in concrete?
- What is the character 烎?
- Why can't a body move faster than light?
- Reed Solomon LFSR encoder
- Was the state's decision to close Interstate 5 for live fire exercises political?
- What was the minimum amount of addressable memory? When and why did computers become byte-addressable?
- Cancellation in stable infinity-categories
- How practically useful is the Law of Sines?
- "Manchester United" as "Man Red" in Football Manager 24
- Polynomial hierarchy, many-one reduction, but with co-NP subroutine
- Planar geometry problems solved by thinking out of the plane
- How to release unused space?
PC-Name\MSSMLBIZ
?