Top "Sql-server-2014" questions

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

Execute SSIS package from stored procedure as proxy user without xp_cmdshell

I am trying to run an SSIS package through a stored procedure, but I am getting an Access is denied …

sql-server stored-procedures ssis impersonation sql-server-2014
How to save a queried CTE output into a temporary table or table variable

I have a CTE and query this one ;With CTE_Table as (SELECT ...) Select * from CTE_Table Now I try …

sql tsql common-table-expression sql-server-2014 table-variable
SSIS and Informatica

SQL SERVER 2014 SSIS has been released,we have already got lot of facilities in SQL SERVER 2012 SSIS.Can anybody compare …

ssis informatica-powercenter sql-server-2012-datatools sql-server-2014
Convert IS NULL to BIT

This might be a very basic question but I just came over it while writing a query. Why can't SQL …

sql-server tsql sql-server-2014
Referenced table is not coming in my model through entity framework 5.0

I am using MVC 4 and entity framework 5.0, i have a database and this database contains 6 tables named as following. tblUser_…

c# asp.net-mvc-4 entity-framework-5 sql-server-2014 sql-server-2014-express
CTE,Temp table and table variable

Can any one please tell me where to use CTE, temp table and table variable? I read about their differences …

common-table-expression sql-server-2014 temp-tables table-variable
Is it a best practice to drop the temp table after using it, in addition to before creating the temp table?

I have a stored proc that creates a temp table. It is only needed for the scope of this stored …

sql-server temp-tables sql-server-2014
Get list of columns in a temp table in SQL Server

I am creating a temporary table on-the-fly using Select * Into #temp from SomeChangingSource in a stored procedure. I need to …

sql sql-server tsql sql-server-2014
SQL Server Management Studio 2014: Unable to view stored procedures on Azure SQL Database V12

I have updated SQL Server Management Studio to the latest version at time of writing - 12.0.4432.0 - this is SP1 …

sql-server azure azure-sql-database sql-server-2014 ssms-2014