Activity overview
Latest activity by kkozera
It's not just on the ON, but in other places as well. I just used that as an example... / comments
It's not just on the ON, but in other places as well. I just used that as an example...
Tab bringing up list is driving me crazy...
The fact that the tab brings up the list absolutely drives be crazy...
I will type:
LEFT JOIN Accounts
ON (now tab twice to make the columns line up with the "A" in Accounts
That makes the...
Auto complete on SET statements
I would like an option to have autocomplete on the SET statements, like
SET NOCOUNT ON
Thanks ChrisRickard! / comments
Thanks ChrisRickard!
TableFunction and ScalarFunction
I can't get a user defined (TableFunction or ScalarFunction) to show up in the list unless I type dbo. then they show up...
Maybe there can be an option to include user defined funtions in the list?
When creating snippets with parens in them, the parens are not being included when the snippet is executed
On multi-line snippets: I put my cursor a few tabs into the code window and executed the snippet. The first line of code started at my cursor position, but the following lines started back at the left side. / comments
When creating snippets with parens in them, the parens are not being included when the snippet is executed
On multi-line snippets: I put my cursor a few tabs into the code window and executed the ...
SQL 2000 Enterprise Manager
The tool works in SQL 2000 Enterprise Manager when editing a stored procedure, but does not work if you open a table and then edit the SQL select statement...
I really doubt my company would pay $95 per seat for the tool, but I would buy it myself if it was priced around $50. / comments
I really doubt my company would pay $95 per seat for the tool, but I would buy it myself if it was priced around $50.
I second the request for support of local variables! / comments
I second the request for support of local variables!
I also found that if you type the following:
SELECT *
FROM Accounts
WHERE
you get the correct list of columns from the accounts table after the where clause.
However, if you using spacing like:
SELECT *
FROM Accounts
WHERE
you will get a list of table names after the where clause, instead of the column names. The space between lines causes problems elsewhere as well... I would like to see this work on the final release because the SQL statements that I work with are all written with the spaces. / comments
I also found that if you type the following:
SELECT *
FROM Accounts
WHERE
you get the correct list of columns from the accounts table after the where clause.
However, if you using spacing li...