Questions with no upvotes, low views (less than 5 views-per-month), no accepted answer, and old.
Q&A for system administrators and IT professionals
-- Old, seriously unloved questions -- Questions with no upvotes, low views (less than 5 views-per-month), no accepted answer, and old. SELECT TOP 1000 p.Score, p.Id AS [Post Link], p.ViewCount, p.Tags, Year(p.LastActivityDate), Month(p.LastActivityDate) FROM Posts p WHERE p.PostTypeId = 1 AND (p.ViewCount/(DateDiff(m, p.LastActivityDate, GetDate()))) < 5 AND p.Score < 1 AND (p.AnswerCount < 2 OR p.AnswerCount IS NULL) AND p.LastActivityDate < (DateAdd(d, -180, GetDate())) AND p.ClosedDate IS NULL AND p.AcceptedAnswerId IS NULL AND NOT EXISTS (SELECT c.[Id] FROM [Posts] c WHERE c.[Score] > 0 AND c.[ParentId] = p.[Id]) ORDER BY Year(p.LastActivityDate), Month(p.LastActivityDate), p.Score, p.ViewCount
Error: looks like you typed in the wrong words - try again