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

sqlmanagment studio: cannot find one or more components. Please reinstall the application (after installing vs2013)

$
0
0

HI,

After deinstalling vs2012 and installing vs2013 I cannot start sqlmanagment studio anymore with the following error: "cannot find one or more components..." The database is still ok because I can still run my project using the sqlserver 2012 express database. The suggestions found when searching does not work sofar. How can i solve it without messing up my database.?

regards,

Toon


Lost connection to my own Database

$
0
0

Hello everyone,

I am writing this with an headache.

So, I've created a database a few weeks ago and been building It since then. I've used the mixed authentication mode but today I've changed that for windows authentication (don't ask why). since then, I can login to the server via windows authentication but I don't have permition to enter on my database, and I cant log in as "sa" because its giving me the error "login failed for user "sa".

I am desperate now, so a little help would be awesome.

Thank you In advance. 

SQL Distribution License terms

$
0
0

Hello,

we're using SQL Express for a while now (since 2005 edition) and we use to deliver the license terms of SQL along with our software.

We are using the documents found here:

https://www.microsoft.com/en-us/download/details.aspx?id=29693

But the documents only go up to SQL 2014.

Is there no more need for 2016 and 2017 to deliver these documents? Can they be found elsewhere?

Regards,

Karel

SQL Server 2016 Express LocalDB Bootstrapper Package Download Fails

$
0
0
I was not able to find a SQL Server 2016 Express LocalDB prerequisite bootstrapper package for my setup program so I created my own. It worked great for awhile, but then the download would occasionally fail for some reason. Now it always fails. The download address I'm using in my package is https://download.microsoft.com/download/E/1/2/E12B3655-D817-49BA-B934-CEB9DAC0BAF3/SqlLocalDB.msi. If this URL is entered directly into the browser address, the download will fail just as it does with the bootstrapper package - even though it used to work fine. Does any have a new LocalDB 2016 download URL?

pmBrewer


SQL Express 2016 version in production environment

$
0
0
Can I use SQL Express 2016 in production environment?

Error No 2350 while installing Sql server express edition

$
0
0

hello there

I am learning to make windows form applications in visual studio .thats why to work with databases I wanted to install SQL server express edition. I downloaded the file properly without any problems.but the problem is when I try to install it, it shows me this error message " please verify that you have access to this directory error no 2350 " it shows two options one to retry & the other is cancel .i tried it again & again but failed. it's showing this error 2350 all the time. now I am looking for an expert to help me. I am using windows 10 home 1803 version.

regards 

Azwad


SQL 17 Server Express will not install

$
0
0

MS SQL 17 Server Express Edition would not install and the summary log cause was system could not find path.

So I uninstalled and cleaned out files from registry. Re-installed and failed summary log cause was system cannot find the file specified.  Does anybody have any other suggestions  Cheers Terry Roberts

SQL EXpress 2016-Windows10 install - Port 1433 not open/listening? How to fix this?

$
0
0

Hello...

I have installed SQL Server Express 2016 on a windows 10 desktop as well as SQL server Management suite 2016. 

I can create a database, and access it using SSMSuite, but not from another application which wants to update a database on the server.  The application uses port 1433 as its default which is also the SQL Server default port. ON the SSExpress install there was a pop message to the effect of check the port 1433 to ensure it is open.   The other application fails when trying to access the database via port 1433 with a message to check server name and port.  Server name is correct.. I just suspect that the port (1433) is closed. 

I tried using another port (1801)  that is listening on PC and shows up in the list provided by netstat -an | find /I "listening". I get a different error message back from the application trying to update the database  to the effect of cannot update the database, so it appears to at least get past the port 1433 situation.

port 1433 does not show up in this list as I would expect it to, hence I believe it is closed.

All components are on the windows 10 machine and not on a server.

SQL Server express installed on C drive, SQL server database is located on my 'G' drive.

Looking at the windows firewall, I get message being managed by Norton Smart firewall but cannot do anything in Norton to remedy.  Even disabling Norton firewall does not help.

I tried adding an inbound rule for windows firewall for SQL server per blog post I found, but it does not help.

2 questions:

1. Where is the installation trace log file for the install of SQL Express,  and

2. How do you open port 1433 for SQL Server? 

I really need some help here after hours of trying.  Can anyone please help me with this.

Thanks very Much.

Garry

Another thing to note: I downloaded the 64 bit version of SQL Server Xpress 2016 but after installing it and looking inside configuration manager at the SQL Native Client Configuration (32bit) it seems odd that there is nothing that reflects 64 bit, only 32 bit when SQL expresss2016 is supposed to be strictly 64 bit.  Am accessing via a 64 bit app, so can this be a problem when, when using port 1801 which is listening, I get the can update the database message?


Burger2go




OPENROWSET error accessing XLSX if not manually saved

$
0
0

Good day,

Apologies if this is in the wrong forum. Please refer me to the correct one if this is the case, thank you.

I have a bunch of excel files that are added to a Dropbox folder on a monthly basis. These files should then be imported to a SQL Server Database.

My problem is that, when I try and import data from SOME of these XLSX files, OPENROWSET gives me the following error:

Msg 7399, Level 16, State 1, Line 14
The OLE DB provider "Microsoft.Ace.OLEDB.12.0" for linked server "(null)" reported an error. The provider did not give any information about the error.
Msg 7303, Level 16, State 1, Line 14
Cannot initialize the data source object of OLE DB provider "Microsoft.Ace.OLEDB.12.0" for linked server "(null)".

This is a general error message and I was not able to find a solution related to my problem in another thread.

Once I open a file and SAVE it MANUALLY, then OPENROWSET SUCCESSFULLY reads the selected range from the XLSX file.

I think that means OPENROWSET has some kind of access or permition restriction to these files, but I do not know why as other files with the same format does not produce this error.

Is there a way to give OPENROWSET power to read these files even if they have not been manually saved? Any alternate suggestion on how to overcome this problem in SQL will be much appreciated. 

Thanks,

Raynard

SQL Server Express User Count

$
0
0

Hello Support,

Please excuse my ignorance here. How many User count does SQL Server Express supports or accommodates?

Need to know Proper Terminology

$
0
0

Okay guys I’ve transferred away from SQLCE to SQL Server. But, I’m lost on how to tell my clients what they need to run my program.

So, when I created my application with an SQL database, and to avoid SQL Server versions, I decided to create my application's database programmically (scripts).

The program runs great after lengthy tests, on my SQL Server.

What is the proper way for me to tell my clients what they need? See, I’m not sure how to even ask the question!

Do I need to tell them to install SQL Server? Create an SQL Instance? Create an Instance database?

I just need to know (in proper terms) how to tell them what they need to do. 

Thanks Guys! ADawn


ADawn

Broken Link SQL Server 2017 Express

$
0
0

This link for SQL 2017 Express is broken. https://go.microsoft.com/fwlink/?linkid=853017

I have received a PNG image file for Silverlight.

taken to this page

https://crmprodnpssurvey.azureedge.net/survey/NPSBootstrap.js

and this one

https://app.adjust.com/brerzf_v70ugk?fallback=https://go.microsoft.com/fwlink/?LinkID=784815

another time it started downloading Microsoft_Office_16.16.18081201_Installer.pkg


MS SQL Server Management Studio 2014 - Backspace, Enter Key, Arrow Keys Have Stopped Working in Text Editor.

$
0
0

I've had MS SQL Server 2014 Express installed and working on my Windows 7 machine for quite a few years now. 

I am now seeing that the backspace, enter, and arrow keys no longer work when writing a query in the Management Studio text editor. 

It cannot be my keyboard as these keys work fine in all other Windows applications, including Office and Visual Studio. 

Any/all assistance gratefully accepted. 

Here is the Help...About information:

Microsoft SQL Server Management Studio                12.0.2000.8
Microsoft Analysis Services Client Tools                    12.0.2000.8
Microsoft Data Access Components (MDAC)             6.1.7601.17514
Microsoft MSXML                                                     3.0 6.0
Microsoft Internet Explorer                                      9.11.9600.18893
Microsoft .NET Framework                                      4.0.30319.42000
Operating System                                                   6.1.7601

Error SQL Server

$
0
0

I have the following script: 

USE AdventureWorks2016;
GO 

CREATE TABLE EMPLOYEES(
EmployeeID INT PRIMARY KEY, 
EmployeeName varchar(200), 
Position varchar(200), 
Salary Varbinary(128))
GO 

CREATE SYMMETRIC KEY SMK_Emp
WITH ALGORITHM = AES_256 ENCRYPTION BY PASSWORD= 'Pa$$w0rd';
GO 

OPEN SYMMETRIC KEY SMK_Emp DECRYPTION BY PASSWORD='Pa$$w0rd';
GO 

SELECT * FROM sys.openkeys;
GO 

INSERT EMPLOYEES (1,'Marcos','CEO', EncryptByKey(Key_GUID('SMK_Emp'), '$100000'));
GO

I cant execute it,  I have the same EncryptByKey its not  recognized by my SDMS. 

Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'EncryptByKey'.

How to connect 2 or more App in one SQL Database.

$
0
0

How to connect 2 or more App in one SQL Database.Do i need to have sql server for all the pc used? What things should i know first before setting up the connections.Please try to make it easy for me to understand for i only do self study and dont know much about sql



SQL Server 2012 Express Service Pack Installation; DB Engine not upgraded

$
0
0

Hi,

trying to upgrade SQL Server 2012 Express CU2 to SQL Server Express 2014 or 2016.
Therefore I am trying to install the appropriate service pack to 2012 Express as prerequisite to the upgrade.
The installation of any 2012 service pack (1..4) runs successfully but does not upgrade the DB engine, only shared files.
Version (@@version) remains unchanged.  The applied service pack versions were correct (language enu / x64).

The installation of a cumulative update (tried CU2 and CU5) upgrades the DB engine version as expected.
Any ideas?
Thanks,


SQL Server 2012 Express installation on Windows Servedr 2012 R2 fails on step: setup files installation

$
0
0

When setting up new instance of SQL 2012 I encounter following error on a step: setup files installations.

An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003.

SqlSupport_Cpu64_1_ComponentUpdate.log says:

MSI (s) (6C:1C) [19:21:04:860]: Note: 1: 1935 2: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6: Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"
MSI (s) (6C:1C) [19:21:04:860]: Assembly Error (sxs): Please look into Component Based Servicing Log located at %windir%\logs\cbs\cbs.log to get more diagnostic information.
MSI (s) (6C:1C) [19:21:24:097]: Product: Microsoft SQL Server 2012 Setup (English) -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}

Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
08/21/2018 19:21:24.099 [3948]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 393

08/21/2018 19:21:24.099 [3948]: Detailed info about C:\Windows\assembly\tmp\4JYDOCQ2\Microsoft.SqlServer.GridControl.dll

Full logs in this link: https://1drv.ms/u/s!ArevmpogKPR9gd4dayUsKwoRWTjMkw

Can anyone help with above?

Saving a single returned value from OPENROWSET in variable

$
0
0

Hi, 

My goal is to retrieve specific values in Excel reports. I know the cells that contain the values in each report and I am able to return them with the following function.

Code:

set @sql = 'select * from OPENROWSET(''Microsoft.Ace.OLEDB.12.0'',''Excel 12.0;Database=' + @MainDirectory                                                                    + @MainDirectory2   + @YearAndMonth + '\' + @Type + ' KPI Reporting\'

                                                + @MaybeAutomated + @Type + ' '  + @KPINo + '\' + @FileName+ ''',
                                        'select * from [' + @SheetName + '$' + @Range +':'+ @Range + ']'')'

Exec(@sql)

It only returns a single value from the excel sheet, is it possible to store the OPENROWSET output in a variable?

SQL Server 2012 Express installation on Windows Servedr 2012 R2 fails on step: setup files installation

$
0
0

When setting up new instance of SQL 2012 I encounter following error on a step: setup files installations.

An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003.

SqlSupport_Cpu64_1_ComponentUpdate.log says:

MSI (s) (6C:1C) [19:21:04:860]: Note: 1: 1935 2: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6: Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"
MSI (s) (6C:1C) [19:21:04:860]: Assembly Error (sxs): Please look into Component Based Servicing Log located at %windir%\logs\cbs\cbs.log to get more diagnostic information.
MSI (s) (6C:1C) [19:21:24:097]: Product: Microsoft SQL Server 2012 Setup (English) -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}

Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
08/21/2018 19:21:24.099 [3948]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 393

08/21/2018 19:21:24.099 [3948]: Detailed info about C:\Windows\assembly\tmp\4JYDOCQ2\Microsoft.SqlServer.GridControl.dll

Full logs in this link: https://1drv.ms/u/s!ArevmpogKPR9gd4dayUsKwoRWTjMkw

Can anyone help with above?

SQL SERVER 2017 INSTALLATION ERROR

$
0
0

Hi everyone ,

Please help me ! I couldn't solve the problem.I gave this error.

Unable to install SQL Server (setup.exe)

Exit code (decimal): -2064908287.Erro description :SQL Server Browser configuration for feature 'SQL_Browser_Redist_SqlBrowser_Cpu32' was cancelled by user after a previous installation failure.The last attempted step:Retrieving full path to the SQL Server Browser service executable using Windows Installer API for the SQL Server Browser component with ID'{2E86FD41-C179-456E-8E6A-5157ED427228}....


Viewing all 3319 articles
Browse latest View live


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