Top "Sql-server-2012-express" questions

Microsoft® SQL Server® 2012 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications.

Issue when deploying an ASP.NET MVC + LocalDB application

I have deployed my ASP.NET MVC 5 application on a server but it crashes on every page using the localdb. …

c# asp.net-mvc-5 sql-server-2012-express localdb
Getting error "commandtext property has not been initialized" when sql compare of Red Gate

When I compare the 2 databases with the Red Gate's SQL compare then getting below error. "ExecuteReader: CommandText property has not …

sql sql-server-2012-express redgate sqlcompare
Creating connection to MDF-file in Visual Studio: "File is in use"

Introduction I'm new to the Entity Framework and setting up a correct SQL Server. I'm following the official Entity Framework …

sql-server visual-studio-2010 entity-framework database-connection sql-server-2012-express
Looking for a not-deprecated session-factory

I am dealing with hibernate and as I opened my current project I figured out my Session-Factory is deprecated: AnnotationConfiguration …

java hibernate hibernate-annotations sessionfactory sql-server-2012-express
Hiding databases for a login on Microsoft Sql Server 2008R2 and above

Please can anyone assist with hiding the available databases on sql server 2008R2 or newer versions. I have a new …

sql sql-server sql-server-2008 sql-server-2008-r2 sql-server-2012-express
SQL Query Date search using Between

I just run this query Select * from ProjectData where logtime between '2012-09-25 12:00:00.000' and '2012-09-25 12:59:59.999' …

sql sql-server sql-server-2012-express
SQL Server 2012 Express connection error

I installed SQL Server 2012 but not able to connection to express instance getting below error: A network-related or instance-specific error …

connection database-connection windows-authentication sql-server-2012-express
A connection cannot be made. Ensure that the server is running

When I am trying to process dimensions after creating a data source view I get the error: The project could …

olap-cube sql-server-2012-express sqlbrowser
How to view query that was used to create a table?

I create about 15 tables and create relationships and constraints among them using Wizard in SQL Server 2012 express Now i want …

sql sql-server sql-server-2012-express