Use this tag for questions specific to the 2014 version of Microsoft's SQL Server database engine.
I was using Elastic Search 1.7 version for my application and by using the concept of river i was filling up …
elasticsearch sql-server-2014I'm trying to install SQL Server Data Tools - Visual Studio 2015, but I keep getting an "Unspecified error". The log …
visual-studio-2015 ssis sql-server-2014 sql-server-data-toolsI have a stored procedure which retrieves three columns from multiple tables. I want to get the results in a …
sql sql-server sql-server-2014when i am trying to uninstall SQL Server 2014, getting error as listed below The operating system on this computer or …
uninstallation sql-server-2014Why this doesn't work and gives me a "Incorrect syntax near offset command" error SELECT o.orderdate, o.orderid, o.…
sql sql-server tsql sql-server-2014I'm currently in the process of upgrading from SQL Server 2008R2 to 2014 (both Enterprise). There are a plethora of SSIS …
sql-server ssis bids sql-server-2014IF @SQL IS NOT NULL BEGIN BEGIN TRY EXEC sp_executesql @SQL PRINT 'SUCCESS: ' + @SQL END TRY BEGIN CATCH …
sql-server tsql sql-server-2014I have following problem: When I try to deploy my SSAS project (with cube, dimensions and all that jazz) to …
sql-server multidimensional-array ssas sql-server-2014 tabularFor a few days, I've been struggling with improving the performance of my database and there are some issues that …
sql database indexing sql-server-2014 database-performanceI am migrating from SQL Server 2005 to SQL Server 2014 and one of the queries stopped working in SQL Server 2014: select * …
sql metadata sql-server-2014 openrowset