Top "Sql-server-express" questions

Microsoft SQL Server Express is a freely downloadable and distributable version of Microsoft's SQL Server relational database management system.

Connection URl for SQLExpress database using Hibernate

I am using jtds drivers to connect to SQL Server on local using Hibernate I can conect to server using …

hibernate sql-server-express jtds
How to fix MSSQLLocalDB?

On my machine MSSQLLocalDB got corrupted: PS C:\WINDOWS\system32> sqllocaldb i MSSQLLocalDB Projects ProjectsV12 v11.0 PS C:\WINDOWS\…

visual-studio sql-server-express localdb
Bootstrapping SQL Express from WiX?

I'm working on a WPF app, and using WiX as an installer. I'd like to start using SQL Express 2012, but …

sql-server wix installation wmi sql-server-express
What is the difference between SQL Server Compact Edition and SQL Server Express Edition?

Can someone please explain what is the main difference between SQL Server Compact Edition and SQL Server Express Edition? For …

sql-server-express relational-database database-engine
How to insert into a table with just one IDENTITY column (SQL Express)

Pretty much the same as this question. But I can't seem to get this to work with SQL Server Express …

sql visual-studio tsql sql-server-express identity
No SQL Server Express logins have permission to create db

I cant create a new db because there are only 2 logins: sa BuiltIn\Users I get permission denied when trying …

sql-server sql-server-express
How to connect to SqlExpress for Entity Framework using Visual Studio 2010 Express?

I'm trying to use the Visual Studio 2010 Express editions to set up an ASP.NET MVC 2 Web Application using SqlExpress + …

entity-framework sql-server-express visual-studio-express
Where did aspnetdb.mdf come from in my ASP.NET MVC Application?

I'm new to ASP.NET and have just starting to learn ASP.NET MVC 3. I've started a new ASP.NET …

asp.net-mvc-3 sql-server-express sqlmembershipprovider