Is .NET Framework 3.5 still needed with a SQL Server 2017 installation to utilize Database Mail?Anyone else...
Plausible reason for gold-digging ant
What can I do to encourage my players to use their consumables?
What species should be used for storage of human minds?
Do we still track damage on indestructible creatures?
Modern Algebraic Geometry and Analytic Number Theory
How resistance converts voltage to current?
Piano music notation conventions
How can I prevent an oracle who can see into the past from knowing everything that has happened?
Word for something that's always reliable, but never the best?
Are all power cords made equal?
No option to ask a question in https://developer.salesforce.com discussion forums
Identical projects by students at two different colleges: still plagiarism?
How to check if remote-signer is working as expected?
Can I travel from country A to country B to country C without going back to country A?
Is it possible to detect 100% of SQLi with a simple regex?
Crack the bank account's password!
Why is it that Bernie Sanders is always called a "socialist"?
How to not let the Identify spell spoil everything?
How can I deduce the power of a capacitor from its datasheet?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Other than edits for international editions, did Harry Potter and the Philosopher's Stone receive errata?
On the board: black king vs. white king with knight and rook. Could checkmate be done without the white king’s help?
Renting a 2CV in France
Homeostasis logic/math problem
Is .NET Framework 3.5 still needed with a SQL Server 2017 installation to utilize Database Mail?
Anyone else had problems uninstalling SQL Server 2016 RC0?Installing SQL Server version 10.50.4000 is failingSql Server Installation can't find filesProblem getting SQL Server 2016 R Services (In-Database) workingHow to uninstall SQL Server 2014 Standard Edition without install media?SQL Server Installation Error: Object reference not set to an instance of an objectWhich CLR Stored Proc is causing memory pressure leading to sqlservr.exe terminating unexpectedly?Schannel 36871 Error when sending emails from Database Mail - after upgrading to SQL Server 2016Database Mail on SQL Server Express 2017SQL Query Store qds_async_queue
I'm guessing .NET Framework 3.5 is still needed to use Database Mail with SQL Server 2017? As I had to include this on my SQL Server 2016 installs on Server 2016 not that long ago.
I was unable to find a definitive answer via the web, surprisingly, maybe it goes unsaid.
sql-server installation database-mail
add a comment |
I'm guessing .NET Framework 3.5 is still needed to use Database Mail with SQL Server 2017? As I had to include this on my SQL Server 2016 installs on Server 2016 not that long ago.
I was unable to find a definitive answer via the web, surprisingly, maybe it goes unsaid.
sql-server installation database-mail
add a comment |
I'm guessing .NET Framework 3.5 is still needed to use Database Mail with SQL Server 2017? As I had to include this on my SQL Server 2016 installs on Server 2016 not that long ago.
I was unable to find a definitive answer via the web, surprisingly, maybe it goes unsaid.
sql-server installation database-mail
I'm guessing .NET Framework 3.5 is still needed to use Database Mail with SQL Server 2017? As I had to include this on my SQL Server 2016 installs on Server 2016 not that long ago.
I was unable to find a definitive answer via the web, surprisingly, maybe it goes unsaid.
sql-server installation database-mail
sql-server installation database-mail
edited 44 mins ago
Tony Hinkle
2,6501423
2,6501423
asked 2 hours ago
Eric SwiggumEric Swiggum
16616
16616
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
No, it is not required for SQL Server 2017. The issue with Database Mail not working was fixed in 2016 SP1 CU2, and 2016 RTM CU2:
FIX: SQL Server 2016 Database Mail does not work on a computer that does not have the .NET Framework 3.5 installed or stops working after applying SQL Server update
I know of several SQL Server 2016 and 2017 systems that are installed without 3.51, and Database Mail is working fine.
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230628%2fis-net-framework-3-5-still-needed-with-a-sql-server-2017-installation-to-utiliz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
No, it is not required for SQL Server 2017. The issue with Database Mail not working was fixed in 2016 SP1 CU2, and 2016 RTM CU2:
FIX: SQL Server 2016 Database Mail does not work on a computer that does not have the .NET Framework 3.5 installed or stops working after applying SQL Server update
I know of several SQL Server 2016 and 2017 systems that are installed without 3.51, and Database Mail is working fine.
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
add a comment |
No, it is not required for SQL Server 2017. The issue with Database Mail not working was fixed in 2016 SP1 CU2, and 2016 RTM CU2:
FIX: SQL Server 2016 Database Mail does not work on a computer that does not have the .NET Framework 3.5 installed or stops working after applying SQL Server update
I know of several SQL Server 2016 and 2017 systems that are installed without 3.51, and Database Mail is working fine.
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
add a comment |
No, it is not required for SQL Server 2017. The issue with Database Mail not working was fixed in 2016 SP1 CU2, and 2016 RTM CU2:
FIX: SQL Server 2016 Database Mail does not work on a computer that does not have the .NET Framework 3.5 installed or stops working after applying SQL Server update
I know of several SQL Server 2016 and 2017 systems that are installed without 3.51, and Database Mail is working fine.
No, it is not required for SQL Server 2017. The issue with Database Mail not working was fixed in 2016 SP1 CU2, and 2016 RTM CU2:
FIX: SQL Server 2016 Database Mail does not work on a computer that does not have the .NET Framework 3.5 installed or stops working after applying SQL Server update
I know of several SQL Server 2016 and 2017 systems that are installed without 3.51, and Database Mail is working fine.
answered 56 mins ago
Tony HinkleTony Hinkle
2,6501423
2,6501423
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
add a comment |
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
Great, thanks for the clarification, yes I recall the dubious CU for SQL 2016 that broke database mail, so I ran around verifying that .net 3.5 was installed. Good times.
– Eric Swiggum
11 mins ago
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230628%2fis-net-framework-3-5-still-needed-with-a-sql-server-2017-installation-to-utiliz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown