I can't start the SQL Server browser
from SQL Service Configuration Manager 2008
version. There are absolutely no options to start the service. It's disabled as image shown below. How should I start the service again?
相关问题
- sql execution latency when assign to a variable
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Bulk update SQL Server C#
- SQL to Parse a Key-Value String
相关文章
- Entity Framework 4.3.1 failing to create (/open) a
- Code for inserting data into SQL Server database u
- SQL Server 2008 Change Data Capture, who made the
- Delete Every Alternate Row in SQL
- Linux based PHP install connecting to MsSQL Server
- SQL Azure Reset autoincrement
- How do we alias a Sql Server instance name used in
- Is recursion good in SQL Server?
If it is disabled, go to
Control Panel->Administrative Tools->Services
, and look for theSQL Server Agent
. Right-click, and selectProperties
From theStartup Type
dropdown, change fromDisabled
toAutomatic
.