Search results for "sql server agent"

Your search for "sql server agent" returned 100 results:

Technical Article

login failed for sql agent

  • Topic

Installed two named instances of sql 2019. In one of the instances, I am seeing login failed for user 'mydomain\sqlagentserviceaccount' reason: could not find a login matching the name provided. The time the message gets lodged is the time when syspolicy_purge_history runs. I ran that job manually earlier and that time it didn't seem to […]

You rated this post out of 5. Change rating

2021-06-28

943 reads

Technical Article

Agent Start Problems

  • Topic

Hi all, SQL Server 2008 r2 SP1 (Dev edition) on Windows 2008 r2. Everything was working fine. someone has done something (No idea no hands up either) and the Agent wont start now. Ive looked at some other posts and none have helped. Im using a domain account. password is checked no worries there (Its […]

You rated this post out of 5. Change rating

2012-03-12

1,263 reads

Technical Article

SQL Server Agent Incorrectly sending EMAILs on failure when the job and all job steps succeed

  • Topic

I'm running SQL Server 2005. I have about 100 SQL Jobs, most of them have been running for years. All of them are configured to send EMAILs on failure and they have been working fine up until yesterday at 4 PM. All of a sudden, every time a SQL job started it would trigger the […]

You rated this post out of 5. Change rating

2014-05-28

744 reads

Technical Article

Server Agent Job Mail not working

  • Topic

This has been a multiple-day effort to troubleshoot this, so I'll try to be as concise as possible in the hopes that someone has a suggestion that will get this working for me. Rightclicking on 'Database Mail' and selecting 'send test email' works. Putting the following SQL code in a job step works when the […]

You rated this post out of 5. Change rating

2011-09-29

1,242 reads

Technical Article

SQL Server Agent can't start

  • Topic

Hello, I have these messages while trying to start the Agent. Knowing that a day before, it worked without any problems : all the tasks were well scheduled and executed. - Type: Error Source: SQLAGENT$C1TEST Category: Service Control Event ID: 103 Date: 07/08/2010 Time: 10:16:30 AM User: N/A Computer: MyServer Description: SQLServerAgent could not be […]

You rated this post out of 5. Change rating

2010-08-11

9,271 reads

Technical Article

SQL Server Agent won't start

  • Topic

I'm trying to configure mail notifications on a job, and i read up a few things online which i had already done and then i restarted the SQL Server Agent as advised, but it would not restart. Right now, it shows beside it's icon as SQL Server Agent(Agent XP's disabled). when i try to start […]

You rated this post out of 5. Change rating

2008-03-06

2,104 reads

Technical Article

Subscriptions from Reporting Services get unintelligable job names in SQL Server Agent

  • Topic

I am running Reporting Services in SQL Server 2000.Is there any way of giving a subscription job a decent name, other than the automatic ED33F142-1F6B-4618-9B2F-7BD3FD63CC34 etc? Not exactly an easy name to remember, nor one which helps to identify which job does what. (You can rename Backup jobs with no problem).Having submitted several jobs for […]

You rated this post out of 5. Change rating

2006-01-27

1,987 reads

Technical Article

SQL Server Agent Jobs are not logging history

  • Topic

A few days ago, my SQL Agent Jobs stopped logging to the history table. They don't show up in view-history and they are not in the sysjobhistory table.  I do limit to 10000 rows with max 500 rows per job, but  I've also tried not limiting it at all.  The SQL Agent servers runs under […]

You rated this post out of 5. Change rating

2021-07-26

1,350 reads

Blogs

Using Cron in Postgres Flex

By

pg_cron is a simple cron-based job scheduler for PostgreSQL that runs inside the database...

Can I Change a Primary Key Value? #SQLNewBlogger

By

I heard someone say recently that you can’t change a primary key value in...

SQL Server Index Primer

By

Indexes 101: What, Why, and When? “What Is an Index?” I get this question...

Read the latest Blogs

Forums

50 Years of Microsoft

By Steve Jones - SSC Editor

Comments posted to this topic are about the item 50 Years of Microsoft

Multiple Collations

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Multiple Collations

Retrieving Data Using the REST API in Data API Builder

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Retrieving Data Using the REST...

Visit the forum

Question of the Day

Multiple Collations

Can I have a collation expression like this in SQL Server 2022?

...
WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS
...

See possible answers