Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing connection to SQL Server
Message
 
 
To
22/12/2022 14:43:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01685573
Message ID:
01685594
Views:
24
>>>>>SQL Server is just a servce. You can stop it from Service Manager. or from SQL Server Configuration Manager.
>>>>>If SQL Server Configuration Manager is not in your Start menu go to Windows\System32 forlder and find it.
>>>>
>>>>First, thank you. How do I find which service to stop? you see, I have both SQL Server 2008 running on this PC and SQL Server 2014 Express running on this PC.
>>>>When I open the SQL Server Configuration Manager, I see SQLEXPRESS and MSSQLSERVER running. However, when I log into the SSMS, I see DMITRY2013 (when I try to use SQL 2008) and I see DMITRY\SQL_2014_EXPRESS when I am using SQL 2014. I want to be sure I stop the right service.
>>>
>>>How do you connect to SQL Server?
>>>What is your connection string?
>>>You use only Server=DMITRY2013
>>>or
>>>Server=DMITRY2013\SQL_2014_EXPRESS
>>
>>Yes, my connection string has Server = "DMITRY2013"
>>
>>UPDATE. But as I wrote before, the SQL Configuration Manager only has SQLEXPRESS or MSSQLSERVER (not the name of the server in my connection string)
>
>
>MSSQLSERVER
>is what you need to stop. This is the default instance.

This is very good! I stopped this service and now I can't execute any t-SQL in SSMS. So, this should allow me to test my connection.
Thank you!!!
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform