Can I get USER/PWD for MYSQL from WINDOWS SERVER - sql-server

I 'v been trying to get user/pwd for a database in a Windows server.
Server is using : Microsoft SQL server management studio - 2017
Microsoft SQL Server Management Studio 14.0.17213.0
Microsoft Analysis Services Client Tools 14.0.1016.232
Microsoft Data Access Components (MDAC) 6.3.9600.17415
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.9600.18861
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.9600

You can't get an existing password since only a hash is stored. If you are an administrator on the box, you can reset the sa password as described here and then add accounts and/or reset passwords as needed.

Related

VS and SSMS Crashing

I'm not very expert on SQL, and I would ask your support.
I have a SQL Server 2016 std
Microsoft SQL Server 2016 (SP2-CU13) (KB4549825) - 13.0.5820.21 (X64)
May 22 2020 07:24:35 Copyright (c) Microsoft Corporation Standard
Edition (64-bit) on Windows Server 2016 Standard 10.0 (Build
14393: ) (Hypervisor)
with Microsoft SQL Managed Studio 18
SQL Server Management Studio 15.0.18338.0
SQL Server Management Objects (SMO) 16.100.41011.9
Microsoft Analysis Services Client Tools 15.0.19205.0
Microsoft Data Access Components (MDAC) 10.0.14393.0
Microsoft MSXML 3.0 6.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 10.0.14393
and Microsoft SQL Management Studio 16 (installed for Integration Service Compatibility)
Microsoft SQL Server Management Studio 13.0.16106.4
Microsoft Analysis Services Client Tools 13.0.1700.441
Microsoft Data Access Components (MDAC) 10.0.14393.0
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.14393.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.14393
installed on Windows Server 2016 Std (VM on Microsoft Hyper-V with 80 GB RAM and 8 vCPU).
The users received a crash system
I cancelled the folder:
C:\Users<user profile>\AppData\Local\Microsoft\SQL Server Management
Studio\
But the problem was not solved.
Another problem from the users is:
In the Windows Application Events viewer log I see these:
The COM+ Event System failed to fire the Logoff method on event class
{D5978630-5B9F-11D1-8DD2-00AA004ABD5E} for publisher and subscriber .
The display name of the subscription is "Visual Studio ISensLogon
Subscription". The HRESULT was 8001010a.
and these:
Application 'C:\Program Files (x86)\Microsoft Visual Studio
14.0\Common7\IDE\devenv.exe' (pid 24456) cannot be restarted - Application SID does not match Conductor SID..
In the Windows System Events viewer I see this:
The application-specific permission settings do not grant Local
Activation permission for the COM Server application with CLSID
{8D8F4F83-3594-4F07-8369-FC3C3CAE4919} and APPID
{F72671A9-012C-4725-9D2F-2A4D32D65169} to the user NT
AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC)
running in the application container Unavailable SID (Unavailable).
This security permission can be modified using the Component Services
administrative tool.
What I can check to resolve my problems?
Thanks for the support
Marco

SQL Server database back up incompatibility due to version difference [duplicate]

This question already has answers here:
SQL Server database backup restore on lower version
(13 answers)
Closed 4 years ago.
I am currently using Microsoft SQL Server 2012 (Version: 11.0.2100.60). When I restore backup file from the client database, I get this message:
When I search google for version 12.00.2269, there is no for such kind of version (maybe I am not found).
Please let me know where can I download for that version and after upgrading, it can still restore the database from the backup file 12.00.2269 to 11.0.2100.60?
**
Update
**
Here is my SQL server info:
Microsoft SQL Server Management Studio 11.0.2100.60
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 5.0 6.0
Microsoft Internet Explorer 9.11.9600.19035
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.1.7601
Here is my Client's SQL server info :
Microsoft SQL Server Management Studio 11.0.2100.60
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 4.0 6.0
Microsoft Internet Explorer 9.11.9600.18837
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.1.7601
Only different things is Internet Explorer Version and MSXML version.I have no idea why error message shows the version is higher than us.
Sql server doesn't have the backward compatibility feature for database restoring function,
It is not possible to downgrade a database. 11.0.2100.60 is the SQL Server 2012 version. There is absolutely no way you can restore or attach this database to the SQL Server 2014 instance you are trying to restore on (11.0.2100.60 is SQL Server 2012). Your only options are:
Upgrade this instance to SQL Server 2014 (12.00.2269)
Restore the backup you have on a SQL Server 2012 instance, export all the data and import it on a SQL Server 2014 database.
Sql server version details :- http://sqlserverversions.000webhostapp.com/

Grant someone the right to show the indicative execution plan

How can I grant someone the right to run the execution plan in Management Studio 2012.
My details for the MSSQL Server Management Studio are the following:
Microsoft SQL Server Management Studio 11.0.2100.60
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 2.6 3.0 4.0 6.0
Microsoft Internet Explorer 9.10.9200.17054
Microsoft .NET Framework 4.0.30319.34209
Operating System 6.1.7601
I hope that is sufficient information.
Edit:
I have the full rights as the system administrator.
You can use:
USE db
Go
GRANT SHOWPLAN To User

Sql Server Reporting Services – SharePoint feature missing

I am trying to add Reporting Services – SharePoint feature to my computer sql server installation.
I am currently using Sql Server 2012 Enterprise on a 32 bit computer
Microsoft SQL Server 2012 - 11.0.2100.60 (Intel X86)
Feb 10 2012 19:13:17
Copyright (c) Microsoft Corporation
Enterprise Edition on Windows NT 6.1 <X86> (Build 7601: Service Pack 1)
Unfortunately, in Shared features I don't have the Reporting Services items mentioned in this article:
http://msdn.microsoft.com/en-us/library/jj219068.aspx
Could it be because I don't have Sharepoint installed on my computer?
Or maybe, because my computer is 32 bit?
Any suggestions?
Thanks
I think you have 64 bit computer Reporting Services Add-in for SharePoint Products says
computer must meet the following software requirements
The add-in is 64-bit only, which is a requirement of SharePoint 2010
products and technologies.
In this article you can check Report Server Database Requirements
If you want to install Reporting Services and a SharePoint product instance on the same computer, you can run SQL Server Express and another edition of
SQL Server side-by-side on the same computer or you can use the same instance of the Database Engine for the SharePoint configuration and content databases
if you choose the Advanced installation option when installing a
SharePoint product . If you choose the Basic installation option instead,
the SharePoint Setup program will install SQL Server Embedded Edition
as an internal component and use that instance to host the SharePoint databases.
reporting servides in sharepoint mode

SQL Server 2008 instance

I have SQL Server 2008 and the Management Studio installed on my machine, but I apparently only have an instance of 2005 running on it.
SQL Server 2008 Mgt Studio Info
Microsoft SQL Server Management Studio 10.0.2531.0
Microsoft Data Access Components (MDAC) 6.0.6002.18005
Microsoft MSXML 3.0 5.0 6.0
Microsoft Internet Explorer 9.0.8112.16421
Microsoft .NET Framework 2.0.50727.4216
Operating System 6.0.6002
How do I either upgrade that instance to 2008 or create a new instance?
Based on your other post, you should be fine with the express edition (found here).
http://www.microsoft.com/sqlserver/en/us/editions/express.aspx

Resources