Top "Sql-server-2012" questions

Use this tag for questions specific to the 2012 version of Microsoft's SQL Server.

How to check if a column exists in a SQL Server table?

I need to add a specific column if it does not exist. I have something like the following, but it …

sql-server sql-server-2008 tsql sql-server-2012 sql-server-2016
Auto increment primary key in SQL Server Management Studio 2012

How do I auto increment the primary key in a SQL Server database table, I've had a look through the …

sql-server sql-server-2012 identity
Convert Date format into DD/MMM/YYYY format in SQL Server

I have a query in SQL, I have to get a date in a format of dd/mm/yy Example: 25/…

sql sql-server sql-server-2008 sql-server-2012
Where is SQL Server Management Studio 2012?

I had SQL Server 2008 R2 and Visual Studio 2008 and 2010 on my laptop. I've installed SQL Server 2012 and have finally got …

ssms sql-server-2012
Enable remote connections for SQL Server Express 2012

I just installed SQL Server Express 2012 on my home server. I'm trying to connect to it from Visual Studio 2012 from …

sql-server-2012 remote-connection sql-server-2012-express
SQL Server Configuration Manager not found

After installing SQL Server 2008, I cannot find the SQL Server Configuration Manager in Start / SQL Server 2008 / Configuration Tools menu. What …

sql-server sql-server-2008 sql-server-2012 sql-server-config-manager
Index was outside the bounds of the Array. (Microsoft.SqlServer.smo)

I am using SQL Server 2008 R2. It is working fine. But recently, I have changed my hosting server and I …

sql-server sql-server-2008 sql-server-2012
"No backupset selected to be restored" SQL Server 2012

I have a SQL Server 2012 database with filestream enabled. However, when I backup it and try to restore it on …

sql-server restore sql-server-2012
Recover unsaved SQL query scripts

How to recover the unsaved scripts if the SSMS crashes / unsaved tab gets accidentally closed?

sql sql-server tsql sql-server-2012 ssms
SQL Server IF EXISTS THEN 1 ELSE 2

Using Sql Server 2012. I have a stored procedure and part of it checks if a username is in a table. …

sql sql-server if-statement stored-procedures sql-server-2012