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.

Keep getting "Login failed for user IIS APPPOOL\DefaultAppPool" no matter what I do

I'm trying to give an ASP NET App access to a database (These are test only not production). It's the …

asp.net iis-7.5 sql-server-2012-express
Difference between SQL Server Management Studio and Express

I try to understand the difference between SQL Server Management Studio and SQL Server Management Studio Express

sql-server sql-server-2012-express sql-server-2012-datatools
Why can't I connect to a SQL Server 2012 LocalDB shared instance?

I'm trying to set up a SQL Server 2012 LocalDB (RTM, x64) shared instance on my Windows 7 x64 machine and I …

sql-server sql-server-express sql-server-2012 localdb sql-server-2012-express
Can't create stored procedure with table output parameter

I have this code: IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[GetProfitDeals]') AND …

sql sql-server sql-server-2012 sql-server-2012-express
CONTAINMENT is marked as incorrect syntax on auto-generated database script

I'm using Windows 7 (x64) and I have an auto generated script for creating a SQL Server Express 2012 database. The script …

tsql windows-7-x64 sql-server-2012-express
How to add oracle data source in ssrs

I've installed SQL Server 2012, after I've installed all features including report services. I go to Report Manager link and wanted …

reporting-services sql-server-2012 datasource sql-server-2012-express reportmanager
Installed SQL server management studio 2012, but there are no instances running

So, as it says, I installed sql server (2012 express), and during installation I checked the option LocalDB. Now I'm trying …

sql sql-server-2012-express
"Invalid column name" error when calling insert after table created

I'm developing SQL script, using SSMS, which makes some changes in database: USE MyDatabase; BEGIN TRANSACTION; -- some statements PRINT(…

sql-server sql-server-2012-express
SQL Server 2012 Express backup database failure

I am trying to backup a database I have created in SQL Server 2012 Express. I right click the database -&…

sql-server visual-studio-2012 sql-server-2012-express
How do I find what is the named instance of my SQL Server 2012 Express instance

Using SSMS to validate my ServerName\instance ... I can only get it to connect with the dot . (or computerName). I …

asp.net sql-server-2012-express