SQL Server 2012 not reinstalling - sql-server-2012

I have uninstalled everything from control panel with sql server 2012
It can never get past the first window of installation which has product key, license terms, product updates, install Setup files. after it has has installed Setup files the next window does not appear.
my summary file looks like this:
Overall summary:
Final result: Passed
Exit code (Decimal): 0
Start time: 2018-03-07 17:22:30
End time: 2018-03-07 17:22:52
Requested action: RunRules
Machine Properties:
Machine name: DESKTOP-US6DHAO
Machine processor count: 4
OS version: Future Windows Version
OS service pack:
OS region: United States
OS language: English (United States)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: No
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered
SQL Server 2012 SQLEXPRESS MSSQL11.SQLEXPRESS Database Engine Services 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 SQLEXPRESS MSSQL11.SQLEXPRESS SQL Server Replication 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 SQLEXPRESS MSSQL11.SQLEXPRESS Full-Text and Semantic Extractions for Search 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 SQLEXPRESS MSRS11.SQLEXPRESS Reporting Services - Native 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 Management Tools - Basic 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 Management Tools - Complete 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 Client Tools Connectivity 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 Client Tools Backwards Compatibility 1033 Express Edition 11.0.2100.60 No
SQL Server 2012 Client Tools SDK 1033 Express Edition 11.0.2100.60 No
Package properties:
Description: Microsoft SQL Server 2012
ProductName: SQL Server 2012
Type: RTM
Version: 11
SPLevel: 0
Installation location: C:\Users\RedRam\Downloads\SQLFULL_x64_ENU\x64\setup\
Installation edition: Evaluation
User Input Settings:
ACTION: RunRules
CONFIGURATIONFILE:
ENU: true
FEATURES:
HELP: false
INDICATEPROGRESS: false
INSTANCENAME: <empty>
PID: *****
QUIET: false
QUIETSIMPLE: false
RULES: SCCCheckRules
UIMODE: Normal
X86: false
Configuration file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20180307_172224\ConfigurationFile.ini
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20180307_172224\SystemConfigurationCheck_Report.htm
Any Hints thank you

You might have to check the APPDATA folder for the remaining files of SQL Server. These needs to be deleted as well.

Related

the backend version is not supported to design database diagrams

When i wanna create new table in ssms 2016 or ssms 2014 give me an error
The backend version is not supported to design database diagrams
Version is
Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) Aug 22 2017 17:04:49 Copyright (C) 2017 Microsoft Corporation Enterprise Edition (64-bit) on Windows Server 2016 Standard 10.0 (Build 14393: )
There is one point here
I connect to another server from my local computer

SQL Server 2016 - Dynamic Data Masking (DDM)

Does anyone know if DDM has to be enabled before it can be used (and if so how), or are there only certain versions of SQL Server 2016 that have this functionality as trying to run:
ALTER Table Employee
ALTER COLUMN NAME ADD MASKED WITH (FUNCTION='DEFAULT()')
results in the following error:
Msg 534, Level 15, State 100, Line 4 'ADD MASKED' failed because it is
not supported in the edition of this SQL Server instance
'DELL-001\SQLEXPRESS01'. See books online for more details on feature
support in different SQL Server editions.
The version of SQL I have installed is:
Microsoft SQL Server 2016 (RTM-GDR) (KB3194716) - 13.0.1722.0 (X64)
Sep 26 2016 13:17:23 Copyright (c) Microsoft Corporation Express
Edition (64-bit) on Windows 10 Home 6.3 (Build 14393: )
Thanks!
This wasn't available in any edition lower than standard when SQL Server 2016 was released.
However recently SP1 was released which does enhance the functionality of lower versions quite considerably.
So you just need to install SP1.
Image Source

SQL server database engine services installation issues

I am in process of installing SQL Server 2012 Developer Edition. I have installed SQL Server Reporting Services and Analysis Services but I can't install the database engine services .
When I try to install, I am getting an error:
The required MSI package 'I:\SQL Server 2012 Developer Edition\x86\setup....\1033_ENU_LP\x86\setup.' doesn't exist
I checked the path which contain like shown, so my question is am I missing any msis?
EDIT
I already have visual studio 2008 and 2012 installed does it make any issues to exisitng??

Management Studio not found for SQL Server R2 2008 Developer Edition

Just installed the SQL Server 2008 R2 Developer Edition all the features were installed but the Management Studio to manage your database queries etc was not installed :S
I have SQL Server 2005 with Management Studio installed but when I installed the 2008 R2 Developer Edition the Management Studio did not install or something
Thanks
In your SQL SERVER 2008, Management Studio is not included in your setup. so it has not installed. Visit this site and get that. And also uninstall 2005 management studio or while installing it will upgrade.
http://www.microsoft.com/en-in/download/details.aspx?id=7593

install SSMSE 2008 after VS 2010

i have installed VS 2010 ultimate on windows 7 machine which by default install sql server 2008. now i want to install SSMSE 2008 i download the following file SQLEXPRWT_x86_ENU and tried to install it but it give me error.
[Window Title]
Program Compatibility Assistant
[Main Instruction]
This program has known compatibility issues
[Expanded Information]
After SQL Server Setup completes, you must apply SQL Server 2008 Service Pack 1 (SP1) or a later service pack before you run SQL Server 2008 on this version of Windows.
[^] Hide details [ ] Don't show this message again [Check for solutions online] [Run program] [Cancel]
TITLE: SQL Server Setup failure.
SQL Server Setup has encountered the following error:
Invoke or BeginInvoke cannot be called on a control until the window handle has been created..
BUTTONS:
OK
how to install SSMSE 2008 after installing VS 2010 please help
I also faced a similar situation, The workaround I tried is,
1)Fire up the Sql Server installation Center from
(start->programs-> Microsoft SQL server 2008-> Configuration Tools)
2)Click on installation(from the navigation menu on the left)
3)Choose the first option(New server installation)
4)A new dialog will appear, click next till you reach 'installation type' screen. Choose new installation here
5)Click next till you reach feature selection, make sure you have ticked Management tools checkbox.
6)Continue installation and if it completes successfully, you can find the SSMSE in the start menu under Microsoft sql server 2008 folder.
Hope this helps.
You must slipstream the SQL 2008 SP1 before installing SQL 2008. The linked article explains how to do that.
An easier workaround is to first install the SQL Server 2008 SP1 package or SQL Server 2008 SP2. The SP1 install will fail, since there is no SQL Server installation to patch, but in the process it will deploy newer setup bits that have the Invoke/BeginInvoke issue fixed. Afterwards you run the normal RTM setup and it will succeed, as it will re-use the newer setup bits already present on the machine from the SP1 instalation. After the installation of SQL Server 2008 RTM succeeds, you still needs to apply SP1 or SP2.
If you're attempting to install SQL Server 2008 Express you should install directly the SP2 bits: Microsoft SQL Server 2008 SP2 Express Edition Service Pack 2, or better yet Microsoft SQL Server 2008 R2 SP1 - Express Edition. The 2008 R2 Express has the database size limit increased to 10Gb.