How can I get the link of SQL Server Express 2012 SP4 for CLI download?
I need to download and install sql server express 2012 SP4 through command line.
For this to work, I would need link to complete setup file.
From somewhere, I got the link for SQL express as below:
https://download.microsoft.com/download/F/6/7/F673709C-D371-4A64-8BF9-C1DD73F60990/ENU/x64/SQLEXPRWT_x64_ENU.exe
How do I get the url for SQL Express 2012 SP4?
sql-server-express
add a comment |
I need to download and install sql server express 2012 SP4 through command line.
For this to work, I would need link to complete setup file.
From somewhere, I got the link for SQL express as below:
https://download.microsoft.com/download/F/6/7/F673709C-D371-4A64-8BF9-C1DD73F60990/ENU/x64/SQLEXPRWT_x64_ENU.exe
How do I get the url for SQL Express 2012 SP4?
sql-server-express
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12
add a comment |
I need to download and install sql server express 2012 SP4 through command line.
For this to work, I would need link to complete setup file.
From somewhere, I got the link for SQL express as below:
https://download.microsoft.com/download/F/6/7/F673709C-D371-4A64-8BF9-C1DD73F60990/ENU/x64/SQLEXPRWT_x64_ENU.exe
How do I get the url for SQL Express 2012 SP4?
sql-server-express
I need to download and install sql server express 2012 SP4 through command line.
For this to work, I would need link to complete setup file.
From somewhere, I got the link for SQL express as below:
https://download.microsoft.com/download/F/6/7/F673709C-D371-4A64-8BF9-C1DD73F60990/ENU/x64/SQLEXPRWT_x64_ENU.exe
How do I get the url for SQL Express 2012 SP4?
sql-server-express
sql-server-express
asked Feb 5 at 10:51
rohit agrawalrohit agrawal
12
12
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12
add a comment |
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12
add a comment |
1 Answer
1
active
oldest
votes
This is the direct download link for SQL Server 2012 SP4 Express.
From this download page:
This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2012 Management Studio with SP4.
(I chose the "WT" (With Tools), x64, ENU version to match what you had for SQL 2014.)
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1402208%2fhow-can-i-get-the-link-of-sql-server-express-2012-sp4-for-cli-download%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
This is the direct download link for SQL Server 2012 SP4 Express.
From this download page:
This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2012 Management Studio with SP4.
(I chose the "WT" (With Tools), x64, ENU version to match what you had for SQL 2014.)
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
add a comment |
This is the direct download link for SQL Server 2012 SP4 Express.
From this download page:
This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2012 Management Studio with SP4.
(I chose the "WT" (With Tools), x64, ENU version to match what you had for SQL 2014.)
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
add a comment |
This is the direct download link for SQL Server 2012 SP4 Express.
From this download page:
This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2012 Management Studio with SP4.
(I chose the "WT" (With Tools), x64, ENU version to match what you had for SQL 2014.)
This is the direct download link for SQL Server 2012 SP4 Express.
From this download page:
This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2012 Management Studio with SP4.
(I chose the "WT" (With Tools), x64, ENU version to match what you had for SQL 2014.)
answered Feb 5 at 17:47
Doug DedenDoug Deden
868213
868213
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
add a comment |
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
This is precisely what I have been looking for. Could you please also tell me how did you obtain this URL. If you did it using fiddler then how
– rohit agrawal
Feb 6 at 3:15
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
I searched for "download SQL Server 2012 SP4 Express". That led me to directly to the microsoft.com/en-us/download/details.aspx?id=56042 page. I then selected English and clicked the download button. I then chose the SQLEXPRWT_x64_ENU.exe file and clicked Next. I then clicked on the "click here to download manually" link. I then scrolled to the SQLEXPRWT_x64_ENU.exe line, right-clicked on the "click here to download manually" link, and chose "copy shortcut".
– Doug Deden
Feb 6 at 15:19
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1402208%2fhow-can-i-get-the-link-of-sql-server-express-2012-sp4-for-cli-download%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
The "command line" is extremely vague. Are you using PowerShell? When you indicate you need to use a command line what do you need to use exactly?
– Ramhound
Feb 5 at 11:12