How can we help you today? How can we help you today?
michaelfried

Activity overview

Latest activity by michaelfried

A Stored Procedure cannot begin a new line (or current line) after another statement (within a single batch) without using the EXEC keyword. If you type in: SELECT * FROM myTable EXEC ap_ you should get all the suggestions that match your input. Mike / comments
A Stored Procedure cannot begin a new line (or current line) after another statement (within a single batch) without using the EXEC keyword. If you type in:SELECT * FROM myTable EXEC ap_ you shou...
0 votes
I tried your suggstion and it made no difference. The option was already unchecked. I tried both ways (checked and unchecked) and it still does not indent properly. Mike / comments
I tried your suggstion and it made no difference. The option was already unchecked. I tried both ways (checked and unchecked) and it still does not indent properly. Mike
0 votes
Tim, I don't see that happening with SELECT * or INSERT INTO auto completion. Both types of auto-complete list all the columns in their natural table order. I also don't see a setting to change that behavior either. Mike / comments
Tim, I don't see that happening with SELECT * or INSERT INTO auto completion. Both types of auto-complete list all the columns in their natural table order. I also don't see a setting to change th...
0 votes
Aliases in Brackets
Is there a way to turn off Aliases in SELECTs and JOINs from automatically having Brackets around them when SQL Prompt auto-inserts the subclause? For Example:SELECT * FROM [dbo].[My...
2 followers 3 comments 0 votes
Line Return Indentation Issue
As I am typing in a query, I have not figured out how to get the new line indentation to start at the level of indentation of the previous line in SQL Prompt 4. For Example:SELECT a.[Column1&#9...
8 followers 21 comments 0 votes