Top "Ssms-2014" questions

Microsoft SQL Server Management Studio 2014 is a graphical tool for configuring, managing, and administering all components within Microsoft SQL Server.

Does the Poor Mans T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2014?

Does the Poor Mans T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2014? In SSMS 2012, if I go to …

sql-server ssms sql-server-2014 ssms-2014
Export Data-tier application error

I am trying to export a rather simple database using the Export Data-tier application and keep getting the following error: …

sql-server ssms bacpac ssms-2014
SSMS Export Query Results to Excel or CSV

I am trying to export the results of a query to CSV and then ultimately Excel. My issue is, one …

sql sql-server ssms-2014
Regular expression for an SQL query

I'm looking for a regular expression for the below SQL query. Select * from data where url like '%?%<alphabet&…

sql regex ssms-2014
SQL Server Management Studio dark theme for whole program

Is it possible to set the SSMS theme to all dark? I really like the dark theme in Visual Studio …

ssms ssms-2014
Connecting a Multi User Access Front End to SQL Server Back End

Thank you for your help as always! I have built an Access database that we intend to distribute to ~100 end …

sql-server ms-access ssms-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
alternatives to using IN clause

I am running the below query: SELECT ReceiptVoucherId, VoucherId, ReceiptId, rvtransactionAmount, AmountUsed, TransactionTypeId FROM [Scratch].[dbo].[LoyaltyVoucherTransactionDetails] WHERE VoucherId IN (2000723, 2000738, 2000774, 2000873, 2000888, 2000924, 2001023, 2001038, 2001074, 2001173) …

sql ssms-2014
SSMS Snippets and Shortcuts

I'm using SSMS 2014. I am able to insert a snippet but they don't seem to respond to shortcuts (ie crproc[…

sql-server ssms ssms-2014