Top "Sql-server-2014-express" questions

For questions specific to the scaled down, free edition of SQL Server 2014

After installing SQL Server 2014 Express can't find local db

I have downloaded and installed SQL Server 2014 Express (from this site: http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.…

sql sql-server sql-server-2014-express
Connection string for SQL Server 2014 Express (VBA)

I am trying figure out what needs to go in the connection string for SQL server via VBA. This is …

vba excel connection-string sql-server-2014-express
I can't get a Sql Server localdb connection to work on a computer that does not have SqlServer Express installed

I have a C# console application written using Visual Studio 2012. In the application I am using a Sql Server localdb …

c# sql-server visual-studio-2012 localdb sql-server-2014-express
Get a single record from SQL Server the correct way

I'm using Ado to retrieve a single record by id. Observe: public async Task<Image> GetImage(int id) { …

c# sql-server sql-server-2014-express
Can't connect to SQL Server 2014 Express

I'm having trouble connecting to a freshly installed instance of SQL Server 2014 Express. I'm not even totally sure what information …

c# sql-server powershell visual-studio-2013 sql-server-2014-express
SQL Server Express 'NEW TRIGGER' BUTTON IS DISABLED

I am new to SQL Server Express and I want to create a new trigger on my table. But I …

sql-server ssms sql-server-2014-express
Can not connect to sql server from docker supported asp.net core project

I have a ASP.NET Core 2.2 project for which I turned on docker support. The project runs fine as long …

asp.net docker asp.net-core sql-server-2014-express
Uninstalling SQL Server Management Studio 2014 in Windows 8

I have a student who installed SQL Server 2014 with tools, but the Management Studio part did not install. There is …

sql sql-server visual-studio-2010 windows-8 sql-server-2014-express
Cannot launch SSMS (SQL Server 2014 Express) - Invalid license data. Reinstall is required

I've got a new server running Windows Server 2012 RS and IIS 8.5. I've installed SQL Server 2014 Express and was having problems …

ssms windows-server-2012-r2 sql-server-2014-express
WPF C# application using local database

I am a novice when it comes to using a database in an application. My task (and sort of a …

c# sql wpf database sql-server-2014-express