Quantcast
Channel: SQL Server Express forum
Viewing all 3319 articles
Browse latest View live

.BAK FILE

$
0
0

Hi,
When I Restore one of the .bak file in SQL Serve Management 2014 by clicking on Restore Databse. "Back Sets to Restore" does not show selected .bak file .
I was wondering if none of the .bak is restore able and then I retried few of the earlier .bak file which I was successfully able to restore.

Then I Suspect that file is corrupted. I did decent research on various site but all are diverting to the same 2-3 recovery tool.
I even tried one of the recovery tool and was able to connect that to MS SQL server and partial data was their in MSSQL server as it was free tool.

This confirms that MS SQL file was corrupted. 

I need help if there is any Microsoft freely available approach I can use to recover corrupted .bak file instead of paying dollars to other.


SQL Query Error

$
0
0

i have 2 tables with following structure

ONe : Branches Table

Branch_CodeBranch_NameBranch_ShortCodeHasATMBranch_EmailBranchRegion
1BABARMAHAL BRANCHNULL1NULLCENTRAL WEST
2BUTWAL BRANCHNULL1NULLNEPAL
3TEST BRANCHNULL1NULLNEPAL
4LALITPUR BRANCHNULL1NULLEASTERN
5NEWROAD BRANCHNULL1NULLWESTERN REGION
      
6SUKEDHARA BRANCHNULL1NULLWESTERN REGION
      
7NEPALGUNJ BRANCHNULL1NULLCENTRAL-WEST
8BIRATNAGAR BRANCHNULL1NULLWESTERN REGION
      
9MANIGRAM BRANCHNULL1NULLSE-PHOKSHUNDO
      
10AUSTRALINULL1NULLWESTERN REGION

Another Table

IdRegionName
1CENTRAL EAST
2CENTRAL MID
3CENTRAL WEST
4EASTERN
5MID
6NORTH
7SE-PHOKSHUNDO
8WESTERN
9NEPAL

Now when i execute this query with NEPAL PARAMETE then it return data 

select a.BranchCode,b.Branch_Name,b.BranchRegion from DailyCashPositionTbl a, GetBranchDetails b
where a.BranchCode=b.Branch_Code
and b.BranchRegion='NEPAL'

BranchCodeBranch_NameBranchRegion
2BUTWAL BRANCHNEPAL
3TEST BRANCHNEPAL

now if i change paramete to WESTERN THEN IT DOES not return any value , why is thi

select a.BranchCode,b.Branch_Name,b.BranchRegion from DailyCashPositionTbl a, GetBranchDetails b
where a.BranchCode=b.Branch_Code
and b.BranchRegion='WESTERN'

I DONT UNDERSTAND WHY THIS ERROR OCCURED.

How to setup log shipping for multiple databases Sql 2012?

$
0
0

Dear All, i have try to configured log shipping multiple databases(on server) but getting error .

1. one database  configured log-shipping working fine.

2. when second database try to configured log shipping getting error message.

error is below.

Date26-07-2019 16:45:00
LogJob History (LSBackup_ARC)

Step ID1
ServerARC
Job NameLSBackup_ARC
Step NameLog shipping backup log job step.
Duration00:00:19
Sql Severity0
Sql Message ID0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted0

Message
Executed as user: test\testd. The step failed.

IDENTITY_INSERT

$
0
0

Hello everybody,

I access a database via EntityFrameworkCore, from a WebAPI project.

The previous project had no problem, but the key of the Post was named PostId.

Well, in a new project I have another name for the key, I do not know whether this is the problem.

I explicitly set the AUTOINCREMENT for the key.

From SSMS I can insert a new record and its key is automatically set to the next available value.

But from EntityFramework, I am said that it is impossible to insert an explicit value in the identity column when IDENTITY_INSERT is defined to OFF.

Defining it to ON in SSMS changes nothing.

Is this a question I have to ask in a forum about WebAPI, or perhaps EntityFrameworkCore,  or did I miss anything about SQL Server ?


SQL Server® 2016 Express full download

$
0
0
All previous version of SQL Server Express were available in both web and full downloads. But I cannot find full download of SQL Server® 2016 Express. Does it exist?

Invalid Folder to Complete Installation

$
0
0

Hi, 

I just installed the Sql Server Express 2016 in a Win 2010 ver, so after complete the installation i needed to installing SSMS from installation center, after chose  any Folder  i got the msg INVALID FOLDER, so i coulndn´t completed the installation.

I cheked all the permition issues from my user perfil and all is OK with full rights.

ANY HELP OR RECOMENDATION OUT THERE??

How to reduce tempdb database size.

$
0
0
Dear Team,
Please suggest How to reduce tempdb database size. Thanks in advance.

Unable to connect to SQL server after update

$
0
0

I updated my server today with all pending update and after reboot I was unable to connect to SQL server. Prior to reboot I've also enabled the firewall but now it's disabled again and server is after another reboot. When I try to connect locally using

sqlcmd -S localhost

I get error:

Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2749.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..

Server itself is up and running:

hyperqbe@slaro:/etc$ sudo systemctl status mssql-server
[sudo] hasło użytkownika hyperqbe:
● mssql-server.service - Microsoft SQL Server Database Engine
   Loaded: loaded (/lib/systemd/system/mssql-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2019-08-08 15:06:28 CEST; 19min ago
     Docs: https://docs.microsoft.com/en-us/sql/linux
 Main PID: 7259 (sqlservr)
    Tasks: 158
   CGroup: /system.slice/mssql-server.service
           ├─7259 /opt/mssql/bin/sqlservr
           └─7288 /opt/mssql/bin/sqlservr

sie 08 15:06:38 slaro sqlservr[7259]: [95B blob data]
sie 08 15:06:38 slaro sqlservr[7259]: [91B blob data]
sie 08 15:06:38 slaro sqlservr[7259]: [145B blob data]
sie 08 15:06:38 slaro sqlservr[7259]: [61B blob data]
sie 08 15:06:39 slaro sqlservr[7259]: [96B blob data]
sie 08 15:06:39 slaro sqlservr[7259]: [66B blob data]
sie 08 15:06:40 slaro sqlservr[7259]: [96B blob data]
sie 08 15:06:40 slaro sqlservr[7259]: [100B blob data]
sie 08 15:06:40 slaro sqlservr[7259]: [71B blob data]
sie 08 15:06:40 slaro sqlservr[7259]: [124B blob data]

I'm unable to connect remotely from other machine as well:

TITLE: Connect to Server
------------------------------
Cannot connect to 192.168.1.141.
------------------------------
ADDITIONAL INFORMATION:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - Istniejące połączenie zostało gwałtownie zamknięte przez zdalnego hosta.) (Microsoft SQL Server, Error: 10054)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=10054&LinkId=20476

As far as I know there were no errors during update process.

I tried running sudo /opt/mssql/bin/mssql-conf setup and chose Express version  but after choosing the language and providing SA password it still stated: "This is an evaluation version.  There are [163] days left in the evaluation period."

Here are the last entries from errorlog:

2019-08-08 15:06:34.89 Server      Microsoft SQL Server 2019 (CTP3.2) - 15.0.1800.32 (X64)
        Jul 17 2019 21:29:33
        Copyright (C) 2019 Microsoft Corporation
        Express Edition (64-bit) on Linux (Ubuntu 18.04.3 LTS) <X64>
2019-08-08 15:06:34.89 Server      UTC adjustment: 2:00
2019-08-08 15:06:34.89 Server      (c) Microsoft Corporation.
2019-08-08 15:06:34.89 Server      All rights reserved.
2019-08-08 15:06:34.89 Server      Server process ID is 32.
2019-08-08 15:06:34.89 Server      Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
2019-08-08 15:06:34.89 Server      Registry startup parameters:
         -d /var/opt/mssql/data/master.mdf
         -l /var/opt/mssql/data/mastlog.ldf
         -e /var/opt/mssql/log/errorlog
2019-08-08 15:06:34.90 Server      SQL Server detected 1 sockets with 4 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
2019-08-08 15:06:34.90 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2019-08-08 15:06:34.90 Server      Detected 12800 MB of RAM. This is an informational message; no user action is required.
2019-08-08 15:06:34.90 Server      Using conventional memory in the memory manager.
2019-08-08 15:06:34.90 Server      Page exclusion bitmap is enabled.
2019-08-08 15:06:35.01 Server      Buffer pool extension is not supported on Linux platform.
2019-08-08 15:06:35.02 Server      Buffer Pool: Allocating 2097152 bytes for 1963331 hashPages.
2019-08-08 15:06:35.16 Server      Default collation: SQL_Latin1_General_CP1_CI_AS (us_english 1033)
2019-08-08 15:06:35.69 Server      Buffer pool extension is already disabled. No action is necessary.
2019-08-08 15:06:35.99 Server      Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA'].
2019-08-08 15:06:36.01 Server      Query Store settings initialized with enabled = 1,
2019-08-08 15:06:36.07 Server      The maximum number of dedicated administrator connections for this instance is '1'
2019-08-08 15:06:36.07 Server      Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2019-08-08 15:06:36.11 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2019-08-08 15:06:36.17 Server      In-Memory OLTP initialized on lowend machine.
2019-08-08 15:06:36.37 Server      CLR version v4.0.30319 loaded.
2019-08-08 15:06:36.57 Server      [INFO] Created Extended Events session 'hkenginexesession'

2019-08-08 15:06:36.58 Server      Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
2019-08-08 15:06:36.59 Server      Total Log Writer threads: 2. This is an informational message; no user action is required.
2019-08-08 15:06:36.72 Server      clflushopt is selected for pmem flush operation.
2019-08-08 15:06:36.72 Server      Software Usage Metrics is disabled.
2019-08-08 15:06:36.97 spid11s     [1]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:06:36.98 spid11s     Starting up database 'master'.
2019-08-08 15:06:37.58 Server      Common language runtime (CLR) functionality initialized.
2019-08-08 15:06:37.77 spid11s     SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2019-08-08 15:06:37.78 spid11s     SQL Server Audit has started the audits. This is an informational message. No user action is required.
2019-08-08 15:06:38.05 Server      Failed to verify the Authenticode signature of 'C:\binn\secforwarder.dll'. Signature verification of SQL Server DLLs will be skipped. Genuine copies of SQL Server are signed. Failure to verify the Authenticode signature might indicate that this is not an authentic release of SQL Server. Install a genuine copy of SQL Server or contact customer support.
2019-08-08 15:06:38.11 spid11s     SQL Trace ID 1 was started by login "sa".
2019-08-08 15:06:38.27 spid11s     Server name is 'slaro'. This is an informational message only. No user action is required.
2019-08-08 15:06:38.29 spid29s     Always On: The availability replica manager is starting. This is an informational message only. No user action is required.
2019-08-08 15:06:38.29 spid29s     Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required.
2019-08-08 15:06:38.30 spid11s     [4]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:06:38.30 spid11s     Starting up database 'msdb'.
2019-08-08 15:06:38.32 spid12s     [32767]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:06:38.32 spid12s     Starting up database 'mssqlsystemresource'.
2019-08-08 15:06:38.33 spid12s     The resource database build version is 15.00.1800. This is an informational message only. No user action is required.
2019-08-08 15:06:38.36 spid12s     [3]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:06:38.36 spid12s     Starting up database 'model'.
2019-08-08 15:06:38.40 Server      Failed to verify the Authenticode signature of 'C:\binn\msoledbsql.dll'. Signature verification of SQL Server DLLs will be skipped. Genuine copies of SQL Server are signed. Failure to verify the Authenticode signature might indicate that this is not an authentic release of SQL Server. Install a genuine copy of SQL Server or contact customer support.
2019-08-08 15:06:38.48 spid28s     A self-generated certificate was successfully loaded for encryption.
2019-08-08 15:06:38.51 Server      Error: 37308, Severity: 16, State: 1.
2019-08-08 15:06:38.51 Server      Loaded None enclave for always encrypted.
2019-08-08 15:06:38.51 spid28s     Server is listening on [ 192.168.1.141 <ipv4> 1433].
2019-08-08 15:06:38.54 spid28s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806. This is an informational message only. No user action is required.
2019-08-08 15:06:38.54 spid28s     Error: 39002, Severity: 16, State: 1.
2019-08-08 15:06:38.54 spid28s     SQL failed to boot extensibility for error code 0x80070005.
2019-08-08 15:06:38.55 spid28s     InitializeXdbPkgLauncher failed. ErrorCode: 0x80004005.
2019-08-08 15:06:38.55 spid28s     SQL Server is now ready for client connections. This is an informational message; no user action is required.
2019-08-08 15:06:38.85 spid12s     Clearing tempdb database.
2019-08-08 15:06:39.88 spid12s     [2]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:06:39.89 spid12s     Starting up database 'tempdb'.
2019-08-08 15:06:40.26 spid29s     The Service Broker endpoint is in disabled or stopped state.
2019-08-08 15:06:40.26 spid29s     The Database Mirroring endpoint is in disabled or stopped state.
2019-08-08 15:06:40.27 spid29s     Service Broker manager has started.
2019-08-08 15:06:40.27 spid11s     Recovery is complete. This is an informational message only. No user action is required.
2019-08-08 15:27:16.30 spid55      [5]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1.
2019-08-08 15:27:16.30 spid55      Starting up database 'ProgramMagazynowy'.
2019-08-08 15:27:16.53 spid55      Parallel redo is started for database 'ProgramMagazynowy' with worker pool size [2].
201

MS Power BI : What can be the Cause of this Error?

$
0
0

Respected Experts,

I have just joined a new company.

We have created a replicated database to store the replicated data from MS power Bi. When we are executing our stored procedure to get last 12 months data we are getting this error:

Executed as user: abcserver\useradmin. Stored Procedure  failed with error:TCP Provider: An existing connection was forcibly closed by the remote host. [SQLSTATE 42000] (Error 50000)  OLE DB provider "SQLNCLI11" for linked server"BI-Server" returned message "Communication link failure". [SQLSTATE 01000](Error 7412).  The step failed.

The main points of consideration are:

  • Last week It was working perfectly for 12 months data. Just stopped 3 days before.
  • Currently it is successfully working for 3 months data. But we are unable to get more then that.
  • There is not any dramatic change in the database records(means row count)

Can you please guide me what can be the cause for this error. Please help.

Thanks

Can't access databases

$
0
0

The problem:

I'm getting this error:Cannot connect to sb2\sqlexpress.

•••> A network-related or instance-specific error occurred while establishing a connection to SQL Server.
The server was not found or was not accessible.
Verify that the instance name is correct and that
SQL Server is configured to allow remote connections,
(provider: SQL Network Interfaces, error: 26 -
Error Locating Server/Instance Specified) (Microsoft SQL Server)

--------------------
Program files shows this:
MSSQL13.SQLEXPRESS
MSSQL14.SQLEXPRESS
MSSQL14.SQLEXPRESS01

------------------
I can access 
MSSQL14.SQLEXPRESS01
But all of my databases are in MSSQL13.SQLEXPRESS

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

I have Management Studio 17.9.1 installed.

How can I access my databases?

 


Ken Evans

How to get data based on different dates

$
0
0

Hello Experts,

i need u'r help in one of my use case query. 

I need a query to see completed vs incompleted tasks for the past 30 days for both standstill and major tasks. 

My rules are

1) for 'standstill' category task i have to consider 'tsk_registered_date' (past 30 days from today)

2) for 'major' category task i have to consider 'tsk_planned_end_date' (past 30 days from today)

below is my sample dataset tables

TaskCategoryTable
cat_idcat_name
10standstill
11major
12minor
TasksTable
tsk_idtsk_nametsk_registered_datetask_statustsk_planned_start_datetsk_planned_end_datetsk_cat_id_fk
101abc8/9/2019 15:06INnull9/8/2019 0:0011
102def9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0011
103efg9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0010
104tyr9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0012
105uri9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0012
106aa9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0011
107dd9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0011
108cc9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0010
109tt9/24/2018 13:40PR8/5/2019 0:008/5/2019 0:0012
110ttt2/5/2019 11:39PR7/16/2019 0:007/16/2019 0:0012
111tert8/1/2019 15:12DN7/30/2019 0:007/30/2019 0:0010
112tret8/1/2019 15:15DN8/29/2019 0:008/29/2019 0:0010
113ytre8/1/2019 16:05DN7/31/2019 0:007/31/2019 0:0010

need your help

Thanks,

Chandu

I need to excute a .SQL file from CMD line as a .BAT file

$
0
0

Hi comunity:

The user that i run sqlcmd is the same who logging in sql server (AD005\z003aedu), but not the same who log in Windows (z0042hjv), so i changed in sql server to allows logging in both, sql server and Windows NT, but once a run sql2.bat as administrator (AD005\z003aedu) in CMD line i got the error, i don´t know why..
 
error:
 
C:\BPC\Procesos_Almacenados>sql2.bat
C:\BPC\Procesos_Almacenados>echo off
Sqlcmd: Error: Microsoft ODBC Driver 13 for SQL Server : Login failed for user 'AD005\z003aedu'..
Sqlcmd: Error: Microsoft ODBC Driver 13 for SQL Server : Cannot open database "1RQ_BPCSQL1" requested by the login. The login failed..

 

inside of sql2.bat there is this:

echo off
sqlcmd.exe -S "." -d 1RQ_BPCSQL1 -Q "C:\BPC\Procesos_Almacenados\SQLQuery10.sql¨
set /p delExit=Presione una tecla para salir...:


NOTE: SQLQuery10.sql.sql is a simple select from several relationed tables.

SQL Server 2014 Express 64bit auto identity column value jump issue

$
0
0

hi all 

Kindly advise us how to solved this issue in sql 2014 express edition 

SQL Server 2014 Express 64bit auto identity column value jump issue

Generate a string format based on fixed length and numeric units on each increment

$
0
0

I had to write a SP to generate a string with the combination of Country(7 chars)+Province(1 char) + numeric number starts from 01. for eg: JAMAICAK01 where JAMAICA(Country),K(Province) and 01 is the numeric number that gets incremented by 1 for each transaction. The issue I have here is the generated string length max is 10,can be lesser than 10 but not >10.It should be handled in a way with certain rules like 1. the combination don't exist 2. When the numeric unit changes from tens to hundreds making the string length >10, I need to remove the right chars for eg JAMAICAKKK10 to JAMAICAK10 from the right to make the total max length 10.

In my code below I tried to check if the combination exists and I get the max of it and do the numeric increment from the last one. think it can be done in a better way.

       Declare @Province char(2)
       Declare @Country varchar(10)
       declare @CounProv varchar(10)
       Declare @SimilarCounPRov varchar(max) = '';
       declare @FinalString nvarchar(12)
       declare @s varchar(50)
       declare @s1 varchar(50)
       declare @s2 varchar(50)

       Set @Province = LEFT('KINGSTON', 1)           
       Set @Country = LEFT('JAMAICA', 7)   

       Set @CounProv = @Country+@Province

       Select @SimilarCounPRov = MAX(field1) from dbo.table where field1  
       LIKE '%JAMAICAK%' 

       if @SimilarCounPRov IS NOT NULL 
   BEGIN
   Set @s = (select fn_AlphaOnly('%JAMAICAK99%')) -- returns JAMAICAK

   Set @s1 = (select fn_NumericOnly('%JAMAICAK99%'))  -- returns 199

   set @s2= @s1 +1   -- increment by 1

   if len(@FinalString) > 10
      ---- 
       need help here----`

can't install sql server 2017 express

$
0
0

Hi,

When I try to install sql server 2017 express, I get this error message consistently:

Any ideas?




good night and good luck


Sccm database cas

$
0
0

When we run delete * from xxxx where smsuid=xxxx.xxx how does the line gets auto commited to the database when delete is a dml command

And what happens in case i write a query delete from xxxxx on the cas and close the sql mgmt studio when the query is in progress.do all rows in the table gets deleted. The database is running on sql managment studio 2016

I accidently installed SQL Server 2016, can I remove it without causing any issues?

$
0
0

 Hey all,

 I, by accident, installed SQL Server 2016 (SQLServer2016-SSEI-Expr.exe), can I just use one of the entries in the add/remove programs to remove it? (PS: I need the Local Database for an app I use)

 If so which one:

OR can I just leave it installed without any issues? It does run and uses about 500mb of RAM, so I would like to use one less process, BUT if it's better to just keep it installed than I will just have to live with it.

thanks for any help

RobC


ASUS Sabertooth Z87 BIOS 1504 ; i7 4771 @ 4109mhz CM Seidon XL120 cooler ; 16gig Corsair Dominator DDR3 2133; EVGA GTX980 ; Creative X-Fi Ti ; Nvidia 3D Vision Kit ; 860watt PC P & C powerhouse ; Hauppauge PVR 2250

can't install sql server 2017 express

$
0
0

Hi,

When I try to install sql server 2017 express, I get this error message consistently:

Any ideas?




good night and good luck

unable to install sql server 2012 express edition

$
0
0

Hello,

When I start the install for sql server 2017 express, it starts to download, but gets this error:

I believe it is TLS related.  I've attached screen shots of iis crypto 3.




good night and good luck

Install fails sql2014 with tools on Windows 10 surface pro 6 tablet

$
0
0

I tried to install mssql express 2014 onto windows 10. the install failed during rules check as .net 3.5 was not enabled. I enabled it and tried to re-install. when I run sql setup it fails immediately and puts me on home screen. I have removed sql folders, deleted temp files and downloaded new version and tried a number of times but can get the install going. Also ran as administrator. this is a home use tablet not on any network or domain. Please help.

 
Viewing all 3319 articles
Browse latest View live


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