Use this tag for questions specific to the 2012 version of Microsoft's SQL Server.
I was running an application for a few hours and then suddenly: SqlException was unhandled by user code: Time-out occurred …
c# asp.net sql-server-2012 sqlexceptionI have SQL Server 2012 full version installed on my development PC. I am trying to follow the examples here, which …
metadata sql-server-2012 openqueryI 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-expressI'm going crazy, trying to use SSDT in Visual Studio 2012. I created a database but I can't add tables etc. …
visual-studio-2012 sql-server-2012 sql-server-2012-datatoolsI have below table create table #t (Id int, Name char) insert into #t values (1, 'A'), (2, 'A'), (3, 'B'), (4, 'B'), (5, 'B'), (6, …
sql sql-server tsql sql-server-2012 aggregationI am normally using SQL Server 2012 Management Studio to restore a SQL Server database from a "bak" file. I do …
sql-server database sql-server-2012 ssms database-restoreWhen I click on EDIT SCRIPT button for Script Task in SSIS 2012 package, It does not open the Script editor …
ssis sql-server-2012 vstaI have the following sample data: Id Name Category ----------------------- 1 Joe A 2 Joe B 3 Joe D 4 Mary A 5 Mary C 6 …
sql-server tsql pivot sql-server-2012I am trying to connect Sql Server Data Base using windows authentication from my application using JTDS driver but i …
sql-server jdbc sql-server-2008-r2 sql-server-2012 jtdsI'm trying to pass the list of my class as DbParameter. Probably the table type is defined in my stored …
c# wpf sql-server-2012 generic-list