Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Credentials for the SQL Server Agent service are invalid

I'm trying to install SQL Server 2008 development server on my local machine as administrator.

During the installation I receive this error, any idea how to solve it?thanks

[Error Message]
The credentials you provided for the SQL Server Agent service are invalid. To continue, provide a valid account and password for the SQL Server Agent service.

[Details] Microsoft.SqlServer.Configuration.Agent.InputValidationException: The credentials you provided for the SQL Server Agent service are invalid. To continue, provide a valid account and password for the SQL Server Agent service.

like image 877
GibboK Avatar asked Aug 13 '12 10:08

GibboK


People also ask

How do I log into SQL Server Agent?

In the SQL Server Agent Properties dialog box, under Select a page, click Connection. Under SQL Server connection, select Use Windows Authentication to enable SQL Server Agent to connect to an instance of the SQL Server Database Engine with Microsoft Windows Authentication.

How do I install SQL Server Agent service?

To start this process on your SQL Server, launch SQL Server Configuration Manager. Right-click the SQL Server Agent service and click Properties. On the Properties Window, select an appropriate account. I will use the Local System account for my example.

What is my SQL Server Agent service account?

The SQL Server Agent service startup account defines the Windows account that SQL Server Agent runs as, as well as its network permissions. This topic describes how to set the SQL Server Agent service account with SQL Server Configuration Manager in SQL Server by using SQL Server Management Studio.


1 Answers

Use the credential that you use to login to PC. Username can be searched by Clicking in sequence

Advanced -> Find -> Choose your Username -> (e.g. JOHNSMITH_HP/John)

Password must be same as your windows login password

There you go !!

like image 52
vCillusion Avatar answered Nov 10 '22 00:11

vCillusion