Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get SSMS to provide Auto Completion for SQL Azure?

I'm trying to identify a SQL Server Management Studio option (when writing/running queries) that provides table/column auto-complete functionality in the query editor. Unfortunately, SSMS seems to stop giving you Intellisense when you're connected to a SQL Azure database. Is there any way to fix this?

Are there any options, hacks, plugins or anything else that can accomplish this?

like image 238
Jaxidian Avatar asked Mar 11 '13 15:03

Jaxidian


People also ask

How do I enable autocomplete in SSMS?

Click the 'Complete Word' button on the Text Editor toolbar. In the Edit menu, point to IntelliSense, and then click 'Complete Word'.

Can SSMS connect to Azure SQL?

Quickstart: Use SSMS to connect to and query Azure SQL Database or Azure SQL Managed Instance.

How do I link my Azure SQL managed instance to SSMS?

Connect with SSMSOn the on-premises client computer, open SQL Server Management Studio. In the Connect to Server dialog box, enter the fully qualified host name for your managed instance in the Server name box. Select SQL Server Authentication, provide your username and password, and then select Connect.

What is an automatic service for Azure SQL Database?

Automatic tuning is a fully managed intelligent performance service that uses built-in intelligence to continuously monitor queries executed on a database and automatically improve their performance.


1 Answers

I've finally stumbled upon an option. It's non-ideal but it is certainly a huge step in the right direction!

dbForge SQL Complete is a SSMS plugin that replaces SSMS's built-in Intellisense with its own auto-complete engine. This is a HUGE improvement when connected to SQL Azure, but so far the free version feels like a step backwards when connected to traditional SQL Server instances. Overall, I think we're going to prefer using this over not using it. I'll come back in a couple days to report how well (or not) it's going.

At least it's an option, though!

like image 68
Jaxidian Avatar answered Nov 20 '22 17:11

Jaxidian