Viewing 15 posts - 676 through 690 (of 859 total)
xenophilia (4/4/2012)
April 4, 2012 at 6:22 pm
your rownumber over will work and may be faster than my join to a sub query. i would try both in your system and use which every is faster.
April 4, 2012 at 6:04 pm
patrickmcginnis59 (4/4/2012)
select row, studentid, revision_cycle, grade_assigned, reason
from
(
select row_number() over (partition by studentid order by revision_cycle desc) row,
studentid,...
April 4, 2012 at 5:50 pm
The Dixie Flatline (4/4/2012)
http://en.wikipedia.org/wiki/Schutzstaffel
and how different can you get in 6 links?
i got to rolling stone
http://en.wikipedia.org/wiki/Rolling_Stone
April 4, 2012 at 4:50 pm
sharky (4/4/2012)
April 4, 2012 at 1:19 pm
Jack Corbett (4/4/2012)
Stefan Krzywicki (4/4/2012)
April 4, 2012 at 12:22 pm
Cadavre (4/4/2012)
capn.hector (4/4/2012)
i would test to see which is faster.
I know what you're thinking, it's far faster to not cast a datetime as a string so it follows that it'll...
April 4, 2012 at 9:35 am
joshd 1807 (4/4/2012)
I'll give your suggestion a try and let...
April 4, 2012 at 8:58 am
GSquared (4/4/2012)
capn.hector (4/4/2012)
Lynn Pettis (4/4/2012)
GilaMonster (4/4/2012)
A new misspelling for my records...Thank you Linn and Gylla
Me too.
i always like the ones that thank my post count level thingy (ssc-whatever)
I get a...
April 4, 2012 at 8:54 am
Lynn Pettis (4/4/2012)
GilaMonster (4/4/2012)
A new misspelling for my records...Thank you Linn and Gylla
Me too.
i always like the ones that thank my post count level thingy (ssc-whatever)
April 4, 2012 at 8:24 am
Gianluca Sartori (4/4/2012)
SELECT CASE
WHEN CAST(@datetimefield AS DATE) = CAST(@dateonlyparameter AS DATE)
...
April 4, 2012 at 8:16 am
if you are writing a custom program or want to write triggers on a table we do something similar to this. we have a waiting assignment table. the...
April 4, 2012 at 8:13 am
davidandrews13 (4/4/2012)
my example was totally made up to illustrate my point. Maybe, in making it up, i inadvertently made it less clear what was going on.
Here are my...
April 4, 2012 at 8:01 am
GilaMonster (4/4/2012)
If it's running at a different time of the day it could be that the disk and network are under less load.
Backup and restore time are principally governed...
April 4, 2012 at 7:56 am
GilaMonster (4/4/2012)
p.s. sysobjects is deprecated, should not be used any longer, included only for backward...
April 4, 2012 at 7:38 am
Viewing 15 posts - 676 through 690 (of 859 total)