Is .NET Framework 3.5 still needed with a SQL Server 2017 installation to utilize Database Mail?Anyone else...
Kernel and image of matrix: What are they? Why do they exist?
How to align the top of the text with the top of a figure produced by tikz in minipage
What species should be used for storage of human minds?
If I tried and failed to start my own business, how do I apply for a job without job experience?
Renting a 2CV in France
Allow console draw poker game to output more hands
Coworker asking me to not bring cakes due to self control issue. What should I do?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?
How can I prevent an oracle who can see into the past from knowing everything that has happened?
Illustrator to chemdraw
Democratic Socialism vs Social Democracy
Equivalent of "illegal" for violating civil law
Is the percentage symbol a constant?
How do I narratively explain how in-game circumstances do not mechanically allow a PC to instantly kill an NPC?
How to stop the animation and freeze the image when pressing the `Stop` button
Was there a pre-determined arrangement for the division of Germany in case it surrendered before any Soviet forces entered its territory?
How do I avoid the "chosen hero" feeling?
Reading Mishnayos without understanding
Is it possible to rotate the Isolines on a Surface Using `MeshFunction`?
Rigorous justification for non-relativistic QM perturbation theory assumptions?
What can I do to encourage my players to use their consumables?
Is the fingering of thirds flexible or do I have to follow the rules?
If angels and devils are the same species, why would their mortal offspring appear physically different?
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) workingSQL Server Installation Error: Object reference not set to an instance of an objectSQL Server 2017 Installation issuesSchannel 36871 Error when sending emails from Database Mail - after upgrading to SQL Server 2016SQL Server Express 2017 Database Mail Silent errorDatabase 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 sql-server-2017 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 sql-server-2017 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 sql-server-2017 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 sql-server-2017 database-mail
sql-server installation sql-server-2017 database-mail
edited 9 hours ago
Tony Hinkle
2,7051423
2,7051423
asked 12 hours ago
Eric SwiggumEric Swiggum
16816
16816
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 .NET 3.51, and Database Mail is working fine.
Note that .NET Framework 3.5 was not included in Hardware and Software Requirements for Installing SQL Server, and that the SQL Server 2016 and SQL Server 2017 view of this page is the same. The Database Mail issue was considered a defect in SQL Server 2016 and was fixed accordingly.
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
10 hours 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 .NET 3.51, and Database Mail is working fine.
Note that .NET Framework 3.5 was not included in Hardware and Software Requirements for Installing SQL Server, and that the SQL Server 2016 and SQL Server 2017 view of this page is the same. The Database Mail issue was considered a defect in SQL Server 2016 and was fixed accordingly.
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
10 hours 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 .NET 3.51, and Database Mail is working fine.
Note that .NET Framework 3.5 was not included in Hardware and Software Requirements for Installing SQL Server, and that the SQL Server 2016 and SQL Server 2017 view of this page is the same. The Database Mail issue was considered a defect in SQL Server 2016 and was fixed accordingly.
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
10 hours 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 .NET 3.51, and Database Mail is working fine.
Note that .NET Framework 3.5 was not included in Hardware and Software Requirements for Installing SQL Server, and that the SQL Server 2016 and SQL Server 2017 view of this page is the same. The Database Mail issue was considered a defect in SQL Server 2016 and was fixed accordingly.
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 .NET 3.51, and Database Mail is working fine.
Note that .NET Framework 3.5 was not included in Hardware and Software Requirements for Installing SQL Server, and that the SQL Server 2016 and SQL Server 2017 view of this page is the same. The Database Mail issue was considered a defect in SQL Server 2016 and was fixed accordingly.
edited 9 hours ago
answered 11 hours ago
Tony HinkleTony Hinkle
2,7051423
2,7051423
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
10 hours 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
10 hours 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
10 hours 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
10 hours 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