Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Serguei

@Serguei
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Job Application Test from Hell
    S Serguei

    SELECT Region, Contact
    FROM Fig1
    ORDER BY
    CASE Region WHEN 'Durban' THEN 1 ELSE 2 END,
    Contact

    Tip, you can do:

    SELECT TOP 100 PERCENT * FROM Fig1

    Even better tip: Don't do that - your query doesn't guarantee (although will more than likely result in) the correct ordering. You should have sorted by outerSeq, Contact in the outer query. See http://blogs.msdn.com/b/queryoptteam/archive/2006/03/24/560396.aspx

    The Lounge database question career

  • Death
    S Serguei

    If you haven't already read "Daemon" by Daniel Suarez I would highly recommend it!

    The Lounge html

  • Why... [modified]
    S Serguei

    And if the developers are incompetent what the hell good are the tools?

    The Lounge csharp wpf question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups