Top "Sql-server-2014-express" questions

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

Cannot create SQL Server Express Login - Login Failed for User

I have created a new login for SQL Server Express as follows: USE [master] GO CREATE LOGIN [Test] WITH PASSWORD=…

sql-server sql-server-2014-express
How to Describe table in SQL Server 2014

I am using SQLSERVER 2014 Express and I created Employee Table I want to know the details Description for the Employee …

sql-server tsql sql-server-2014-express
Use the same transaction in different methods with Entity Framework Core

EDIT (02/03/2018) : Since Entity Framework Core 2.1, EF Core implements transactions, cross-context transactions, ambient transactions and transactions scopes so this question is …

c# transactions entity-framework-core asp.net-core-1.0 sql-server-2014-express
SQL Server 2014 Express Set Up

I have downloaded Microsoft SQL Server Management Studio 2014 Express. I have set it up and I now need to connect …

sql sql-server installation sql-server-express sql-server-2014-express
Referenced table is not coming in my model through entity framework 5.0

I am using MVC 4 and entity framework 5.0, i have a database and this database contains 6 tables named as following. tblUser_…

c# asp.net-mvc-4 entity-framework-5 sql-server-2014 sql-server-2014-express
How is the memory used greater than the SQL Server Express limitation?

Microsoft tells me that SQL Server 2014 Express should have Maximum memory utilized (per instance of SQL Server Database Engine) of 1 …

sql-server limit sql-server-2014-express
connecting to sql server 2014 database from basic java application?

I am following along with the book "learn java for web development" by vishal layka at present. But I have …

java sql intellij-idea sql-server-2014-express connector-j
Linked Server SQL Server 2014 to SQL Server Version 8

I have recently installed SQL Server 2014 Express and need to create a linked server. I have tried this in SQL …

sql-server sql-server-2014 sql-server-2014-express