Comments
Sort by recent activity
which font spec are you referring to?
inside ssms, courier new, plain, 10pt
windows screen properties - large dpi / comments
which font spec are you referring to?
inside ssms, courier new, plain, 10pt
windows screen properties - large dpi
i have the latest build (from early january) and i think this had not been dealt with in that version. is there an ETA for a correction? / comments
i have the latest build (from early january) and i think this had not been dealt with in that version. is there an ETA for a correction?
further experiementing has shown that the behaviour is better once at least one column is named between the SELECT and the FROM / comments
further experiementing has shown that the behaviour is better once at least one column is named between the SELECT and the FROM
that does not seem to make a difference - i think this is more a side effect of not having at least one column named between SELECT and FROM
when i have a column in the select list, the candidate list is less confused / comments
that does not seem to make a difference - i think this is more a side effect of not having at least one column named between SELECT and FROM
when i have a column in the select list, the candidate l...
snippet name: neo
description: find the most recent objects in the database
defn:
select top 21 name, type, crdate from sysobjects order by crdate desc / comments
snippet name: neo
description: find the most recent objects in the database
defn:
select top 21 name, type, crdate from sysobjects order by crdate desc