Click here to Skip to main content
15,908,901 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Discoveries Pin
PIEBALDconsult20-Jun-14 4:16
mvePIEBALDconsult20-Jun-14 4:16 
GeneralRe: Discoveries Pin
Pualee20-Jun-14 4:20
Pualee20-Jun-14 4:20 
GeneralRe: Discoveries Pin
Richard Deeming20-Jun-14 4:32
mveRichard Deeming20-Jun-14 4:32 
GeneralRe: Discoveries Pin
#realJSOP20-Jun-14 4:53
professional#realJSOP20-Jun-14 4:53 
GeneralRe: Discoveries Pin
Tim Carmichael20-Jun-14 5:41
Tim Carmichael20-Jun-14 5:41 
GeneralRe: Discoveries Pin
Dan Neely20-Jun-14 5:41
Dan Neely20-Jun-14 5:41 
GeneralRe: Discoveries Pin
newton.saber20-Jun-14 5:52
newton.saber20-Jun-14 5:52 
GeneralRe: Discoveries Pin
Sander Rossel20-Jun-14 7:40
professionalSander Rossel20-Jun-14 7:40 
Have you already discovered you need a new DBA? Laugh | :laugh:

As for 0, but I believe you already know that, you can't 'trick' SQL into ordering your views.
When you use a TOP(X) PERCENT SQL needs to know what it need to get the TOP of. The only way to make sure you always get the same records (given none are deleted or inserted) is by ordering the query.
Within the TOP(X) rows order isn't guaranteed. In practice it will be ordered about 100% of the time though (unless you do a TOP(100) PERCENT, because SQL will know that's everything so it won't have to order Smile | :) ).
It's an OO world.
C#
public class SanderRossel : Lazy<Person>
{
   public void DoWork()
   {
      throw new NotSupportedException();
   }
}

GeneralI didn't realize this law was necessary Pin
Kschuler20-Jun-14 3:44
Kschuler20-Jun-14 3:44 
GeneralRe: I didn't realize this law was necessary Pin
OriginalGriff20-Jun-14 4:11
mveOriginalGriff20-Jun-14 4:11 
GeneralRe: I didn't realize this law was necessary PinPopular
Pualee20-Jun-14 4:23
Pualee20-Jun-14 4:23 
GeneralRe: I didn't realize this law was necessary PinPopular
PapaCraft20-Jun-14 4:38
PapaCraft20-Jun-14 4:38 
GeneralRe: I didn't realize this law was necessary Pin
Deflinek20-Jun-14 6:46
Deflinek20-Jun-14 6:46 
GeneralRe: I didn't realize this law was necessary Pin
Bergholt Stuttley Johnson20-Jun-14 4:55
professionalBergholt Stuttley Johnson20-Jun-14 4:55 
GeneralRe: I didn't realize this law was necessary Pin
Maarten Kools20-Jun-14 5:14
professionalMaarten Kools20-Jun-14 5:14 
GeneralRe: I didn't realize this law was necessary Pin
Ian Shlasko20-Jun-14 5:14
Ian Shlasko20-Jun-14 5:14 
GeneralRe: I didn't realize this law was necessary Pin
JimmyRopes20-Jun-14 6:17
professionalJimmyRopes20-Jun-14 6:17 
GeneralRe: I didn't realize this law was necessary Pin
bling20-Jun-14 6:25
bling20-Jun-14 6:25 
GeneralRe: I didn't realize this law was necessary Pin
PIEBALDconsult20-Jun-14 7:49
mvePIEBALDconsult20-Jun-14 7:49 
GeneralRe: I didn't realize this law was necessary PinPopular
Ian Shlasko20-Jun-14 8:17
Ian Shlasko20-Jun-14 8:17 
GeneralRe: I didn't realize this law was necessary Pin
OriginalGriff20-Jun-14 8:44
mveOriginalGriff20-Jun-14 8:44 
GeneralRe: I didn't realize this law was necessary Pin
PIEBALDconsult20-Jun-14 14:13
mvePIEBALDconsult20-Jun-14 14:13 
GeneralRe: I didn't realize this law was necessary Pin
JimmyRopes20-Jun-14 18:18
professionalJimmyRopes20-Jun-14 18:18 
GeneralRe: I didn't realize this law was necessary Pin
JMK-NI20-Jun-14 9:33
professionalJMK-NI20-Jun-14 9:33 
JokeRe: I didn't realize this law was necessary Pin
PapaCraft20-Jun-14 12:58
PapaCraft20-Jun-14 12:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.