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

SQL

$
0
0
I am very New to this whole programming thing. As a matter of fact I am just starting to learn it on my own. I have built some simple programs with the help of youtube. THe problem I am having is I can't seem to be able to attach a sql database to a form in visual studio. I have sql 2014 downloaded currently, can anyone give me insight to how to do this function. 

SQL Server Express 2017 offline installer does not have CU17

$
0
0

As part of our application installer, we install SQL Server 2017 Express for those clients that do not have their own preferred SQL Server installation.  We recently (Nov 22, 2019) downloaded the latest SQL Server 2017 Express from the Microsoft website and installed it on a test computer.  We noticed that the version number on the "sqlserver.exe" file was the original release version "2017.140.1000.169" from September 2017.  

Did I find a weblink that is outdated or is Microsoft not updating the SQL Server 2017 Express installers with the latest cumulative updates?

Please help, we would like a SQL Server 2017 Express offline installer with the latest cumulative updates.

Thanks,

Bob V.

sql server management studio 2012 i neden açamıyorum ?

$
0
0
sql server management studio 2012 express adında bi ürün gerçekten var mıdır ?? varsa nerede ? express sürümler 10 gb a kadar ücretsiz yazıyor .indirdim 180 gün sonra kapandı .. açamıyorum .projemin tüm veri tabanı bu programın içinde kaldı .. management ı silip yeniden yüklüyorum sonuç yine aynı ..satın alayım dedim 6000 tl ücret istediler..herhangi bir şirketim olsa neyse ödeyim de bir öğrenciyim ve projem yarım kaldı ... çözümü olan varsa lütfen yardımcı olun ? 

Sql Server Express 2014 (x86) Setup fails

$
0
0

Hi, I am trying to install MS Sql Server Express 2014 (x86) but it fails on some computers.

We already installed it on several computers with success,
However, on two computers that we recently tried to install, the installation of Microsoft Sql Server Express 2014 (x86) failed with the following Exception :
"'.', valeur hexadécimale 0x00, est un caractère non valide. Ligne 1, position 50."
in english, it should be something like :
"'.', hexadecimal value 0x00, is an invalid character. Line 1, position 50."

The weird thing is, we already installed it serveral times on different computers without any problems (maybe 20 computers?)

Those two specific computers are pretty old.
I'm guessing they had the Vista OS, then they've been upgraded to Windows 7, and recently Windows 10.

- - - - -

The first problematic computer was a x86 OS on a x64 processor.
Our support guy then immediately contacted us (devs) and we though, could it be because we install SQL express via a command line with /passive and some other arguments to make the installation silent and simple for the customer. Then we tried to install it manually -> Same exception. Retry as admin? -> Same exception

Then of course, we googled everything we could find about this exception, including the 3 links that you provided us (thanks anyway)

But nothing is installed in the program files, nothing seems to be in "C:/Program Files[ (x86)]/Microsoft SQL [... anything Related]/" either. I mean there's no old version installed.

We did not check directly in the registry, because I think we shouldn't. Once, one of my colleagues did it on a dev computer here, to troubleshoot her, and she had to reformat due to some nasty errors... It was still about Sql server anyway, but that's another topic :relaxed:

We checked about MSDE, but it wasnt in the installed programs either

Tried several things simular too : 
- https://social.msdn.microsoft.com/Forums/sqlserver/en-US/677a621a-25a8-4f23-9586-53a1cff88f04/hexadecimal-value-0x00-is-an-invalid-character?forum=sqlreportingservices
- https://social.msdn.microsoft.com/Forums/aspnet/en-US/ad4a46c2-c3ff-45be-a8f3-94a74838147c/issue-installing-sql-server-2014?forum=sqlsetupandupgrade

- - - - -

The second problematic computer was a x64 OS.
We did all the same steps to try to resolve the problem that we did on the other computer, uninstalled some pretty old stuff that could be related in some way to MSDE. But still, no success.
However, this time I had an idea, since our server here is Sql server 2016, I guessed, why not try to install MS Sql Express 2016, instead of 2014.
I had no other idea to fix the problem for our customer.
Then we found the x64 setup, installed it and everything seems to work fine.

Still, however and sadly, we cannot just upgrade from Sql express 2014 to 2016 on all our customer machines, because the 2016 version is not available in x86 architecture.
And we must support x86, because we dont want to [Force] some of our customers to reformat/reinstall windows 10 x64

- - - - -

So for now, we have no clue why the installation worked on several computers, but those two are giving this vague exception
Why does the installation of SQL express 2016 worked? Well surely because Microsoft fixed a bug in that setup. However we're still stuck because 2016 ain't available in x86

We tried using the latest setup with SP3 included, and we still have the same exception.

My best guess is that the registry still has some references to MSDE, but we didn't uninstall MSDE and we'd prefer to not play in it manually

The solution will probably be to tell our customers to reformat their computer and install a brand new Windows 10 x64
and maybe even change their whole computer because they are just too slow and old

But we have to give it a try...

Thanks
- Francis Lussier

How to make several columns into one column.

$
0
0

Hello, 

I am facing a situation where i would like all my dates column to be in one single column in SQL server. 

Actually i have the following dates column:

EffectiveStart | EffectiveEnd | PlanStarted | PlanEnded

01/01/2019   | 31/12/2019  | 01/01/2019|  NULL

i want the data as follows:

Details           | Dates

EffectiveStart | 01/01/2019

EffectiveEnd   | 31/12/2019

Planstarted    | 01/01/2019

PlanEnded     |  Null

Let me know the steps to achieve the above.

Many thanks for your assiatnce

Regards

Sandyland


New to sql server. Familiar with ms access. Where do I find instruction manuals re creating forms and reports?

$
0
0

I am fairly proficient at MS Access.  I taught myself how to use ms access by use of instruction manuals such as "sams teach yourself ms access 2002 programming" and "ms access 2013 bible".  I designed a billing system for the law firm I retired from, which we used to bill over 300 clients monthly from 2002 to 2018.  The system had a great interface for users to input data and generate reports.

Now I am trying to create a client management system using ms sql server.

Last week, on 11-18-19, downloaded sql server express 2017 and sql server management studio 2017.  Searched the internet for instructions and manuals similar to the manuals I used to learn ms access.   What I found on youtube only covered creating, updating, etc databases and tables.  The most recent manual I found was "sams teach yourself ms sql server t-sql".   None of these references included instructions for creating forms and reports and user interface dashboards.

My questions:

> where do I get info on creating forms and reports and user interface dashboards?

> do I need software add ins to create forms and reports?

Appreciate any suggestions!

SQL 2008 Installation Error : CS1567

$
0
0

Hi Friends,

Kindly help on the below error during SQL 2008 R2 installation .

Error : "error cs1567 sql server 2008 R2 "

Thanks in Advance 

TFS Not all databases are listed

$
0
0

Hi All

please need help. I have two servers (TFSA) and (TFSB). I took backup of all the servers on Servera AND restored to Server B. Installed and configured successfully from this link

https://docs.microsoft.com/en-us/visualstudio/releasenotes/tfs2015-update3-vs

When i went to attach a collection i can see only two databases (ignore the test one), where as i have more databases.please see the attached screen shots


Install content from online - Network connectivity error even if i have the network

$
0
0

Hi

I have successfully installed SQL server  express advanced services  2014   on  my machine.

my client is SQL management Studio: 12.0.2269.0

My OS is WIndows 7 Sp1

I am using a Home wi-fi operative with full connectivity, with AVG antivirus updated.

I got the error 

"A network connectivity problem occur preventing the operation from succeeding. A network connectivity issue has prevented the application from connecting to the web server for Http://services.mtps.microsoft.com/ServiceAPI/products"

 once i try to install content from online (from the top menu>help>manage Help settings>install content from online.

Any of you have experienced the same and has a tip to get rid of this? 

Thanks in advance 
Paolo

SQL Express Patch History

$
0
0

Can anyone point me towards SQL Express 2014 (and after) release history please?

Particularly any patch history.

Thank You

SQL Express Patch History

$
0
0

Can anyone point me towards SQL Express 2014 (and after) release history please?

Particularly any patch history.

Thank You

How to pass database connection string to spark commands through c# .NET

$
0
0

var spark = SparkSession.Builder().AppName("<app name>").GetOrCreate();

DataFrame df=spark.sql(select * from [schema].[table name]);
df.show();

This is the above code that I tried to connect to the local database. It is a ubuntu 18.04 system. I get an error stating: Could not establish connection

I know this is beacuse I have not specified the connectionString in the spark.sql command. How do I pass the connection string to the spark command?

Should I use a different command , may be through JDBC drivers?

I have tried using JDBC drivers also. 

How do I proceed?

TF401007: The database Tfs_DefaultCollection on SERVERNAME\SqlExpress is not online

$
0
0

Hi Everyone

I am trying to backup a TFS database and i am getting the below error

TF401007: The database Tfs_DefaultCollection on servername\SqlExpress is not online, i see (Recovery Pending) not sure what is happening

Please need help

Sql Server 2017 Express on the same machine with Sql Server 2016 Express

$
0
0
Is it possible to install SQL Server 2017 Express on the machine where SQL Server 2016 Express is installed and can I have both sql servers working parallel?

Tried to upgrade from SQL Express 2008 R2 to SQL Express 2014 with wrong installation

$
0
0
I tried to upgrade from SQL Express 2008 R2 to SQL Express 2014 with the x64 installer instead of the x86 installer.  It installed the 2014 VSS Writer and SQL browser.  When I try to upgrade using the correct version it says (recalling from my memory) "SQL product cannot be install".  I replicated this scenario on a test VM by installing Windows 2012 R2, then SQL Express 2008 R2 x86, the x64 install to install the 2014 SQL Browser and VSS writer and it upgrades with the x86 SQL express 2014 install with no problem.  Any suggestions on what I can try?

Unable to test connection of Linked Server from SQL Remote Server

$
0
0

Company SQL Server when setting up Linked Server to User PC SQL unable to setup but User PC SQL is able to setup Linked Server to Company SQL Server.

Can anyone help me out? 

TITLE: Microsoft SQL Server Management Studio

The test connection to the linked server failed.

ADDITIONAL INFORMATION:

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

SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].  (Microsoft SQL Server, Error: -1)

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

Windows 10 Update Messed Up My Server - Tried to Reinstall and failed

$
0
0

Hello,

So I haven't used this PC in months. Logged in and needed windows update. The update went fine and then I did a restart. As usual, after major windows 10 update, the annoying loss of some settings occurs. Didn't mind, but I do mind not being able to use Team Foundation Server. It seems I am unable to log in to my localhost SQL server.

Decided to do a uninstall SQL Server Express and reinstall it, thinking that will fix any issues. The instance does not seem to want to run and not sure why.

Appreciate any help.

Error dialog I get when I try to run the server instance service:

---------------------------
Services
---------------------------
Windows could not start the SQL Server (SQLEXPRESS2012) on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code -2146885628.
---------------------------
OK   
---------------------------

Event Log:

Keywords	Date and Time	Source	Event ID	Task Category
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	17120	Server	SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the operating system error log for information about possible related problems.
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	17826	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.
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	17182	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. 
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	17182	Server	TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property. 
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	26017	Server	Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
Classic	15/12/2019 11:48:50	MSSQL$SQLEXPRESS2012	17190	Server	Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.

Installation Summary:

Overall summary:
  Final result:                  User canceled
  Exit code (Decimal):           -2068380094
  Exit facility code:            1207
  Exit error code:               1602
  Exit message:                  User has canceled.
  Start time:                    2019-12-14 20:49:48
  End time:                      2019-12-14 20:49:58
  Requested action:              Install

Machine Properties:
  Machine name:                  BLUE
  Machine processor count:       4
  OS version:                    Microsoft Windows 10 Pro (10.0.18363)
  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
  SQL Server 2017                                                          Client Tools Connectivity                1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools Backwards Compatibility     1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools SDK                         1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          LocalDB                                  1033                 Express Edition      14.0.2027.2     No         Yes       

Package properties:
  Description:                   Microsoft SQL Server 2017 
  ProductName:                   SQL Server 2017
  Type:                          RTM
  Version:                       14
  SPLevel:                       0
  Installation location:         Z:\Databases\SQL Server\SQLEXPRADV_x64_ENU\x64\setup\
  Installation edition:          Express

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      false
  AGTSVCACCOUNT:                 <empty>
  AGTSVCPASSWORD:                <empty>
  AGTSVCSTARTUPTYPE:             Manual
  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:         Disabled
  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:                    false
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FEATURES:                      
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  <empty>
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  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:                    <empty>
  INSTANCENAME:                  <empty>
  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:                         <empty>
  SECURITYMODE:                  <empty>
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 <empty>
  SQLSVCINSTANTFILEINIT:         false
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           <empty>
  SQLTELSVCACCT:                 <empty>
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          0
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBFILECOUNT:            0
  SQLTEMPDBFILEGROWTH:           -1
  SQLTEMPDBFILESIZE:             -1
  SQLTEMPDBLOGDIR:               <empty>
  SQLTEMPDBLOGFILEGROWTH:        -1
  SQLTEMPDBLOGFILESIZE:          -1
  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\20191214_204947\ConfigurationFile.ini

Rules with failures:

Global rules:

Scenario specific rules:

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

Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented

Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CancelException
    Message: 
        User has canceled.
    HResult : 0x84b70642
        FacilityCode : 1207 (4b7)
        ErrorCode : 1602 (0642)
    Stack: 
        at Microsoft.SqlServer.Configuration.UIExtension.Request.Wait()
        at Microsoft.SqlServer.Configuration.UIExtension.UserInterfaceProxy.SubmitAndWait(Request request)
        at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
        at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
        at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)



Please mark the post that answers your question and also use the vote UP button for helpful replies.



Windows SQL server 2012 become unresponsive

$
0
0
Page URL: https://win11.xxxx.com/Default.aspx?pid=SpaceMsSql2012&mid=122&ctl=edit_item&ItemID=32518&SpaceID=1234
Logged User: serveradmin
Work on Behalf: codecapp
Hosting Space: 1234
Stack Trace:System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=1; handshake=21; [Login] initialization=0; authentication=0; [Post-Login] complete=14719; ---> System.ComponentModel.Win32Exception: The wait operation timed out
--- End of inner exception stack trace ---
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at WebsitePanel.Providers.Database.MsSqlServer.ExecuteQuery(String commandText, String connectionString)
at WebsitePanel.Providers.Database.MsSqlServer.GetUser(String username, String[] allDatabases)
at WebsitePanel.Server.DatabaseServer.GetUser(String username, String[] databases)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at WebsitePanel.Providers.Database.DatabaseServer.GetUser(String username, String[] databases)
at WebsitePanel.EnterpriseServer.DatabaseServerController.GetSqlUser(Int32 itemId)
at WebsitePanel.EnterpriseServer.esDatabaseServers.GetSqlUser(Int32 itemId)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at WebsitePanel.EnterpriseServer.esDatabaseServers.GetSqlUser(Int32 itemId)
at WebsitePanel.Portal.SqlEditUser.BindItem()

Suddenly remote connection to SQL2005 Express Server within LAN fails from this morning

$
0
0

I use my application in 2 computers that SQL2005 Express Server is installed in A computer and my application in B computer connects to A computer remotely through LAN.

My application in A computer works fine as before.

However, from this morning my application in B computer cannot connect to A computer remotely showing this error message

'Named Pipes Provider, error 40 - Could not open a connection to' SQL Server'

Everything is same as yesterday. Is there some change in Windows 10 or SQL2005 Express ?

Thanks for your excellent insight !

Extended support end date for Express version of SQL Server 2014 SP3

$
0
0
Hi,

I was searching for information on Extended Support End Date for SQL Server 2014 SP3 Express, but could only find it for the standard version.
What is the Extended Support End Date for the Express version of 2014 SP3?
https://support.microsoft.com/en-us/lifecycle/search?alpha=sql%20server%202014

Best regards,
  Karl Lindbom
Viewing all 3319 articles
Browse latest View live


Latest Images

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