You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A second row with sent_status = 2 (failed): FAILED is a status whose uppercase form
75
+
# contains the letter I, which a culture-sensitive lowercase turns into a dotless i under
76
+
# the Turkish culture - the culture regression below needs exactly this row.
77
+
$server.Query("INSERT INTO msdb.[dbo].[sysmail_mailitems]
78
+
([profile_id]
79
+
,[recipients]
80
+
,[copy_recipients]
81
+
,[blind_copy_recipients]
82
+
,[subject]
83
+
,[from_address]
84
+
,[reply_to]
85
+
,[body]
86
+
,[body_format]
87
+
,[importance]
88
+
,[sensitivity]
89
+
,[file_attachments]
90
+
,[attachment_encoding]
91
+
,[query]
92
+
,[execute_query_database]
93
+
,[attach_query_result_as_file]
94
+
,[query_result_header]
95
+
,[query_result_width]
96
+
,[query_result_separator]
97
+
,[exclude_query_output]
98
+
,[append_query_error]
99
+
,[send_request_date]
100
+
,[send_request_user]
101
+
,[sent_account_id]
102
+
,[sent_status]
103
+
,[sent_date]
104
+
,[last_mod_date]
105
+
,[last_mod_user])
106
+
VALUES
107
+
($profile_id,'dbatoolssci@dbatools.io',NULL,NULL,'Test Job Failed',NULL,NULL,'A Test Job failed to run','TEXT','NORMAL','NORMAL',NULL,'MIME',NULL,NULL,
0 commit comments