Strange Login and AppDomain xx created

Salam ELIAS 117 Reputation points
2021-03-15T18:23:55.973+00:00

On a sql 2k16, when I go through error logs, I find a lot of messages las follows

Server Date Process Count Text
SQL2K12 2021-03-15 13:30:44.640 spid17s 1 AppDomain 39 (MDS.mds_schema_user[runtime].38) unloaded.
SQL2K12 2021-03-15 13:00:15.550 spid62 1 AppDomain 40 (master.sys[runtime].39) created.
SQL2K12 2021-03-15 13:00:15.550 spid62 1 AppDomain 40 (master.sys[runtime].39) created.
SQL2K12 2021-03-15 10:00:43.090 spid45s 1 AppDomain 39 (MDS.mds_schema_user[runtime].38) created.

Not sure what this appDomain creating and unloading?
Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,865 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tom Phillips 17,731 Reputation points
    2021-03-15T22:19:15.123+00:00

    That is completely normal and expected when you are running MDS.

    0 comments No comments

23 additional answers

Sort by: Most helpful
  1. Salam ELIAS 117 Reputation points
    2021-04-03T07:04:36.357+00:00

    Yes, it runs successfully and this is what is killing me, it succeeds but login error is generated in error log.

    84191-bts-cleanhistory.jpg


  2. Salam ELIAS 117 Reputation points
    2021-04-03T17:29:35.017+00:00

    Yes, I have a the defauylt instance and a 2nd one on this server


  3. Salam ELIAS 117 Reputation points
    2021-04-03T17:57:05.84+00:00

    Onn the default where the job runs


  4. Salam ELIAS 117 Reputation points
    2021-04-04T15:59:46.183+00:00

    I monitor both error logs for default and named instance with the same powershell script and it populates a table, 1st column in this table is SQLInstance anme
    84351-sqlinst.jpg

    The email/alert I receive from my script that runs every 1 hour indicates an error in the default instance as noted above, again here it is
    84352-sqlinstdef.jpg


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.