We were recently updated to SQL 2012 which liaises with our tax software. Every time there is a windows update it turns off the SQL Service, why and how do I stop it doing it?
Why Does Windows Update Turn Off my SQL
SQL Server 2008 R2/2012 Native Client & Windows 10
Hello,
Is the 'Microsoft SQL Server 2008 R2 Native Client' software supported on 'Windows 10 (Version 1809)'?
Is the 'Microsoft SQL Server 2012 Native Client' software supported on 'Windows 10 (Version 1809)'?
Can the 'Microsoft SQL Server 2012 Native Client' installed on a client PC be used to connect to 'SQL Server 2008 R2' set up on a server (i.e. is it backwards compatible)?
Kind regards,
Glen
VMWare SQL Server 2014 increase Parallelism & Perfomance Issue
Good day, Please Advise.
1. SQL 2014 Architecture: VMWare, OS Windows 2012, SQL Enterprise 2014, 2 Sockets*8 Processors=16 CPU, 64GB RAM
The server performs fine doing sequential activity but Parallelism it struggles. Initially we had the MAXDOP options set but we experience bad performance hence why I am thinking of adding more CPU & RAM
2. what can I do from a hardware perspective to increase performance (sql2016 next year)
I compared the CPU to 2 servers below, On bottom Left is Main Server compared to bottom right. 4 sockets has better performance and has increased maximum memory allocated.
Kindly advise by adding cpu like image on bottom right with increased maximum memory setting would increase performance
Cluster IPs Switching
Dear All,
I have cluster node with 2 IPs, one active and the other one is passive. When i do NSLOOKUP i get the 2 IPs, when i ping the cluster name, then its pining the passive IP not the active IP, it should ping the active IP ( passive IP not pining - request time out). I did delete both A records in DNS then it worked fine, but after a while it went back to the passive IP again. What i need is when i ping the cluster note it must ping the active IP.
Thank you
Can any body help me to sort out this error?
An error occurred during the installation of assembly 'Microsoft.VC80.MFCLOC,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070057.
Error code: 1935
SQL 2012
Error encountered during database restore - SQL Server 2014
SQL server 2014
System.Data.SqlClient.SqlError: Write on "???" failed: 1784(The supplied user buffer is not valid for the requested operation.) (Microsoft.SqlServer.SmoExtended)
SQL Server MIN and MAX memory setting
Hi,
We are using SQL Server 2016 Ent with SP1 (This is Stand alone server and only One instance not any other applicaitons)
How to set Min and MAX server memroy? There 40-50 DB running on this server
What happens if i set MIN-256GB and MAX-256?
Please provide your recommendaitons. These are hight transactional DB's.
Need access to old media (SQL Server 2005 service pack 2)
SQL Server Linux Ubuntu
Hi,
Can I ask why the official documentation for installing SQL Server for Linux on Ubuntu, specifically specifies version 16.04, when users seems to have had no issues with 18.04 (For example):
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver15
Is there anything specific which is holding Microsoft back from officially supporting 18.04?
Thanks
License entitlement - Action Pack per core/per cal
Firstly, I searched this forum and saw referrals to an SQL licensing specialist. If it's the same answer please let me know how I find an SQL license specialist.
I have an Action Pack subscription that confers the following rights:
Application name | Quantity | Offer type | Benefit type | Expires |
Microsoft SQL Server 2017 CALs | 10 | MAPS | Core | 06-Apr-2020 |
SQL Server 2017 Standard Edition - Per Core | 2 | MAPS | Core | 06-Apr-2020 |
Can anyone explain what this gives us to enable us to run SQL internally?
I have read the guide here https://download.microsoft.com/download/7/8/C/78CDF005-97C1-4129-926B-CE4A6FE92CF5/SQL_Server_2017_Licensing_guide.pdf but don't understand if we have ability to run in per cal model (as there is no Server licence and the CALs show
as Benefit type CORE) or in per core model, where a minimum of 4 licences are required. Do we have 2 x 4 licences or just 2 in total, in which case how could this ever be enough to run SQL 2017?
The support people on Microsoft Partner Network have referred me here so please don't refer me back to them as they are unable to help.
Many thanks in advance
Rob
How to perform upgrade from sql 2012 express to sql 2017 express
I have a SQL instance which has SQL 2012 SP4 Express on it.
I would like to upgrade that instance to SQL 2017 Express. I downloaded the installer file, but it does not give me the option to perform an upgrade from a previous version. It only gives me the option to do a Basic, Custom or Download files
Please advise.
Unable to communicate with the runtime for 'Python' script. Please check the requirements of 'Python' runtime.
Hi Pros,
Does anyone know how to fix this error below? I'm running Python in-database using SQL Server 2017. The coding environment should have been set up properly and run code without any problems up until last week and I didn't make any changes on the SQL Server or anything.
===========================================
sample code
exec sp_execute_external_script @language=N'Python',@script=N'OutputDataSet = InputDataSet
print("Input data is {0}".format(InputDataSet))
',@input_data_1= N'SELECT 1 as col'
===========================================
error message
Msg 39012, Level 16, State 1, Line 25 Unable to communicate with the runtime for 'Python' script. Please check the requirements of 'Python' runtime. STDERR message(s) from external script: Traceback (most recent call last): File "", line 1, in File"C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\revoscalepy__init__.py", line 6, in from .RxSerializable import RxMissingValues File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\revoscalepy\RxSerializable.py", line 11, in from pandas import DataFrame File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas__init__.py", line 39, in from pandas.core.api import * File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\api.py", line 10, in from pandas.core.groupby import Grouper File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\groupby__init__.py", line 2, in
STDERR message(s) from external script: from pandas.core.groupby.groupby import ( File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\groupby\groupby.py", line 20, in from pandas.core.dtypes.common import ( File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\dtypes\common.py", line 17, in from .inference import is_string_like, is_list_like File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\dtypes\inference.py", line 8, in from pandas.compat import (PY2, string_types, text_type, ImportError: cannot import name 're_type'
Install SQL SERVER SP2 fails, how to succeed ?
Hi!
Please help.
The sql server 2016 sp2 installation keeps failing.
The summary log :
Final result: The patch installer has failed to update the following instance: SQP01. To determine the reason for failure, review the log files.
Exit code (Decimal): -2061893564
Start time: 2019-07-09 17:31:38
End time: 2019-07-09 17:35:39
Requested action: Patch
Final result: The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
Exit code (Decimal): -2061893564
Start time: 2019-07-09 17:33:38
End time: 2019-07-09 17:35:37
Requested action: Patch
Machine name: V7826SQP007
Machine processor count: 8
OS version: Microsoft Windows Server 2012 R2 Standard (6.3.9600)
OS service pack:
OS region: España
OS language: English (United States)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: No
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2016 SQP01 MSSQL13.SQP01 Database Engine Services 1033 Enterprise Edition: Core-based Licensing 13.0.1601.5 No Yes
SQL Server 2016 SSMS 1033 13.0.16106.4 No Yes
SQL Server 2016 Adv_SSMS 1033 13.0.16106.4 No Yes
Description: Microsoft SQL Server 2016
ProductName: SQL Server 2016
Type: RTM
Version: 13
SPLevel: 2
KBArticle: KB4052908
KBArticleHyperlink: http://support.microsoft.com/?kbid=4052908
PatchType: SP
AssociatedHotfixBuild: 0
Platform: x64
PatchLevel: 13.2.5026.0
ProductVersion: 13.0.1601.5
GDRReservedRange: 13.0.1700.0:13.0.1899.0;13.0.4200.0:13.0.4299.0
Installation location: c:\c9d8671f786bb525cae5\x64\setup\
Instance Edition
SQP01 Enterprise Edition: Core-based Licensing
ACTION: Patch
ALLINSTANCES: false
CLUSTERPASSIVE: false
CONFIGURATIONFILE:
ENU: false
HELP: false
IACCEPTROPENLICENSETERMS: false
IACCEPTSQLSERVERLICENSETERMS: true
INDICATEPROGRESS: false
INSTANCEID: <empty>
INSTANCENAME: <empty>
MRCACHEDIRECTORY:
QUIET: false
QUIETSIMPLE: false
SUPPRESSPRIVACYSTATEMENTNOTICE: false
UIMODE: Normal
X86: false
Rules report file: C:\Program Files\Microsoft SQL Server\130\Setup Bootstrap\Log\20190709_173137\SystemConfigurationCheck_Report.htm
[SOLVED] KB3171021 Fails with Code 851A0042
I am trying to install KB3171021 (SQL Server 2014 SP2) on my production SQL box. It fails with Code 851A0042.
This is the only information in the Event Log: Installation Failure: Windows failed to install the following update with error 0x80070643: Microsoft SQL Server 2014 Service Pack 2 (KB3171021).
I have verified the system and SQL server program disk have space on them.
Regards,
Ray
How to upgrade python for SQL Machine Learning
Hi,
I'm looking to upgrade the version of python if it's possible that SQL uses in machine learning, does anyone know if this is possible?
Thanks,
J
StretchDB creating error
I succeeded to set up StretchDB before this month, but it was failed this month.
I have tried using both wizard and command for StretchDB, both error message from SSMS and the log of StretchDB wizard (Path =C:\Users\XXX\AppData\Local\Sql Server\StretchWizardLogs) are about "Gen1 Data Warehouse has been deprecated in this region. Please leverage Gen2 Data Warehouse".
I used South East Asia SQL2016 Dev edition VM and South East Asia Azure SQL Database Standard SKU this time, and Azure documentation said South East Asia already became Generation 2 since 2019/6/1.
How can I resolve this environmental problem? Thanks!
How to install SQL Server LocalDB with my application?
I have developed an application in vb.net 4.5 with VS2015 and I am using InstallShield Limited Edition to create the MSI installation file.
Some of the final users don't have internet, so I need to include the SQLLocalDB.msi
and
install it silently.
I can't find a single sample for this, it should be a common scenario right?
G.Waters
ssms 18.x bug/issue impossible to configure "extended events", the list of events remains desperately empty.
Hi,
Since I installed ssms 18.x, I have trouble when I want to create a new extended session, following theses steps "management->Extended Event->Sessions" click right on "new session." When the dialog box is open, I click on "events."
and the list of events remains desperately empty.
I make a screenshot see below.
I already tried to uninstall and install again(with a reboot).
I tried to re-install the french edition with the same issues.
zoltix
Unable to install SQL Server (-2061893607) "Could not find the Database Engine startup handle"
Hi,
I'm trying to install SQL Server 2017 Express Edition, just the basic configuration, and I'm getting the following error when I do so.
Oops...
Unable to install SQL Server (setup.exe).
Exit code (Decimal): -2061893607Error description: Could not find the Database Engine startup handle.
I check the Detail.txt file in the setup log folder and see the following possibly relevant lines:
Error result: -2061893607Result facility code: 1306
Result error code: 25
How do I resolve this?