Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all 8133 articles
Browse latest View live

unable to update from SQL 2005 to SQL 2012

$
0
0

I am trying to update my SQL server 2005 to 2012, using the upgrade feature on the DVD.  It passes it's pre tests and it doesn't see any updates for the installation. When i get to "select features" Both options are grayed out, and I am unable to select any of them. How can i fix this? Please help me. 


why need Visual Studio Shell in SQL Server installation

$
0
0

Hello, 

I am using Visual Studio 2019, SQL Server 2016.  but when i install SQL Server 2016 automatically install Visual studio 2010 shell isolation. i have already Visual studio so why need it. if its important, so which version i use to don't need shell isolation. 

thank you!


Is alive check looksalivecheck in laters versions for WSFC and always on

$
0
0
How is isalive and looksalive check done in newer version (after 2012 ) done , I understand that sp_server_healthcheck does the job of healtcheck in always on setup. so is there is any changes in normal failover clustering where in it used to be isalive every5 secs and looks alive using @@servername every minute ?

Thanks, Nithin

KB4505217 fails to install and drops performance counters

$
0
0

Hello, 

I'm seeing this on multiple Windows 2012R2 servers.  KB4505217 fails to install and the performance counters are gone.  This key is missing - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Instance-Name-Here\Performance\

This in the System log "Installation Failure: Windows failed to install the following update with error 0x80070643: Security Update for SQL Server 2014 Service Pack 2 GDR (KB4505217)."

This is in the Application log.

***************************

Fault bucket 2288819404124334310, type 5
Event Name: SQL120Exception
Response: Not available
Cab Id: 0

Problem signature:
P1: SQL Server 2014@RTM@KB4505217
P2: 0xC8FCDA15
P3: 0x88792597
P4: 0xBEDF421F@1701@8
P5: 0xD69AB41D
P6: SqlEngineConfigAction_patch_configrc
P7: 0x94D05575
P8: 0xE02DA569
P9: 0xD8896B90
P10: 

Attached files:
C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20191006_013933\KSCMSSQLSERVER\Watson_1\LogFiles.cab

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Critical_SQL Server 2014@_e42ab2be4246f3a6337ed74258d3ec4ef13f91_00000000_d844eaf6

Analysis symbol: 
Rechecking for solution: 0
Report Id: 8a34cbc9-e805-11e9-811b-005056af0dae
Report Status: 0
Hashed bucket: 27bc8300b9aee8713fc3851f11da28e6

****************

Yet when I open the error log, the first line is "Microsoft SQL Server 2014 (SP2-GDR) (KB4505217) - 12.0.5223.6 (X64)"

Any assistance would be appreciated.

SQL 2016 - Trace 1118 and 1117

$
0
0

Fellow SQLers,

I am on SQL 2016, it is my understanding that Trace 1117 and 1118 from tempdb are on by default.  From what I have seen, you do not see it when running DBCC tracestatus - both attempts show 0 values.

How can one tell if either of these funcitnality are turned on or off in tempdb since I am not sure it you can disable it in tempdb - don't want to but just curious.

Thanks,

MG

AD Authentication on linux.

$
0
0

Hi All,

I have tried to connect to Linux server using AD authentication  and i could do it successfully by following the link

https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-active-directory-auth-overview?view=sql-server-2017

Scenario 1: I can connect to the Sql server which is installed on Linux using SSMS with windows authentication by using a domain account Domain name\Test account. But i couldn't do any action (ex: Creating db ,accessing database etc..) even though it has SYS Admin permission. Getting errors like "account doesn't have permission", "User do not have permission to perform this action" etc..

Scenario 2:I can connect to Sql server which is installed on Linux using SSMS with WA by using Domain name\Testaccount2 and i can do any action(ex: Create db ,accessing database etc..).

LDAP Account Name :Testacccount2 had sudo access on Linux machine.

Here my AD account name and LDAP account name is matching and i could all SYS admin operations.

Scenario 1 is not working and scenario 2 is working. Is this expected behavior or limitation in SQL Linux. Kindly help if there is any way to make work Scenario 1.

Please let mw know if needed more details.

Thanks is advance!

sql server 2017 developer edition failed giving blank error

$
0
0

hello,

I was trying to download sql server 2017 developer edition the download done successfully but the automatically setup that leads to download plan didn't start and it gave a blank error message an empty window. when I tried to start it manually from setup.exe file it returned the same blank error. I tried to uninstall it then reinstall also I tried to install it from the iso I tried the express edition and i checked for deleted old version files all these returned the same blank error message.

SQL SEVER 2016: FOR UPDATE clause allowed only for DECLARE CURSOR

$
0
0

Hi,

I was installing one identity service with MS SQL server 2016 and received error:

Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR

I saw below fix which is in SQL server 2012.

2740957: fix-for-update-clause-allowed-only-for-declare-cursor-error-when-you-e

Now I have question since I am using MS MSQL server 2016, do I need to apply this package? I believe 2016 should have this fix since it's cumulative build. Please help me here to identify proper fix.

Thanks in advance.


SQL Server Service will not start - a recent development!

$
0
0

SQL Server Service
(2014) is set to "Automatic" and should therefore be automatically started when I boot up my computer. As viewed from Services it is in a "Stopped" state after reboot. I believe this is due to a recent service pack or cumulative update(?)

From the command prompt I am able to start the SQL Server Service by bypassing the Cumulative Update or Service Pack option with the option switch "/T902" :

NET START MSSQL$MSSQLSERVER2014 /T902 after which everything behaves normally.

The Service "Logon" is currently set to "LocalSystem" and I have changed this to both "NT Authority\System" and "NT
AUTHORITY\NETWORKSERVICE" in an attempt to resolve the problem.

Each time the Windows Event log records :

"The SQL Server (MSSQLSERVER2014) service terminated with the following service-specific error:

WARNING: You have until SQL Server (MSSQLSERVER2014) to logoff. If you have not logged off at this time, your session will be disconnected, and any open files or devices you have open may lose data."

By itself the message is pretty useless but I get similar messages when I attempt to change the service logon. Thus, my suspicion is that this is a "permission" type issue such that some script has insufficient "rights" in order to carry out what it is attempting to do.

If I knew where these scripts were located I might try running the scripts manually to identify which one(s) are causing the problem. Running the script manually might be more informative and pinpoint exactly what is causing this. Unfortunately, the next step in resolving this eludes me.  

Can you help?



Kev

Can't change UI Language of SQL Server Management Studio 17.1 to English

$
0
0

Hi,

I do have installed the English Version of SQL Server 2016 and SQL Server Management Studio 17.1.  


How can I change the language to English?  As you can see, the DB menu in Object Explorer is in English, but the user interface still is in German.

When I use the link to install other languages. I get a link to http://go.microsoft.com/fwlink/?LinkId=558810&clcid=0x407 

This is completely  wrong, because it redirects me to install a "Microsoft Visual Studio 2015 Sprachpaket" = Language Pack for VS2015.  Why I need to install a Language pack if I installed the English version: "SSMS-Setup-ENU.exe"

I do have Visual Studio 2017 English installed.  

It's very strange.

Regards,

Arash


SQL Server express docker and PostgreSQL Linked Server Configuration

$
0
0
 I need an article to create a connection between SQL Server express running on docker with PostgreSQL 10.

Upgrading SQL 2005 sp1 to SQL 2008

$
0
0

Hello,

Have a new server with SQL 2008 and an old server with SQL 2005 sp1.  I need to move my data over to new server but the SQL's are not compatible.  When trying to upgrade my old server to SQL 2008 its unsuccessful.  Cant even upgrade on old server to SQL 2005 sp4

Could not find a login matching the name provided

$
0
0

we have a sql server 2016 which is running on windows server and is part of Active directory domain.

I have provided db_owner permission on an active directory group account(Domain\accountname) and user id(Domain\userid) is member of that group. When user tried with id (Domain\userid) using active directory password authentication via SSMS getting below error:

ERROR:18456 -  could not find  a login matching the name provided.

Sql server is running in AD domain, user had AD credentials and is part of active directory group account but getting the error.

Kindly help!

SQL server 2017 Express Basic problems,error 2203.I didn't find anywhere the solution

$
0
0

I encountered this error and I cannot fix it.

I tried to give full permissions to everyone,I tried some stackoverflow.com's tips(I'm not allowed to post here links yet)  and I aalso tried to setup my tmp folder as I have seen on some links,but my folder was already  like there. And many others things I don't remember right now...

Also the summary of log file is(if it helps):

Overall summary:

  Final result:                  Failed: see details below

  Exit code (Decimal):           -2068051813
  Start time:                    2019-10-11 13:27:16
  End time:                      2019-10-11 13:29:40
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
  Next step for Replication:     Use the following information to resolve the error, and then try the setup process again.
  Next step for Browser:         Use the following information to resolve the error, and then try the setup process again.
  Next step for Writer:          Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC:            Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.
  Next step for ComponentUpdate: Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  DESKTOP-7A3NATV
  Machine processor count:       8
  OS version:                    Microsoft Windows 10 Pro (10.0.17134)
  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  Configured

Package properties:
  Description:                   Microsoft SQL Server 2017 
  ProductName:                   SQL Server 2017
  Type:                          RTM
  Version:                       14
  SPLevel:                       0
  Installation location:         C:\SQLServer2017Media\Express_ENU\x64\setup\
  Installation edition:          Express

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      true
  AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Disabled
  ASBACKUPDIR:                   Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   Config
  ASDATADIR:                     Data
  ASLOGDIR:                      Log
  ASPROVIDERMSOLAP:              1
  ASSERVERMODE:                  TABULAR
  ASSVCACCOUNT:                  <empty>
  ASSVCPASSWORD:                 <empty>
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            <empty>
  ASTELSVCACCT:                  <empty>
  ASTELSVCPASSWORD:              <empty>
  ASTELSVCSTARTUPTYPE:           0
  ASTEMPDIR:                     Temp
  BROWSERSVCSTARTUPTYPE:         Automatic
  CLTCTLRNAME:                   <empty>
  CLTRESULTDIR:                  <empty>
  CLTSTARTUPTYPE:                0
  CLTSVCACCOUNT:                 <empty>
  CLTSVCPASSWORD:                <empty>
  CLTWORKINGDIR:                 <empty>
  COMMFABRICENCRYPTION:          0
  COMMFABRICNETWORKLEVEL:        0
  COMMFABRICPORT:                0
  CONFIGURATIONFILE:             
  CTLRSTARTUPTYPE:               0
  CTLRSVCACCOUNT:                <empty>
  CTLRSVCPASSWORD:               <empty>
  CTLRUSERS:                     <empty>
  ENABLERANU:                    true
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FEATURES:                      SQLENGINE, REPLICATION, SNAC_SDK
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  IACCEPTSQLSERVERLICENSETERMS:  true
  INDICATEPROGRESS:              false
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    SQLEXPRESS
  INSTANCENAME:                  SQLEXPRESS
  ISMASTERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISMASTERSVCPASSWORD:           <empty>
  ISMASTERSVCPORT:               8391
  ISMASTERSVCSSLCERTCN:          <empty>
  ISMASTERSVCSTARTUPTYPE:        Automatic
  ISMASTERSVCTHUMBPRINT:         <empty>
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  ISTELSVCACCT:                  <empty>
  ISTELSVCPASSWORD:              <empty>
  ISTELSVCSTARTUPTYPE:           0
  ISWORKERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISWORKERSVCCERT:               <empty>
  ISWORKERSVCMASTER:             <empty>
  ISWORKERSVCPASSWORD:           <empty>
  ISWORKERSVCSTARTUPTYPE:        Automatic
  MATRIXCMBRICKCOMMPORT:         0
  MATRIXCMSERVERNAME:            <empty>
  MATRIXNAME:                    <empty>
  MRCACHEDIRECTORY:              
  NPENABLED:                     0
  PBDMSSVCACCOUNT:               <empty>
  PBDMSSVCPASSWORD:              <empty>
  PBDMSSVCSTARTUPTYPE:           0
  PBENGSVCACCOUNT:               <empty>
  PBENGSVCPASSWORD:              <empty>
  PBENGSVCSTARTUPTYPE:           0
  PBPORTRANGE:                   <empty>
  PBSCALEOUT:                    false
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  ROLE:                          AllFeatures_WithDefaults
  RSINSTALLMODE:                 DefaultNativeMode
  RSSVCACCOUNT:                  <empty>
  RSSVCPASSWORD:                 <empty>
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT Service\MSSQL$SQLEXPRESS
  SQLSVCINSTANTFILEINIT:         false
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           DESKTOP-7A3NATV\Miriam
  SQLTELSVCACCT:                 NT Service\SQLTELEMETRY$SQLEXPRESS
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          Automatic
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBFILECOUNT:            1
  SQLTEMPDBFILEGROWTH:           64
  SQLTEMPDBFILESIZE:             8
  SQLTEMPDBLOGDIR:               <empty>
  SQLTEMPDBLOGFILEGROWTH:        64
  SQLTEMPDBLOGFILESIZE:          8
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SUPPRESSPRIVACYSTATEMENTNOTICE: false
  TCPENABLED:                    0
  UIMODE:                        AutoAdvance
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\ConfigurationFile.ini

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SqlSupport_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=SqlSupport.msi%40InstallInitialize%402203

  Feature:                       SQL Server Replication
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SqlSupport_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=SqlSupport.msi%40InstallInitialize%402203

  Feature:                       SQL Browser
  Status:                        Failed
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SqlSupport_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=SqlSupport.msi%40InstallInitialize%402203

  Feature:                       SQL Writer
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Writer Component
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SqlWriter_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=SqlWriter.msi%40InstallInitialize%402203

  Feature:                       SQL Client Connectivity
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Native Client Access Component
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\sqlncli_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=sqlncli.msi%40InstallInitialize%402203

  Feature:                       SQL Client Connectivity SDK
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Native Client Access Component
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\sqlncli_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=sqlncli.msi%40InstallInitialize%402203

  Feature:                       Setup Support Files
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          2203
  Component log file:            C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SqlSupport_Cpu64_1.log
  Error description:             The installer has encountered an unexpected error. The error code is 2203. Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147286788.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=SqlSupport.msi%40InstallInitialize%402203

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20191011_132715\SystemConfigurationCheck_Report.htm

Thanks in advance!

SQL 2016 Enterprises to SQL 2017 standard

$
0
0

Hi,

we are going to migrate SQL 2016 Enterprises to SQL 2017 Standard edition.

 what are the things to take care for this?

  •   Compatibility?
  •   can we upgrade SQL 2016 Ent to SQL 2017 Stand directly ( In-place upgrade)
  •   we are using Rebuild with online /Table partition features in Enterprises. (what are the features differentiate with         standard)
  •   Is there any difference in  Performance compare with SQL 2016 Ent vs SQL 2017Std.
  • we configured Transnational Replication.

  

  



Error installing Microsoft ODBC Driver 17 for SQL Server

$
0
0

I am trying to install SQL Server Management Studio ver 18.3 on a server running Windows Server 2012, but the installation aborts with the following error message - "Fatal error during installation (0x80070643)", with the follow up instruction of "Microsoft ODBC Driver 2017 for SQL Server: Please install the Visual C++ 2017 Redistributable from https://aka.ms/vs/15/release/vc_redist.x64.exe".

However, Visual C++ 2017 is installed on the server.

I then tried to install ODBC Driver 2017 directly with the msi file from MS, but it too aborts with this error message - "Error 1723. Please install the Visual C++ 2017 Redistributable from https://aka.ms/vs/15/release/vc_redist.x64.exe before running this installer."

I appear to be caught in a installation loop. 

Has anyone come across this before? I appreciate any suggestions.

Thanks,

Herman

Unable to configure Management Data Warehouse on SQL Server 2012.

$
0
0

Hi Team,

I am unable to configure Management Data Warehouse on SQL Server 2012.

Able to create database for management data warehouse, But unable to Set up data collection

Getting below error:

"- Start system collection sets (Error)

Messages
Failed to configure data collection

------------------------------
ADDITIONAL INFORMATION:

Unable to start collection set Query Statistics. (Microsoft.SqlServer.Management.Collector)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&LinkId=20476

------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Caught error#: 14684, Level: 16, State: 1, in Procedure: sp_syscollector_create_jobs, Line: 251, with Message: Caught error#: 14262, Level: 16, State: 1, in Procedure: sp_verify_schedule_identifiers, Line: 138, with Message: The specified @schedule_name ('RunAsSQLAgentServiceStartSchedule') does not exist. (Microsoft SQL Server, Error: 14684)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=14684&LinkId=20476

Warning: Database created by the wizard is not cleanup after failure. 

------------------------------
ADDITIONAL INFORMATION:

Unable to start collection set Query Statistics. (Microsoft.SqlServer.Management.Collector)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&LinkId=20476

------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Caught error#: 14684, Level: 16, State: 1, in Procedure: sp_syscollector_create_jobs, Line: 251, with Message: Caught error#: 14262, Level: 16, State: 1, in Procedure: sp_verify_schedule_identifiers, Line: 138, with Message: The specified @schedule_name ('RunAsSQLAgentServiceStartSchedule') does not exist. (Microsoft SQL Server, Error: 14684)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=14684&LinkId=20476"

Or can anyone help me with any other way so i can generate database report.

Regards,

Nawaz.

 

Thanks And Regards, Sk. Nawaz.

启动sql2016安装程序报错

$
0
0

windows2012R2服务器上已经安装了sql2014的数据库实例,另外新增安装sql2016实例时报如下错误,且在使用sql2014sp3升级包升级已存在实例时同样报以上错误,不知如何排查了,请教该如何分析呢,谢谢

SQL Server Setup has encountered the following error: Failed to retrieve data for this request.. For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0xE8A0C283%25400xAC7B1A58%25401233%254053 ------------------------------ BUTTONS: OK ------------------------------


How to use SQL Express after installing SQL Server 2017 in Windows 10

$
0
0

I've downloaded SQL Server 2017 to find out what Object Explorer is and how it works.  At the very least I'd like to create a database and create some Tables.  However, I don't seem to have an application loaded that I can run to do this.

I have installed SQL Server 2017 Express using SQLServer2017-SSEI-Expr.exe.  I understand this is free of charge.  The following are now listed as installed programs on my machine:

  • Microsoft SQL Server 2017 T-SQL Language Service
  • Microsoft SQL Server 2017 Setup (English)
  • Microsoft SQL Server 2017 LocalDB
  • Microsoft SQL Server 2017 (64-bit)
  • Microsoft SQL Server 2012 Native Client
  • Microsoft SQL Server 2008 R2 Native Client

In the list of apps under the heading of Microsoft SQL Server 2017, shown when I click on my Windows 10 Start button, I have the following list of programs that I can run:

  • SQL Server 2017 Configuration Manager
  • SQL Server 2017 Import and Export Data (32-bit)
  • SQL Server 2017 Import and Export Data (64-bit)
  • SQL Server 2017 Error and Usage Reporting
  • SQL Server 2017 Installation Center (64-bit)

However, I get the impression that to use SQL Server 2017 Express I need to use something like SQL Server Management Studio, but that is not free except for a limited period.  However, a possible alternative, Microsoft Management Console, is listed in my Task Manager as being inactive and I don't know how to activate it.  Anyway, from the documentation it seems that I need SQL Server Management Studio to use Object Explorer, anyway.

Is there is free way of using

  • Object Explorer
  • Creating a database, creating tables and doing queries

please?

Core license division.

$
0
0

Hi,

I have a 6 core sql license. But I have only used 4-cores in one project.

Can I use the other 2-cores in another project in another sql server installation?

Thanks,

Viewing all 8133 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>