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.

Import/Update data from Excel to SQL Server

I'm converting a database from Excel onto MS SQL server and am basically clueless. The Excel file has column headings …

sql sql-server excel sql-server-2012-express
EF Code First with SQL Server Express 2012 ConnectionString

Everything works just fine with the following connection string. <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;…

ef-code-first sql-server-2012-express
SQL Server 2012: Login to PC-NAME\SQLEXPRESS works, but not to local/(local)

I'd like to login to my SQL Server 2012 Express with servername local or (local) but it doesn't work. The only …

sql-server database-connection connection-string sql-server-2012 sql-server-2012-express
SQL Server 2012 sequence

I create a table and sequence in order to replace identity in the table I use SQL Server 2012 Express but …

sql sql-server tsql sequences sql-server-2012-express
Silent Install of SQL Server Express 2012 from Inno Setup

I am trying to install SQL Server Express 2012 silently from my application installer created using Inno Setup. When running the …

sql-server-2012 installation inno-setup sql-server-2012-express
Does SQL Server 2012 work with Visual Studio 2008 applications?

Does SQL Server 2012 or SQL Server Express 2012 work with Visual Studio 2008 applications?

visual-studio-2008 sql-server-2012-express
Can't attach the sample database in SQL Server 2012

I have downloaded the sample database for SQL Server 2012 Express but I am having the following error message whenever I …

sql sql-server sql-server-2012 sql-server-2012-express
How do I change "Database default locations" for LocalDB in SQL Server Management Studio?

Connect to LocalDB in SSMS Open Server Properties -> Database Settings Change Data/Log/Backup locations -> click …

sql-server ssms localdb sql-server-2012-express