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

Management Studio does not open new query window

$
0
0

Hi guys,

I have installed SQL Server Management Studio 2016 and after windows 10 new updates I cannot open a new query editor, I have tried to uninstall it,  update different versions (16.3, 16.4) but no luck. This would be the error:

===================================
Cannot create an editor.
===================================
Sequence contains no elements (System.Core)

I have installed some of ApexSQL products I'm not sure if that would be the problem.

This would be the complete error:

Thanks in advance

Diego


Is there a 'no webinstaller' version of SQL Server 2016 Express available for download?

$
0
0

Hi,

Is there a version of SQL Server 2016 Express available that doesnt require internet connection while installing? SQL Server Express 2005 had this option, a .exe file I could just install and get the database up running without internet.

I just want an .exe/.msi file that lets me install SQL Server Express 2016, but I cannot find any such installer file online.

BR,

M0100



SQL Server Express LocalDB connection is using Debug version of *.mdf for Updates BUT dataGrid usinng main Project *.mdf file

$
0
0

I have developed a WPF application using Visual Studio.  In in I have a SQL Server LocalDB databse (TCTestDB.mdf) and Linq to SQL Data Classes (TCTestDataClasses.dbml and the related TCTestDataClassesDataContext  (mydc)

Using

mydc.myTable.InsertOnSubmit(philipsUltraSoundService);

and

mydc.SubmitChanges();

I have updated the database with new data but note that the database that gets updated is the debug version in

\BIN\X86\DEBUG\TCTESTDB.MDF

In the same app I have a dataGrid with binding to the same Table in the same  TCTestDataClassesDataContext  (mydc). However it displays data in the main Project *.mdf file at

\TCTESTDB.MDF

Thus in never displays the added data. Can anyone help me understand what I might be doing wrong that I am updating the Debug Database and viewing the master project copy of the database ?

The contents of my App.config file are listed below

Thanks

Terry Clancy

ClanceZ

<?xml version="1.0" encoding="utf-8" ?><configuration><configSections></configSections><connectionStrings><add name="TCDBApp21.Properties.Settings.TCTestDBConnectionString"
            connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\TCTestDB.mdf;Integrated Security=True"
            providerName="System.Data.SqlClient" /></connectionStrings><startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /></startup></configuration>


Terry Clancy

New Installation SQL Server Express 2014 - Cannot connect to server error: 40

$
0
0

Hi.  I have downloaded and installed SQL Server Express 2014 so that I can learn SQL.  My operating system is Windows 10 64-bit. I installed the database engine and Management Studio.  When I try to connect to the server through Management studio for the first time, my server type is Database Engine, I put the name of my PC in Server name, and the Authentication is preset with Windows Authentication.  When I try to connect I keep getting the Cannot connect to server error: 40.   When I installed, I kept all of the defaults during the installation.  Everything is on my laptop.

My SQL Server (SQLEXPRESS) is running, and SQL Server Browser is stopped and has a red box on it and the SQL Server Agent (SQLEXPRESS) is stopped and also has the red box.

I am not technical at all, just trying to get started with SQL.  I have done limited work with SQL using MySQL.

Can anyone give me ideas to get connected?  Thank you for any advice.


SQL Server installation failed, because of # in directory name! ScenarioEngine.exe is not working any more

$
0
0

My post is not any more a question, but maybe a solution for others, it tooks me a long time to find it out.

If my post is on the rong place, so sorry for it and to pls move it!

I tried to install SQL Server 2014 Express x64 on Windows and get only an erros message that ScenarioEngine.exe is not working any more. No error log file or windows error report was log. I have found out, that I have saved the installation file SQLEXPR_x64_DEU.exe in a sub directory that have a "#" in the directory name. In my case the directory name was  c:\#disks

After is have reneme the directory to c:\disks every thing was fine and the installation process starts.

I have tried ii with over directory name, but when ever it contains a # in the directory name it faild to start the installation process!

Michael

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?

how do i start sql server express?

$
0
0
I can install sql server express, but I can find no way to start it. I needs to be running before VS can find it.

Config Manager gives error "The specified module could not be found. [0x8007007e]"

$
0
0
I've been using SQL Server 2008 Express Edition on my development pc for several months now.  It has recently started giving me an error when I attempt to run the SQL Server Configuration Manager  (SQLServerManager10.msc).  I have uninstalled completely and reinstalled twice which has not solved the problem.  I can run the Management Studio just fine and everything works, I just can't run the Configuration Manager which is an issue.

Full error message is as follows:

Cannot connect to WMI provider.  You do not have permission or the server is unreachable.  Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.
The specified module could not be found. [0x8007007e]

I have tried the workaround listed here: https://connect.microsoft.com/SQLServer/feedback/Workaround.aspx?FeedbackID=443459 however I did not have a sqlmgmproviderxpsp2up.mof file in my local install.  I copied the one from my production installation and ran the mofcomp.exe program successfully but it did not solve the issue.



sqlcmd not recognized

$
0
0
Just installed SQL Server 2005 Express along with the Management Studio.  The Management Studio, at least what I've seen so far, seems to work fine.  But when I type "sqlcmd" at the command prompt, I get "sqlcmd is not a recognized internal or external command, operable program or batch file."  What gives???

Program is losing connectivity to SQL

$
0
0

Hello,

I have a program, 2 times in the day this issue is coming up

Anyone have a solution?

Unknown exit code 1046

$
0
0

Hi.

I've inherited a bunch of old installation projects that distributes SQL Server 2008 R2 Express SP1. These projects have special handling for exit code 1046 from the setup of SQL Server Express. I cant seem to find any information about what that exit code actually means. It's not an msi or win installer exit code so I guess it must come from the SQL setup. Ive also learned that these projects were once migrated from SQL Server 2005 Express to 2008 R2 SP1 so the exit code might come from 2005.

I'd really appreciate it if someone could help me out and explain this exit code.

Best regards

Mattias

SQL 2008 Error - TDSSNIClient initialization failed with error 0x80092004

$
0
0

I'm getting this error in our SQLDEV

SQL 2008 enterrpise R2

2013-06-15 10:33:16.11 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2013-06-15 10:33:16.11 Server      Detected 2 CPUs. This is an informational message; no user action is required.
2013-06-15 10:33:16.16 Server      Using locked pages for buffer pool.
2013-06-15 10:33:16.18 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.
2013-06-15 10:33:16.20 Server      Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2013-06-15 10:33:16.23 spid7s      Starting up database 'master'.
2013-06-15 10:33:16.88 spid7s      Resource governor reconfiguration succeeded.
2013-06-15 10:33:16.88 spid7s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2013-06-15 10:33:16.88 spid7s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
2013-06-15 10:33:16.88 spid7s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
2013-06-15 10:33:16.90 spid7s      SQL Trace ID 1 was started by login "sa".
2013-06-15 10:33:16.90 spid7s      Starting up database 'mssqlsystemresource'.
2013-06-15 10:33:16.94 spid7s      The resource database build version is 10.50.4000. This is an informational message only. No user action is required.
2013-06-15 10:33:17.23 Server      The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x8009030e. Check certificates to make sure they are valid.
2013-06-15 10:33:17.23 spid10s     Starting up database 'model'.
2013-06-15 10:33:17.23 spid7s      Server name is 'OPMGR'. This is an informational message only. No user action is required.
2013-06-15 10:33:17.23 Server      Error: 26014, Severity: 16, State: 1.
2013-06-15 10:33:17.23 Server      Unable to load user-specified certificate [Cert Hash(sha1) "8A77D152B5410F364E43F5D27F15A13E50B087C6"]. The server will not accept a connection. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in Books Online.
2013-06-15 10:33:17.23 Server      Error: 17182, Severity: 16, State: 1.
2013-06-15 10:33:17.23 Server      TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.

2013-06-15 10:33:17.23 Server      Error: 17182, Severity: 16, State: 1.
2013-06-15 10:33:17.23 Server      TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property.

2013-06-15 10:33:17.23 Server      Error: 17826, Severity: 18, State: 3.
2013-06-15 10:33:17.23 Server      Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
2013-06-15 10:33:17.23 Server      Error: 17120, Severity: 16, State: 1.
2013-06-15 10:33:17.23 Server      SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

Problems installing SQL Server 2016 Express

$
0
0

I was trying to install the Microsoft® SQL Server® 2016 Express. However, after downloading and hitting the run button, I received an unpacking error message. Any ideas why?

Thanks.


SQL Server 2016 Cumulative Update 2 - R Open and R Server offline install files?

$
0
0

Hey People,

has anyone got URLs for the CU2 editions of the R Open/Server offline install files?

The MSDN page doesn't appear to have been updated yet...

https://msdn.microsoft.com/en-us/library/mt695942.aspx

Thanks
Craig

related to replacement of the null values to zero if the column number are variable.

$
0
0

I want to replace the null value in a table to zero but my query is  dynamic that's why the columns are changing according to the input. Here input is variable.  Please give me syntax of the query for MS sql server.

 

SQL Server 2016 Express - install on a server without an internet connection?

$
0
0

Hi - I downloaded the Express edition of the software from here:

https://www.microsoft.com/en-gb/download/details.aspx?id=52679

When I try and install it on my Windows 2012 R2 server, it stops because "We failed to download the files we require: please check your internet connection and try again"

An internet connection is not specified in the system requirements and I've never had this happen on previous versions of express. How can I work around this? It's not possible to connect this server to the internet

Thanks

SQL installation stuck at 42%

$
0
0

every time i try to install Microsoft SQL express edition it just gets stuck at 42% i tries other versions of Microsoft SQL but same problem.

i canceled the installation and restarted the installation a  few times, still stuck

tried it on my other computer, also stuck at 42%

there is no error message or anything it just simply stops at 42% (where it displays "downloading install package...")

 

anyone have a fix for this issue 

SQL does not move after 42%

$
0
0
I am currently running ASUS A550L on Windows 7 Pro x64 with .NET Framework 4.6 installed. However, the SQL server 2016 is stuck at 42% and cannot proceed further. What should I do? My other computer MSi GE620DX is running just fine.

Features are missing installing MS SQL SERVER 2016 with SQL Server R Services using web installer and command line

$
0
0
     

 I am trying to install MS SQL SERVER 2016 with SQL Server R Services using web installer and command line.
 I am doing this based on this article https://msdn.microsoft.com/en-us/library/mt695943.aspx

 Using same web installer, but not command line works perfectly. All desired features are there.
 Problem is that command line installation installs only SQLEngine and Replication features.
 Logs investigation does not help much. It seems that proper files have not been downloaded and this is the reason why they are missing

 My command line is:


    SQLServer2016-SSEI-Expr.exe /ConfigurationFile=C:\temp\configuration.ini /IACCEPTSQLSERVERLICENSETERMS /MediaPath=C:\SQLSetup /ENU
   





 And the configuration file content is

[OPTIONS]     Action=Install     INSTANCENAME=MSSQL2016  

FEATURES=SQL,AdvancedAnalytics    

IACCEPTROPENLICENSETERMS     SECURITYMODE=SQL     SQLSYSADMINACCOUNTS="<username>"     SAPWD="%password%"


What am I doing wrong?

Logs: https://dl.dropboxusercontent.com/u/3028367/20161005_093914.zip

Update: I think I have found the reason for missing files When I run SQLServer2016-SSEI-Expr.exe /? I get this out put:

Optional settings for basic install
==================================

D:\Downloads\SQLServer2016-SSEI-Expr.exe [/ConfigurationFile=C:\Configuration.ini] [/IAcceptSqlServerLicenseTerms] [/Med
iaPath=C:\SqlServer2016Setup] [/ENU]

ConfigurationFile              Specifies the ConfigurationFile to use.
IAcceptSqlServerLicenseTerms   Required to acknowledge acceptance of the license terms.
MediaPath                      Location where SQL Server setup media will be downloaded and extracted to.
ENU                            Use this parameter to install the English version of SQL Server on a localized operating
system.

"Basic!" I need "custom" It is available with the same installer if I use UI. This does not solve the issue and I am still looking for a solution

Which file from sql server2008 R2 I should install if I want to have reporting service?

$
0
0

Hi,

I want to learn reporting service. There are various files available in SQL server 2008 R2 which one I should install?I have 64-bit machine.

Regards


Viewing all 3319 articles
Browse latest View live


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