Posts
Sort by recent activity
PlasticSCM Integration
Just saw this at http://codicesoftware.blogspot.com/2013 ... astic.html -- does anyone know when the command line hook for PlasticSCM will be included in SQL Source Control?
Pressing ( after FROM inserts the default candidate then (
When entering a select statement with a derived table such as
select *
from ( select * ...
as soon as you enter the left parenthesis, the default candidate is inserted then the (. I wonder if I'm ...
INNER JOIN ON[space] inserts the wrong candidate.
When entering a select statement formatted like this:
select *
from [Person].[Address] AS a
inner JOIN [Person].[Contact] AS c
on
the candidate list appears defaulting to the "All common objects". ...